From ed1e428fba75b03eae532ef46e33d1bff6b94788 Mon Sep 17 00:00:00 2001 From: FivePixels Date: Sun, 14 Jun 2020 13:16:31 -0500 Subject: 1.0 --- .theos/obj/IntemperatePrefs.bundle/Info.plist | 24 ++++++ .../obj/IntemperatePrefs.bundle/Intemperate.plist | 89 +++++++++++++++++++++ .../obj/IntemperatePrefs.bundle/IntemperatePrefs | Bin 0 -> 149248 bytes .theos/obj/IntemperatePrefs.bundle/icon@2x.png | Bin 0 -> 1222 bytes .theos/obj/IntemperatePrefs.bundle/icon@3x.png | Bin 0 -> 2083 bytes .theos/obj/IntemperatePrefs.bundle/twitter@2x.png | Bin 0 -> 1768 bytes .theos/obj/IntemperatePrefs.bundle/twitter@3x.png | Bin 0 -> 2747 bytes 7 files changed, 113 insertions(+) create mode 100644 .theos/obj/IntemperatePrefs.bundle/Info.plist create mode 100644 .theos/obj/IntemperatePrefs.bundle/Intemperate.plist create mode 100755 .theos/obj/IntemperatePrefs.bundle/IntemperatePrefs create mode 100644 .theos/obj/IntemperatePrefs.bundle/icon@2x.png create mode 100644 .theos/obj/IntemperatePrefs.bundle/icon@3x.png create mode 100644 .theos/obj/IntemperatePrefs.bundle/twitter@2x.png create mode 100644 .theos/obj/IntemperatePrefs.bundle/twitter@3x.png (limited to '.theos/obj/IntemperatePrefs.bundle') diff --git a/.theos/obj/IntemperatePrefs.bundle/Info.plist b/.theos/obj/IntemperatePrefs.bundle/Info.plist new file mode 100644 index 0000000..5775539 --- /dev/null +++ b/.theos/obj/IntemperatePrefs.bundle/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/.theos/obj/IntemperatePrefs.bundle/Intemperate.plist b/.theos/obj/IntemperatePrefs.bundle/Intemperate.plist new file mode 100644 index 0000000..9171454 --- /dev/null +++ b/.theos/obj/IntemperatePrefs.bundle/Intemperate.plist @@ -0,0 +1,89 @@ + + + + + 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. + + + cell + PSSwitchCell + default + + defaults + com.5px.intemperate + key + isEnabled + label + Enabled + + + cell + PSGroupCell + footerText + Perform a respring to apply all 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 + + + cell + PSGroupCell + footerAlignment + 1 + footerText + © 2020 FivePixels + + + title + Intemperate + + + + diff --git a/.theos/obj/IntemperatePrefs.bundle/IntemperatePrefs b/.theos/obj/IntemperatePrefs.bundle/IntemperatePrefs new file mode 100755 index 0000000..e73b1be Binary files /dev/null and b/.theos/obj/IntemperatePrefs.bundle/IntemperatePrefs differ diff --git a/.theos/obj/IntemperatePrefs.bundle/icon@2x.png b/.theos/obj/IntemperatePrefs.bundle/icon@2x.png new file mode 100644 index 0000000..25ce016 Binary files /dev/null and b/.theos/obj/IntemperatePrefs.bundle/icon@2x.png differ diff --git a/.theos/obj/IntemperatePrefs.bundle/icon@3x.png b/.theos/obj/IntemperatePrefs.bundle/icon@3x.png new file mode 100644 index 0000000..cf62d0b Binary files /dev/null and b/.theos/obj/IntemperatePrefs.bundle/icon@3x.png differ diff --git a/.theos/obj/IntemperatePrefs.bundle/twitter@2x.png b/.theos/obj/IntemperatePrefs.bundle/twitter@2x.png new file mode 100644 index 0000000..5fa8892 Binary files /dev/null and b/.theos/obj/IntemperatePrefs.bundle/twitter@2x.png differ diff --git a/.theos/obj/IntemperatePrefs.bundle/twitter@3x.png b/.theos/obj/IntemperatePrefs.bundle/twitter@3x.png new file mode 100644 index 0000000..9af7a41 Binary files /dev/null and b/.theos/obj/IntemperatePrefs.bundle/twitter@3x.png differ -- cgit v1.2.3