Add Pref
This commit is contained in:
31
screendumpprefs/Resources/Root.plist
Normal file
31
screendumpprefs/Resources/Root.plist
Normal file
@@ -0,0 +1,31 @@
|
||||
<?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>PSGroupCell</string>
|
||||
<key>label</key>
|
||||
<string>General</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSSwitchCell</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>defaults</key>
|
||||
<string>com.cosmosgenius.screendumpprefs</string>
|
||||
<key>key</key>
|
||||
<string>CCSisEnabled</string>
|
||||
<key>label</key>
|
||||
<string>Enabled</string>
|
||||
<key>PostNotification</key>
|
||||
<string>com.cosmosgenius.screendumpprefs/settingschanged<string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>title</key>
|
||||
<string>ScreenDump</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user