diff options
| author | FivePixels <o5pxels@gmail.com> | 2020-07-07 13:37:24 -0500 |
|---|---|---|
| committer | FivePixels <o5pxels@gmail.com> | 2020-07-07 13:37:24 -0500 |
| commit | a692718a2ae3d46db6c63b68a924f66f671ba004 (patch) | |
| tree | 7a5ad3fa2c6744b53637c8c0e3bc5b68d3fdb3a4 /.theos/obj/IntemperatePrefs.bundle | |
| parent | 20dcfabbfbed12577ab175e88da23024c69db47a (diff) | |
| download | intemperate-a692718a2ae3d46db6c63b68a924f66f671ba004.tar.xz intemperate-a692718a2ae3d46db6c63b68a924f66f671ba004.zip | |
New twitter ID and add alert when blocking begins
Diffstat (limited to '.theos/obj/IntemperatePrefs.bundle')
| -rw-r--r-- | .theos/obj/IntemperatePrefs.bundle/Info.plist | 24 | ||||
| -rw-r--r-- | .theos/obj/IntemperatePrefs.bundle/Intemperate.plist | 89 | ||||
| -rwxr-xr-x | .theos/obj/IntemperatePrefs.bundle/IntemperatePrefs | bin | 149248 -> 0 bytes | |||
| -rw-r--r-- | .theos/obj/IntemperatePrefs.bundle/icon@2x.png | bin | 1222 -> 0 bytes | |||
| -rw-r--r-- | .theos/obj/IntemperatePrefs.bundle/icon@3x.png | bin | 2083 -> 0 bytes | |||
| -rw-r--r-- | .theos/obj/IntemperatePrefs.bundle/twitter@2x.png | bin | 1768 -> 0 bytes | |||
| -rw-r--r-- | .theos/obj/IntemperatePrefs.bundle/twitter@3x.png | bin | 2747 -> 0 bytes |
7 files changed, 0 insertions, 113 deletions
diff --git a/.theos/obj/IntemperatePrefs.bundle/Info.plist b/.theos/obj/IntemperatePrefs.bundle/Info.plist deleted file mode 100644 index 5775539..0000000 --- a/.theos/obj/IntemperatePrefs.bundle/Info.plist +++ /dev/null @@ -1,24 +0,0 @@ -<?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>IntemperatePrefs</string> - <key>CFBundleIdentifier</key> - <string>com.5px.intemperateprefs</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>INPRootListController</string> -</dict> -</plist> diff --git a/.theos/obj/IntemperatePrefs.bundle/Intemperate.plist b/.theos/obj/IntemperatePrefs.bundle/Intemperate.plist deleted file mode 100644 index 9171454..0000000 --- a/.theos/obj/IntemperatePrefs.bundle/Intemperate.plist +++ /dev/null @@ -1,89 +0,0 @@ -<?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>Settings</string> - <key>footerText</key> - <string>By enabling this tweak, your device will be running in an unstable state. Using your device above operating temperatures can lead to permanent damage.</string> - </dict> - <dict> - <key>cell</key> - <string>PSSwitchCell</string> - <key>default</key> - <false /> - <key>defaults</key> - <string>com.5px.intemperate</string> - <key>key</key> - <string>isEnabled</string> - <key>label</key> - <string>Enabled</string> - </dict> - <dict> - <key>cell</key> - <string>PSGroupCell</string> - <key>footerText</key> - <string>Perform a respring to apply all changes.</string> - </dict> - <dict> - <key>cell</key> - <string>PSButtonCell</string> - <key>label</key> - <string>Respring Device</string> - <key>action</key> - <string>respring</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>cell</key> - <string>PSGroupCell</string> - <key>footerAlignment</key> - <integer>1</integer> - <key>footerText</key> - <string>© 2020 FivePixels</string> - </dict> - </array> - <key>title</key> - <string>Intemperate</string> - </dict> -</plist> - - diff --git a/.theos/obj/IntemperatePrefs.bundle/IntemperatePrefs b/.theos/obj/IntemperatePrefs.bundle/IntemperatePrefs Binary files differdeleted file mode 100755 index e73b1be..0000000 --- a/.theos/obj/IntemperatePrefs.bundle/IntemperatePrefs +++ /dev/null diff --git a/.theos/obj/IntemperatePrefs.bundle/icon@2x.png b/.theos/obj/IntemperatePrefs.bundle/icon@2x.png Binary files differdeleted file mode 100644 index 25ce016..0000000 --- a/.theos/obj/IntemperatePrefs.bundle/icon@2x.png +++ /dev/null diff --git a/.theos/obj/IntemperatePrefs.bundle/icon@3x.png b/.theos/obj/IntemperatePrefs.bundle/icon@3x.png Binary files differdeleted file mode 100644 index cf62d0b..0000000 --- a/.theos/obj/IntemperatePrefs.bundle/icon@3x.png +++ /dev/null diff --git a/.theos/obj/IntemperatePrefs.bundle/twitter@2x.png b/.theos/obj/IntemperatePrefs.bundle/twitter@2x.png Binary files differdeleted file mode 100644 index 5fa8892..0000000 --- a/.theos/obj/IntemperatePrefs.bundle/twitter@2x.png +++ /dev/null diff --git a/.theos/obj/IntemperatePrefs.bundle/twitter@3x.png b/.theos/obj/IntemperatePrefs.bundle/twitter@3x.png Binary files differdeleted file mode 100644 index 9af7a41..0000000 --- a/.theos/obj/IntemperatePrefs.bundle/twitter@3x.png +++ /dev/null |
