This repository was archived by the owner on Apr 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +15
-14
lines changed
Applications/TrollSpeed.app Expand file tree Collapse file tree 7 files changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133133 uses : softprops/action-gh-release@v1
134134 with :
135135 token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
136- body_path : TrollSpeed/CHANGELOG.txt
136+ body_path : TrollSpeed/CHANGELOG.md
137137 files : |
138138 TrollSpeed/packages/TrollSpeed_*.tipa
139139 TrollSpeed/packages/TrollSpeed+AppIntents16_*.tipa
Original file line number Diff line number Diff line change 1+ ## Bugfix
2+
3+ - Allows haptic engine to run in background on iOS 16+.
4+ - Icon is now properly displayed on jailbroken devices.
5+ - Prevents accidentally entering notification/control center while adjusting the HUD window level (Only within in the App). Thanks to [ @dlevi309 ] ( https://github.com/dlevi309 )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 613613 "$(inherited)",
614614 "$(PROJECT_DIR)/libraries",
615615 );
616- MARKETING_VERSION = 1.11.4 ;
616+ MARKETING_VERSION = 1.11.5 ;
617617 PRODUCT_BUNDLE_IDENTIFIER = "ch.xxtou.hudapp-sandbox";
618618 PRODUCT_NAME = "$(TARGET_NAME)";
619619 PROVISIONING_PROFILE_SPECIFIER = "";
656656 "$(inherited)",
657657 "$(PROJECT_DIR)/libraries",
658658 );
659- MARKETING_VERSION = 1.11.4 ;
659+ MARKETING_VERSION = 1.11.5 ;
660660 PRODUCT_BUNDLE_IDENTIFIER = "ch.xxtou.hudapp-sandbox";
661661 PRODUCT_NAME = "$(TARGET_NAME)";
662662 PROVISIONING_PROFILE_SPECIFIER = "";
827827 "$(inherited)",
828828 "$(PROJECT_DIR)/libraries",
829829 );
830- MARKETING_VERSION = 1.11.4 ;
830+ MARKETING_VERSION = 1.11.5 ;
831831 PRODUCT_BUNDLE_IDENTIFIER = ch.xxtou.hudapp;
832832 PRODUCT_NAME = "$(TARGET_NAME)";
833833 PROVISIONING_PROFILE_SPECIFIER = "";
871871 "$(inherited)",
872872 "$(PROJECT_DIR)/libraries",
873873 );
874- MARKETING_VERSION = 1.11.4 ;
874+ MARKETING_VERSION = 1.11.5 ;
875875 PRODUCT_BUNDLE_IDENTIFIER = ch.xxtou.hudapp;
876876 PRODUCT_NAME = "$(TARGET_NAME)";
877877 PROVISIONING_PROFILE_SPECIFIER = "";
Original file line number Diff line number Diff line change 2121 <key >CFBundlePackageType </key >
2222 <string >APPL </string >
2323 <key >CFBundleShortVersionString </key >
24- <string >1.11.4 </string >
24+ <string >1.11.5 </string >
2525 <key >CFBundleSignature </key >
2626 <string >???? </string >
2727 <key >CFBundleURLTypes </key >
3636 </dict >
3737 </array >
3838 <key >CFBundleVersion </key >
39- <string >1.11.4 </string >
39+ <string >1.11.5 </string >
4040 <key >LSApplicationCategoryType </key >
4141 <string >public.app-category.developer-tools </string >
4242 <key >NSHumanReadableCopyright </key >
Original file line number Diff line number Diff line change 11Package: ch.xxtou.hudapp
22Name: HUD App
3- Version: 1.11.4
3+ Version: 1.11.5
44Section: Tweaks
55Depends: firmware (>= 14.0), mobilesubstrate (>= 0.9.7000)
66Architecture: iphoneos-arm
Original file line number Diff line number Diff line change 2121 <key >CFBundlePackageType </key >
2222 <string >APPL </string >
2323 <key >CFBundleShortVersionString </key >
24- <string >1.11.4 </string >
24+ <string >1.11.5 </string >
2525 <key >CFBundleSignature </key >
2626 <string >???? </string >
2727 <key >CFBundleURLTypes </key >
3636 </dict >
3737 </array >
3838 <key >CFBundleVersion </key >
39- <string >1.11.4 </string >
39+ <string >1.11.5 </string >
4040 <key >LSApplicationCategoryType </key >
4141 <string >public.app-category.developer-tools </string >
4242 <key >NSHumanReadableCopyright </key >
You can’t perform that action at this time.
0 commit comments