diff options
| author | FivePixels <o5pxels@gmail.com> | 2021-05-19 13:24:15 -0500 |
|---|---|---|
| committer | FivePixels <o5pxels@gmail.com> | 2021-05-19 13:24:15 -0500 |
| commit | d2cb9115dc80f23bc22f896d11ed8dc1f247aaff (patch) | |
| tree | 612933008ee400712ff9ebd010656012b29e3ee4 /signateprefs/Resources | |
| download | signate-d2cb9115dc80f23bc22f896d11ed8dc1f247aaff.tar.xz signate-d2cb9115dc80f23bc22f896d11ed8dc1f247aaff.zip | |
Signate initial commit
Diffstat (limited to 'signateprefs/Resources')
| -rw-r--r-- | signateprefs/Resources/.DS_Store | bin | 0 -> 6148 bytes | |||
| -rw-r--r-- | signateprefs/Resources/._.DS_Store | bin | 0 -> 4096 bytes | |||
| -rw-r--r-- | signateprefs/Resources/Info.plist | 24 | ||||
| -rw-r--r-- | signateprefs/Resources/Signate.plist | 253 | ||||
| -rw-r--r-- | signateprefs/Resources/icon.png | bin | 0 -> 1298 bytes | |||
| -rw-r--r-- | signateprefs/Resources/icon@2x.png | bin | 0 -> 3432 bytes | |||
| -rw-r--r-- | signateprefs/Resources/icon@3x.png | bin | 0 -> 6020 bytes | |||
| -rw-r--r-- | signateprefs/Resources/twitter.png | bin | 0 -> 763 bytes | |||
| -rw-r--r-- | signateprefs/Resources/twitter@2x.png | bin | 0 -> 2393 bytes | |||
| -rw-r--r-- | signateprefs/Resources/twitter@3x.png | bin | 0 -> 5355 bytes |
10 files changed, 277 insertions, 0 deletions
diff --git a/signateprefs/Resources/.DS_Store b/signateprefs/Resources/.DS_Store Binary files differnew file mode 100644 index 0000000..5008ddf --- /dev/null +++ b/signateprefs/Resources/.DS_Store diff --git a/signateprefs/Resources/._.DS_Store b/signateprefs/Resources/._.DS_Store Binary files differnew file mode 100644 index 0000000..8e82ed9 --- /dev/null +++ b/signateprefs/Resources/._.DS_Store diff --git a/signateprefs/Resources/Info.plist b/signateprefs/Resources/Info.plist new file mode 100644 index 0000000..f9fb712 --- /dev/null +++ b/signateprefs/Resources/Info.plist @@ -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>SignatePrefs</string> + <key>CFBundleIdentifier</key> + <string>com.5px.signateprefs</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>SGNRootListController</string> +</dict> +</plist> diff --git a/signateprefs/Resources/Signate.plist b/signateprefs/Resources/Signate.plist new file mode 100644 index 0000000..6e98e38 --- /dev/null +++ b/signateprefs/Resources/Signate.plist @@ -0,0 +1,253 @@ +<?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>footerText</key> + <string>Signate will automatically apply changes about 5 seconds after making a change</string> + </dict> + <dict> + <key>cell</key> + <string>PSSwitchCell</string> + <key>default</key> + <true/> + <key>defaults</key> + <string>com.5px.signate</string> + <key>key</key> + <string>enabled</string> + <key>label</key> + <string>Enabled</string> + <key>PostNotification</key> + <string>com.5px.signate.settingschanged</string> + </dict> + <dict> + <key>cell</key> + <string>PSGroupCell</string> + <key>footerText</key> + <string>Add the text "Uptime:" before the time displayed</string> + </dict> + <dict> + <key>cell</key> + <string>PSSwitchCell</string> + <key>default</key> + <true/> + <key>defaults</key> + <string>com.5px.signate</string> + <key>key</key> + <string>uptimeTextEnabled</string> + <key>label</key> + <string>Uptime Label</string> + <key>PostNotification</key> + <string>com.5px.signate.settingschanged</string> + </dict> + + <dict> + <key>cell</key> + <string>PSGroupCell</string> + <key>label</key> + <string>Signate Options</string> + <key>footerText</key> + <string>Select units to be displayed on the lockscreen</string> + </dict> + + <dict> + <key>cell</key> + <string>PSSegmentCell</string> + <key>defaults</key> + <string>com.5px.signate</string> + <key>key</key> + <string>displaySetting</string> + <key>default</key> + <integer>1</integer> + <key>validTitles</key> + <array> + <string>Days</string> + <string>Hours</string> + <string>Minutes</string> + <string>Seconds</string> + </array> + <key>validValues</key> + <array> + <integer>0</integer> + <integer>1</integer> + <integer>2</integer> + <integer>3</integer> + </array> + <key>PostNotification</key> + <string>com.5px.signate.settingschanged</string> + </dict> + + <dict> + <key>cell</key> + <string>PSGroupCell</string> + <key>label</key> + <string>Font Options</string> + </dict> + + <dict> + <key>cell</key> + <string>PSSegmentCell</string> + <key>defaults</key> + <string>com.5px.signate</string> + <key>key</key> + <string>fontWeight</string> + <key>default</key> + <integer>2</integer> + <key>validTitles</key> + <array> + <string>Thin</string> + <string>Regular</string> + <string>Bold</string> + <string>Heavy</string> + </array> + <key>validValues</key> + <array> + <integer>0</integer> + <integer>1</integer> + <integer>2</integer> + <integer>3</integer> + </array> + <key>PostNotification</key> + <string>com.5px.signate.settingschanged</string> + </dict> + + <dict> + <key>cell</key> + <string>PSLinkListCell</string> + <key>defaults</key> + <string>com.5px.signate</string> + <key>default</key> + <integer>1</integer> + <key>detail</key> + <string>PSListItemsController</string> + <key>key</key> + <string>fontAlignment</string> + <key>label</key> + <string>Alignment</string> + <key>validTitles</key> + <array> + <string>Left</string> + <string>Center</string> + <string>Right</string> + </array> + <key>validValues</key> + <array> + <integer>0</integer> + <integer>1</integer> + <integer>2</integer> + </array> + <key>PostNotification</key> + <string>com.5px.signate.settingschanged</string> + </dict> + + <dict> + <key>cell</key> + <string>PSGroupCell</string> + <key>label</key> + <string>X and Y Offset</string> + <key>footerText</key> + <string>The X-axis negative values will make the label move left, positive will move the label move right. The Y-axis negative values will move the label up, positive will move the label down.</string> + </dict> + + <dict> + <key>cell</key> + <string>PSSliderCell</string> + <key>default</key> + <integer>0</integer> <!-- Default value of the slider --> + <key>defaults</key> + <string>com.5px.signate</string> <!-- Your package name here --> + <key>key</key> + <string>offsetWidth</string> <!-- Your key name here --> + <key>max</key> + <real>200</real> <!-- Enter your maximum value here --> + <key>min</key> + <real>-200</real> <!-- Enter your minimum value here --> + <key>showValue</key> <!-- Show the value of the slider. true or false. --> + <true/> + <key>PostNotification</key> + <string>com.5px.signate.settingschanged</string> + </dict> + + <dict> + <key>cell</key> + <string>PSSliderCell</string> + <key>default</key> + <integer>-35</integer> <!-- Default value of the slider --> + <key>defaults</key> + <string>com.5px.signate</string> <!-- Your package name here --> + <key>key</key> + <string>offsetHeight</string> <!-- Your key name here --> + <key>max</key> + <real>200</real> <!-- Enter your maximum value here --> + <key>min</key> + <real>-200</real> <!-- Enter your minimum value here --> + <key>showValue</key> <!-- Show the value of the slider. true or false. --> + <true/> + <key>PostNotification</key> + <string>com.5px.signate.settingschanged</string> + </dict> + <dict> + <key>cell</key> + <string>PSGroupCell</string> + <key>label</key> + <string>Support</string> + <key>footerText</key> + <string>If you have any issues with this tweak, describe your issue and I'll try to assist you in the best way possible!</string> + </dict> + <dict> + <key>action</key> + <string>openTwitterDM</string> + <key>cell</key> + <string>PSButtonCell</string> + <key>label</key> + <string>DM @o5pxels on Twitter</string> + <key>icon</key> + <string>twitter.png</string> + </dict> + <dict> + <key>cell</key> + <string>PSGroupCell</string> + <key>label</key> + <string>Credits</string> + </dict> + <dict> + <key>action</key> + <string>openTwitter5px</string> + <key>cell</key> + <string>PSButtonCell</string> + <key>label</key> + <string>@o5pxels</string> + <key>footerText</key> + <string>Developer</string> + </dict> + <dict> + <key>action</key> + <string>openTwitterRO</string> + <key>cell</key> + <string>PSButtonCell</string> + <key>label</key> + <string>@rollerorangedev</string> + <key>footerText</key> + <string>Designer</string> + </dict> + <dict> + <key>cell</key> + <string>PSGroupCell</string> + <key>footerAlignment</key> + <integer>1</integer> + <key>footerText</key> + <string>© 2020 FivePixels</string> + </dict> + + </array> + + <key>title</key> + <string>Signate</string> +</dict> +</plist> + diff --git a/signateprefs/Resources/icon.png b/signateprefs/Resources/icon.png Binary files differnew file mode 100644 index 0000000..2c5b8b7 --- /dev/null +++ b/signateprefs/Resources/icon.png diff --git a/signateprefs/Resources/icon@2x.png b/signateprefs/Resources/icon@2x.png Binary files differnew file mode 100644 index 0000000..5c5339d --- /dev/null +++ b/signateprefs/Resources/icon@2x.png diff --git a/signateprefs/Resources/icon@3x.png b/signateprefs/Resources/icon@3x.png Binary files differnew file mode 100644 index 0000000..3759fc5 --- /dev/null +++ b/signateprefs/Resources/icon@3x.png diff --git a/signateprefs/Resources/twitter.png b/signateprefs/Resources/twitter.png Binary files differnew file mode 100644 index 0000000..18edeb4 --- /dev/null +++ b/signateprefs/Resources/twitter.png diff --git a/signateprefs/Resources/twitter@2x.png b/signateprefs/Resources/twitter@2x.png Binary files differnew file mode 100644 index 0000000..e67c2ce --- /dev/null +++ b/signateprefs/Resources/twitter@2x.png diff --git a/signateprefs/Resources/twitter@3x.png b/signateprefs/Resources/twitter@3x.png Binary files differnew file mode 100644 index 0000000..7a9d166 --- /dev/null +++ b/signateprefs/Resources/twitter@3x.png |
