Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 4b86e1a

Browse files
committed
bump version to v1.11.2
1 parent f591649 commit 4b86e1a

File tree

7 files changed

+27
-19
lines changed

7 files changed

+27
-19
lines changed

CHANGELOG.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1+
## Appearance
2+
3+
- Increase the font size of the HUD by 1pt.
4+
5+
## Compatibility
6+
7+
- Now `TrollSpeed+AppIntents16_*.tipa` won't crash on iOS 15 and above, while “App Intents” is not supported.
18
- Feature: Add “App Intents” (i.e. “Shortcuts”) support for iOS 16 and above, use `TrollSpeed+AppIntents16_*.tipa`.
2-
- For those who don't want to use “App Intents” or are using iOS 15 and below, use `TrollSpeed_*.tipa`.
9+
- For those who don't want to use “App Intents” or are using iOS 15 and below, use `TrollSpeed_*.tipa`.

TrollSpeed.xcodeproj/project.pbxproj

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
CC8DDA8F2B654DC8001C7C9E /* ActivateHUDIntent.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC8DDA8E2B654DC8001C7C9E /* ActivateHUDIntent.swift */; };
7171
CC8DDA922B655156001C7C9E /* DeactivateHUDIntent.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC8DDA912B655156001C7C9E /* DeactivateHUDIntent.swift */; };
7272
CC8DDA952B6551C7001C7C9E /* ToggleHUDIntent.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC8DDA942B655183001C7C9E /* ToggleHUDIntent.swift */; };
73-
CC8DDA992B66318E001C7C9E /* AppIntents.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC8DDA982B66318E001C7C9E /* AppIntents.framework */; };
74-
CC8DDA9A2B6631DC001C7C9E /* AppIntents.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC8DDA982B66318E001C7C9E /* AppIntents.framework */; };
73+
CC8DDA992B66318E001C7C9E /* AppIntents.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC8DDA982B66318E001C7C9E /* AppIntents.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
74+
CC8DDA9A2B6631DC001C7C9E /* AppIntents.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC8DDA982B66318E001C7C9E /* AppIntents.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
7575
CC91309E2B616541006E3280 /* HUDBackdropLabel.mm in Sources */ = {isa = PBXBuildFile; fileRef = CC91309D2B616541006E3280 /* HUDBackdropLabel.mm */; };
7676
CC91309F2B616541006E3280 /* HUDBackdropLabel.mm in Sources */ = {isa = PBXBuildFile; fileRef = CC91309D2B616541006E3280 /* HUDBackdropLabel.mm */; };
7777
CC9130A32B616C18006E3280 /* HUDBackdropView.mm in Sources */ = {isa = PBXBuildFile; fileRef = CC9130A22B616C18006E3280 /* HUDBackdropView.mm */; };
@@ -428,7 +428,7 @@
428428
isa = PBXProject;
429429
attributes = {
430430
BuildIndependentTargetsInParallel = 1;
431-
LastUpgradeCheck = 1510;
431+
LastUpgradeCheck = 1520;
432432
TargetAttributes = {
433433
CC711D002B5BF550007235A6 = {
434434
CreatedOnToolsVersion = 15.1;
@@ -598,7 +598,7 @@
598598
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
599599
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
600600
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
601-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
601+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
602602
LD_RUNPATH_SEARCH_PATHS = (
603603
"$(inherited)",
604604
"@executable_path/Frameworks",
@@ -607,7 +607,7 @@
607607
"$(inherited)",
608608
"$(PROJECT_DIR)/libraries",
609609
);
610-
MARKETING_VERSION = 1.10.0;
610+
MARKETING_VERSION = 1.11.2;
611611
PRODUCT_BUNDLE_IDENTIFIER = "ch.xxtou.hudapp-sandbox";
612612
PRODUCT_NAME = "$(TARGET_NAME)";
613613
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -641,7 +641,7 @@
641641
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
642642
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
643643
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
644-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
644+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
645645
LD_RUNPATH_SEARCH_PATHS = (
646646
"$(inherited)",
647647
"@executable_path/Frameworks",
@@ -650,7 +650,7 @@
650650
"$(inherited)",
651651
"$(PROJECT_DIR)/libraries",
652652
);
653-
MARKETING_VERSION = 1.10.0;
653+
MARKETING_VERSION = 1.11.2;
654654
PRODUCT_BUNDLE_IDENTIFIER = "ch.xxtou.hudapp-sandbox";
655655
PRODUCT_NAME = "$(TARGET_NAME)";
656656
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -785,6 +785,7 @@
785785
MTL_FAST_MATH = YES;
786786
PRODUCT_MODULE_NAME = TrollSpeed;
787787
SDKROOT = iphoneos;
788+
SWIFT_COMPILATION_MODE = wholemodule;
788789
VALIDATE_PRODUCT = YES;
789790
VERSIONING_SYSTEM = "apple-generic";
790791
};
@@ -811,7 +812,7 @@
811812
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
812813
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
813814
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
814-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
815+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
815816
LD_RUNPATH_SEARCH_PATHS = (
816817
"$(inherited)",
817818
"@executable_path/Frameworks",
@@ -820,7 +821,7 @@
820821
"$(inherited)",
821822
"$(PROJECT_DIR)/libraries",
822823
);
823-
MARKETING_VERSION = 1.10.0;
824+
MARKETING_VERSION = 1.11.2;
824825
PRODUCT_BUNDLE_IDENTIFIER = ch.xxtou.hudapp;
825826
PRODUCT_NAME = "$(TARGET_NAME)";
826827
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -855,7 +856,7 @@
855856
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
856857
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
857858
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
858-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
859+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
859860
LD_RUNPATH_SEARCH_PATHS = (
860861
"$(inherited)",
861862
"@executable_path/Frameworks",
@@ -864,7 +865,7 @@
864865
"$(inherited)",
865866
"$(PROJECT_DIR)/libraries",
866867
);
867-
MARKETING_VERSION = 1.10.0;
868+
MARKETING_VERSION = 1.11.2;
868869
PRODUCT_BUNDLE_IDENTIFIER = ch.xxtou.hudapp;
869870
PRODUCT_NAME = "$(TARGET_NAME)";
870871
PROVISIONING_PROFILE_SPECIFIER = "";

TrollSpeed.xcodeproj/xcshareddata/xcschemes/TrollSpeed-Sandbox.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1510"
3+
LastUpgradeVersion = "1520"
44
version = "1.7">
55
<BuildAction
66
parallelizeBuildables = "YES"

TrollSpeed.xcodeproj/xcshareddata/xcschemes/TrollSpeed.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1510"
3+
LastUpgradeVersion = "1520"
44
version = "1.7">
55
<BuildAction
66
parallelizeBuildables = "YES"

layout/Applications/TrollSpeed.app/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundlePackageType</key>
2222
<string>APPL</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>1.11.1</string>
24+
<string>1.11.2</string>
2525
<key>CFBundleSignature</key>
2626
<string>????</string>
2727
<key>CFBundleURLTypes</key>
@@ -36,7 +36,7 @@
3636
</dict>
3737
</array>
3838
<key>CFBundleVersion</key>
39-
<string>1.11.1</string>
39+
<string>1.11.2</string>
4040
<key>LSApplicationCategoryType</key>
4141
<string>public.app-category.developer-tools</string>
4242
<key>NSHumanReadableCopyright</key>

layout/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: ch.xxtou.hudapp
22
Name: HUD App
3-
Version: 1.11.1
3+
Version: 1.11.2
44
Section: Tweaks
55
Depends: firmware (>= 14.0), mobilesubstrate (>= 0.9.7000)
66
Architecture: iphoneos-arm

supports/Sandbox-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundlePackageType</key>
2222
<string>APPL</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>1.11.1</string>
24+
<string>1.11.2</string>
2525
<key>CFBundleSignature</key>
2626
<string>????</string>
2727
<key>CFBundleURLTypes</key>
@@ -36,7 +36,7 @@
3636
</dict>
3737
</array>
3838
<key>CFBundleVersion</key>
39-
<string>1.11.1</string>
39+
<string>1.11.2</string>
4040
<key>LSApplicationCategoryType</key>
4141
<string>public.app-category.developer-tools</string>
4242
<key>NSHumanReadableCopyright</key>

0 commit comments

Comments
 (0)