mirror of
https://github.com/gilshahar7/PearlRetry.git
synced 2025-06-28 08:26:46 +00:00
Version 1.0
This commit is contained in:
24
pearlretryprefs/Resources/Info.plist
Normal file
24
pearlretryprefs/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>PearlRetryPrefs</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.gilshahar7.pearlretryprefs</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>prpRootListController</string>
|
||||
</dict>
|
||||
</plist>
|
45
pearlretryprefs/Resources/Root.plist
Normal file
45
pearlretryprefs/Resources/Root.plist
Normal file
@ -0,0 +1,45 @@
|
||||
<?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>PearlRetry</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSStaticTextCell</string>
|
||||
<key>label</key>
|
||||
<string>Retry delay in seconds</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSSliderCell</string>
|
||||
<key>default</key>
|
||||
<real>0.7</real>
|
||||
<key>min</key>
|
||||
<real>0.0</real>
|
||||
<key>max</key>
|
||||
<real>1.5</real>
|
||||
<key>showValue</key>
|
||||
<true/>
|
||||
<key>isSegmented</key>
|
||||
<true/>
|
||||
<key>segmentCount</key>
|
||||
<integer>30</integer>
|
||||
<key>defaults</key>
|
||||
<string>com.gilshahar7.pearlretryprefs</string>
|
||||
<key>key</key>
|
||||
<string>delay</string>
|
||||
<key>PostNotification</key>
|
||||
<string>com.gilshahar7.pearlretryprefs.settingschanged</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>title</key>
|
||||
<string>PearlRetryPrefs</string>
|
||||
</dict>
|
||||
</plist>
|
BIN
pearlretryprefs/Resources/icon@3x.png
Normal file
BIN
pearlretryprefs/Resources/icon@3x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
Reference in New Issue
Block a user