addddd
This commit is contained in:
24
cnonprefs/Resources/Info.plist
Normal file
24
cnonprefs/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>cnonprefs</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.yaypixxo.cnonprefs</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>CNONRootListController</string>
|
||||
</dict>
|
||||
</plist>
|
69
cnonprefs/Resources/Root.plist
Normal file
69
cnonprefs/Resources/Root.plist
Normal file
@ -0,0 +1,69 @@
|
||||
<?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>cell</key>
|
||||
<string>PSSwitchCell</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>defaults</key>
|
||||
<string>com.yaypixxo.cnonprefs</string>
|
||||
<key>key</key>
|
||||
<string>enabled</string>
|
||||
<key>label</key>
|
||||
<string>Enable</string>
|
||||
<key>PostNotification</key>
|
||||
<string>com.yaypixxo.cnonprefs/ReloadPrefs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSGroupCell</string>
|
||||
<key>footerText</key>
|
||||
<string>Type your custom message or leave blank to hide the text.</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSEditTextCell</string>
|
||||
<key>defaults</key>
|
||||
<string>com.yaypixxo.cnonprefs</string>
|
||||
<key>default</key>
|
||||
<string></string>
|
||||
<key>key</key>
|
||||
<string>customText</string>
|
||||
<key>placeholder</key>
|
||||
<string>custom text here</string>
|
||||
<key>PostNotification</key>
|
||||
<string>com.yaypixxo.cnonprefs/ReloadPrefs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSButtonCell</string>
|
||||
<key>action</key>
|
||||
<string>respring</string>
|
||||
<key>label</key>
|
||||
<string>Respring</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSGroupCell</string>
|
||||
<key>label</key>
|
||||
<string>Follow me</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>action</key>
|
||||
<string>openTwitter</string>
|
||||
<key>cell</key>
|
||||
<string>PSButtonCell</string>
|
||||
<key>icon</key>
|
||||
<string>twitter.png</string>
|
||||
<key>label</key>
|
||||
<string>@Ra1nPix</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>title</key>
|
||||
<string>CNON</string>
|
||||
</dict>
|
||||
</plist>
|
BIN
cnonprefs/Resources/twitter.png
Normal file
BIN
cnonprefs/Resources/twitter.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
Reference in New Issue
Block a user