forked from ExoticSwingset/TruthfulDock
Update V2.0
This commit is contained in:
24
truthfuldockprefs/Resources/Info.plist
Normal file
24
truthfuldockprefs/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>TruthfulDockPrefs</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.exoticswingset.truthfuldockprefs</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>TDPRootListController</string>
|
||||
</dict>
|
||||
</plist>
|
93
truthfuldockprefs/Resources/Root.plist
Normal file
93
truthfuldockprefs/Resources/Root.plist
Normal file
@ -0,0 +1,93 @@
|
||||
<?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.exoticswingset.truthfuldockprefs</string>
|
||||
<key>key</key>
|
||||
<string>isTweakEnabled</string>
|
||||
<key>label</key>
|
||||
<string>Enabled</string>
|
||||
</dict>
|
||||
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSGroupCell</string>
|
||||
<key>label</key>
|
||||
<string>Classic Dock (for notched devices)</string>
|
||||
</dict>
|
||||
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSSwitchCell</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>defaults</key>
|
||||
<string>com.exoticswingset.truthfuldockprefs</string>
|
||||
<key>key</key>
|
||||
<string>classicDockEnabled</string>
|
||||
<key>label</key>
|
||||
<string>Enabled</string>
|
||||
</dict>
|
||||
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSGroupCell</string>
|
||||
<key>label</key>
|
||||
<string>Custom Dock Opacity</string>
|
||||
</dict>
|
||||
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSSliderCell</string>
|
||||
<key>default</key>
|
||||
<real>0</real>
|
||||
<key>defaults</key>
|
||||
<string>com.exoticswingset.truthfuldockprefs</string>
|
||||
<key>key</key>
|
||||
<string>alphaValue</string>
|
||||
<key>min</key>
|
||||
<real>0</real>
|
||||
<key>max></key>
|
||||
<real>1</real>
|
||||
<key>showValue</key>
|
||||
<true/>
|
||||
<key>label</key>
|
||||
<string>Set Dock Opacity</string>
|
||||
</dict>
|
||||
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSGroupCell</string>
|
||||
<key>label</key>
|
||||
<string>Save Settings</string>
|
||||
</dict>
|
||||
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSButtonCell</string>
|
||||
<key>label</key>
|
||||
<string>Respring</string>
|
||||
<key>action</key>
|
||||
<string>respring</string>
|
||||
</dict>
|
||||
|
||||
</array>
|
||||
<key>title</key>
|
||||
<string>TruthfulDock</string>
|
||||
</dict>
|
||||
</plist>
|
Reference in New Issue
Block a user