From 8a752c04771b28d82dce988849cad84ddaf3ea2c Mon Sep 17 00:00:00 2001 From: FivePixels Date: Fri, 17 Jul 2020 10:06:30 -0500 Subject: Initial Commit --- .theos/_/DEBIAN/control | 10 ++ .../MobileSubstrate/DynamicLibraries/Finical.dylib | Bin 0 -> 104768 bytes .../MobileSubstrate/DynamicLibraries/Finical.plist | 1 + .../FinicalPrefs.bundle/.Finical.plist.swp | Bin 0 -> 16384 bytes .../FinicalPrefs.bundle/Finical.plist | 200 +++++++++++++++++++++ .../FinicalPrefs.bundle/FinicalPrefs | Bin 0 -> 102368 bytes .../FinicalPrefs.bundle/Info.plist | 24 +++ .../FinicalPrefs.bundle/discord@2x.png | Bin 0 -> 2228 bytes .../FinicalPrefs.bundle/discord@3x.png | Bin 0 -> 3401 bytes .../FinicalPrefs.bundle/github@2x.png | Bin 0 -> 3000 bytes .../FinicalPrefs.bundle/github@3x.png | Bin 0 -> 4726 bytes .../FinicalPrefs.bundle/icon@2x.png | Bin 0 -> 4229 bytes .../FinicalPrefs.bundle/icon@3x.png | Bin 0 -> 7751 bytes .../FinicalPrefs.bundle/twitter@2x.png | Bin 0 -> 1768 bytes .../FinicalPrefs.bundle/twitter@3x.png | Bin 0 -> 2747 bytes .../Preferences/FinicalPrefs.plist | 21 +++ 16 files changed, 256 insertions(+) create mode 100644 .theos/_/DEBIAN/control create mode 100755 .theos/_/Library/MobileSubstrate/DynamicLibraries/Finical.dylib create mode 100644 .theos/_/Library/MobileSubstrate/DynamicLibraries/Finical.plist create mode 100644 .theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/.Finical.plist.swp create mode 100644 .theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/Finical.plist create mode 100755 .theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/FinicalPrefs create mode 100644 .theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/Info.plist create mode 100644 .theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/discord@2x.png create mode 100644 .theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/discord@3x.png create mode 100644 .theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/github@2x.png create mode 100644 .theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/github@3x.png create mode 100644 .theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/icon@2x.png create mode 100644 .theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/icon@3x.png create mode 100644 .theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/twitter@2x.png create mode 100644 .theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/twitter@3x.png create mode 100644 .theos/_/Library/PreferenceLoader/Preferences/FinicalPrefs.plist (limited to '.theos/_') diff --git a/.theos/_/DEBIAN/control b/.theos/_/DEBIAN/control new file mode 100644 index 0000000..1ed724a --- /dev/null +++ b/.theos/_/DEBIAN/control @@ -0,0 +1,10 @@ +Package: com.5px.finical +Name: Finical +Depends: mobilesubstrate +Architecture: iphoneos-arm +Description: Swipe away to dismiss the lockscreen player +Maintainer: FivePixels +Author: FivePixels +Section: Tweaks +Version: 1.0 +Installed-Size: 284 diff --git a/.theos/_/Library/MobileSubstrate/DynamicLibraries/Finical.dylib b/.theos/_/Library/MobileSubstrate/DynamicLibraries/Finical.dylib new file mode 100755 index 0000000..717e136 Binary files /dev/null and b/.theos/_/Library/MobileSubstrate/DynamicLibraries/Finical.dylib differ diff --git a/.theos/_/Library/MobileSubstrate/DynamicLibraries/Finical.plist b/.theos/_/Library/MobileSubstrate/DynamicLibraries/Finical.plist new file mode 100644 index 0000000..10dc654 --- /dev/null +++ b/.theos/_/Library/MobileSubstrate/DynamicLibraries/Finical.plist @@ -0,0 +1 @@ +{ Filter = { Bundles = ( "com.apple.springboard" ); }; } diff --git a/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/.Finical.plist.swp b/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/.Finical.plist.swp new file mode 100644 index 0000000..b8c79f7 Binary files /dev/null and b/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/.Finical.plist.swp differ diff --git a/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/Finical.plist b/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/Finical.plist new file mode 100644 index 0000000..d4c28ee --- /dev/null +++ b/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/Finical.plist @@ -0,0 +1,200 @@ + + + + + items + + + cell + PSGroupCell + label + Settings + footerText + Respring your device to apply changes. + + + cell + PSSwitchCell + default + + defaults + com.5px.finical + key + enabled + label + Enabled + + + + action + respring + cell + PSButtonCell + label + Respring + + + cell + PSGroupCell + label + Gesture Direction + footerText + The swipe direction to dismiss the Lockscreen player. + + + cell + PSSegmentCell + defaults + com.5px.finical + key + dismissGesture + default + 2 + validTitles + + Left + Right + Up + Down + + validValues + + 0 + 1 + 2 + 3 + + + + cell + PSGroupCell + label + options + footerText + The time until the player is automatically dismissed. + + + cell + PSSwitchCell + default + + defaults + com.5px.finical + key + killApp + label + Close Now Playing App on Dismissal + + + cell + PSSwitchCell + default + + defaults + com.5px.finical + key + dismissPlayer + label + Dismiss Automatically + + + cell + PSSliderCell + min + 0 + max + 60 + default + 0 + showValue + + isSegmented + + segmentCount + 60 + defaults + com.5px.finical + key + timeValue + + + cell + PSSegmentCell + defaults + com.5px.finical + key + timeOption + default + 0 + validTitles + + Seconds + Minutes + Hours + + validValues + + 0 + 1 + 2 + + + + cell + PSGroupCell + label + Support + footerText + Having trouble with Finical? + + + cell + PSButtonCell + action + openDiscord + label + FivePixels Discord Server + icon + discord.png + + + cell + PSButtonCell + action + openTwitterDM + label + Get Support on Twitter + icon + twitter.png + + + cell + PSGroupCell + label + Developer + footerText + "If this is coffee, please bring me some tea; but if this is tea, please bring me some coffee." + footerAlignment + 1 + + + action + openTwitter5px + cell + PSButtonCell + label + Dylan Bolger (FivePixels) + + + cell + PSGroupCell + footerAlignment + 1 + footerText + Dylan Bolger (FivePixels) © 2020 + + + title + Finical + + diff --git a/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/FinicalPrefs b/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/FinicalPrefs new file mode 100755 index 0000000..99aa0b3 Binary files /dev/null and b/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/FinicalPrefs differ diff --git a/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/Info.plist b/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/Info.plist new file mode 100644 index 0000000..ffd77b8 --- /dev/null +++ b/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + FinicalPrefs + CFBundleIdentifier + com.5px.finicalprefs + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + NSPrincipalClass + FCLRootListController + + diff --git a/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/discord@2x.png b/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/discord@2x.png new file mode 100644 index 0000000..54f6a92 Binary files /dev/null and b/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/discord@2x.png differ diff --git a/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/discord@3x.png b/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/discord@3x.png new file mode 100644 index 0000000..d58c334 Binary files /dev/null and b/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/discord@3x.png differ diff --git a/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/github@2x.png b/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/github@2x.png new file mode 100644 index 0000000..52b4ba7 Binary files /dev/null and b/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/github@2x.png differ diff --git a/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/github@3x.png b/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/github@3x.png new file mode 100644 index 0000000..5509612 Binary files /dev/null and b/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/github@3x.png differ diff --git a/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/icon@2x.png b/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/icon@2x.png new file mode 100644 index 0000000..3b9d210 Binary files /dev/null and b/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/icon@2x.png differ diff --git a/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/icon@3x.png b/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/icon@3x.png new file mode 100644 index 0000000..43b0661 Binary files /dev/null and b/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/icon@3x.png differ diff --git a/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/twitter@2x.png b/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/twitter@2x.png new file mode 100644 index 0000000..5fa8892 Binary files /dev/null and b/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/twitter@2x.png differ diff --git a/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/twitter@3x.png b/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/twitter@3x.png new file mode 100644 index 0000000..9af7a41 Binary files /dev/null and b/.theos/_/Library/PreferenceBundles/FinicalPrefs.bundle/twitter@3x.png differ diff --git a/.theos/_/Library/PreferenceLoader/Preferences/FinicalPrefs.plist b/.theos/_/Library/PreferenceLoader/Preferences/FinicalPrefs.plist new file mode 100644 index 0000000..e094ad6 --- /dev/null +++ b/.theos/_/Library/PreferenceLoader/Preferences/FinicalPrefs.plist @@ -0,0 +1,21 @@ + + + + + entry + + bundle + FinicalPrefs + cell + PSLinkCell + detail + FCLRootListController + icon + icon.png + isController + + label + Finical + + + -- cgit v1.2.3