🎉 init
This commit is contained in:
commit
6bfe681082
17 changed files with 224 additions and 0 deletions
BIN
bordersprefs/Resources/.DS_Store
vendored
Normal file
BIN
bordersprefs/Resources/.DS_Store
vendored
Normal file
Binary file not shown.
24
bordersprefs/Resources/Info.plist
Normal file
24
bordersprefs/Resources/Info.plist
Normal 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>
|
63
bordersprefs/Resources/Root.plist
Normal file
63
bordersprefs/Resources/Root.plist
Normal 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>
|
BIN
bordersprefs/Resources/icon.png
Normal file
BIN
bordersprefs/Resources/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
BIN
bordersprefs/Resources/icon@2x.png
Normal file
BIN
bordersprefs/Resources/icon@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.2 KiB |
BIN
bordersprefs/Resources/icon@3x.png
Normal file
BIN
bordersprefs/Resources/icon@3x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Loading…
Add table
Add a link
Reference in a new issue