From ed1e428fba75b03eae532ef46e33d1bff6b94788 Mon Sep 17 00:00:00 2001 From: FivePixels Date: Sun, 14 Jun 2020 13:16:31 -0500 Subject: 1.0 --- intemperateprefs/Resources/Info.plist | 24 +++++++ intemperateprefs/Resources/Intemperate.plist | 99 +++++++++++++++++++++++++++ intemperateprefs/Resources/github@2x.png | Bin 0 -> 3000 bytes intemperateprefs/Resources/github@3x.png | Bin 0 -> 4726 bytes intemperateprefs/Resources/icon@2x.png | Bin 0 -> 1222 bytes intemperateprefs/Resources/icon@3x.png | Bin 0 -> 2083 bytes intemperateprefs/Resources/twitter@2x.png | Bin 0 -> 1768 bytes intemperateprefs/Resources/twitter@3x.png | Bin 0 -> 2747 bytes 8 files changed, 123 insertions(+) create mode 100644 intemperateprefs/Resources/Info.plist create mode 100644 intemperateprefs/Resources/Intemperate.plist create mode 100644 intemperateprefs/Resources/github@2x.png create mode 100644 intemperateprefs/Resources/github@3x.png create mode 100644 intemperateprefs/Resources/icon@2x.png create mode 100644 intemperateprefs/Resources/icon@3x.png create mode 100644 intemperateprefs/Resources/twitter@2x.png create mode 100644 intemperateprefs/Resources/twitter@3x.png (limited to 'intemperateprefs/Resources') diff --git a/intemperateprefs/Resources/Info.plist b/intemperateprefs/Resources/Info.plist new file mode 100644 index 0000000..5775539 --- /dev/null +++ b/intemperateprefs/Resources/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + IntemperatePrefs + CFBundleIdentifier + com.5px.intemperateprefs + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + NSPrincipalClass + INPRootListController + + diff --git a/intemperateprefs/Resources/Intemperate.plist b/intemperateprefs/Resources/Intemperate.plist new file mode 100644 index 0000000..3cd8ab6 --- /dev/null +++ b/intemperateprefs/Resources/Intemperate.plist @@ -0,0 +1,99 @@ + + + + + items + + + cell + PSGroupCell + label + Settings + footerText + By enabling this tweak, your device will be running in an unstable state. Using your device above operating temperatures can lead to permanent damage. FivePixels, the developer, is not responsible for any damage caused to your device. + + + cell + PSSwitchCell + default + + defaults + com.5px.intemperate + key + isEnabled + label + Enabled + + + cell + PSGroupCell + footerText + Perform a respring to apply changes. + + + cell + PSButtonCell + label + Respring Device + action + respring + + + cell + PSGroupCell + label + Support + footerText + If you have any issues with this tweak, describe your issue and I'll try to assist you in the best way possible! + + + action + openTwitterDM + cell + PSButtonCell + label + DM @o5pxels on Twitter + icon + twitter.png + + + cell + PSGroupCell + label + Credits + + + action + openTwitter5px + cell + PSButtonCell + label + @o5pxels + footerText + Developer + + + action + openGitHub + cell + PSButtonCell + label + GitHub Source + icon + github.png + + + cell + PSGroupCell + footerAlignment + 1 + footerText + © 2020 FivePixels + + + title + Intemperate + + + + diff --git a/intemperateprefs/Resources/github@2x.png b/intemperateprefs/Resources/github@2x.png new file mode 100644 index 0000000..52b4ba7 Binary files /dev/null and b/intemperateprefs/Resources/github@2x.png differ diff --git a/intemperateprefs/Resources/github@3x.png b/intemperateprefs/Resources/github@3x.png new file mode 100644 index 0000000..5509612 Binary files /dev/null and b/intemperateprefs/Resources/github@3x.png differ diff --git a/intemperateprefs/Resources/icon@2x.png b/intemperateprefs/Resources/icon@2x.png new file mode 100644 index 0000000..25ce016 Binary files /dev/null and b/intemperateprefs/Resources/icon@2x.png differ diff --git a/intemperateprefs/Resources/icon@3x.png b/intemperateprefs/Resources/icon@3x.png new file mode 100644 index 0000000..cf62d0b Binary files /dev/null and b/intemperateprefs/Resources/icon@3x.png differ diff --git a/intemperateprefs/Resources/twitter@2x.png b/intemperateprefs/Resources/twitter@2x.png new file mode 100644 index 0000000..5fa8892 Binary files /dev/null and b/intemperateprefs/Resources/twitter@2x.png differ diff --git a/intemperateprefs/Resources/twitter@3x.png b/intemperateprefs/Resources/twitter@3x.png new file mode 100644 index 0000000..9af7a41 Binary files /dev/null and b/intemperateprefs/Resources/twitter@3x.png differ -- cgit v1.2.3