🎉 init

This commit is contained in:
lillian rose winter 2019-09-10 23:47:37 -05:00
commit 6bfe681082
17 changed files with 224 additions and 0 deletions

BIN
bordersprefs/Resources/.DS_Store vendored Normal file

Binary file not shown.

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>bordersprefs</string>
<key>CFBundleIdentifier</key>
<string>toys.lily.bordersprefs</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>NSPrincipalClass</key>
<string>BRDRootListController</string>
</dict>
</plist>

View file

@ -0,0 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>items</key>
<array>
<dict>
<key>cellClass</key>
<string>HBTwitterCell</string>
<key>label</key>
<string>lily</string>
<key>user</key>
<string>lilyshibe</string>
</dict>
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
<key>default</key>
<true/>
<key>defaults</key>
<string>toys.lily.borderprefs</string>
<key>label</key>
<string>enabled</string>
<key>key</key>
<string>enabled</string>
<key>alternateColors</key>
<true/>
<key>PostNotification</key>
<string>toys.lily.borderprefs/ReloadPrefs</string>
</dict>
<!-- <dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>borders</string>
</dict>
<dict>
<key>cell</key>
<string>PSSliderCell</string>
<key>cellClass</key>
<string>HBDiscreteSliderTableCell</string>
<key>default</key>
<real>10</real>
<key>defaults</key>
<string>toys.lily.bordersprefs</string>
<key>min</key>
<real>0</real>
<key>max</key>
<real>50</real>
<key>showValue</key>
<true />
<key>key</key>
<string>borderradius</string>
<key>label</key>
<string>border radius</string>
<key>PostNotification</key>
<string>toys.lily.borderprefs/ReloadPrefs</string>
</dict> -->
</array>
<key>title</key>
<string>borders</string>
</dict>
</plist>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB