This repository was archived by the owner on Apr 13, 2025. It is now read-only.
File tree 5 files changed +11
-9
lines changed
5 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 21
21
<key >CFBundlePackageType </key >
22
22
<string >APPL </string >
23
23
<key >CFBundleShortVersionString </key >
24
- <string >1.11.8 </string >
24
+ <string >1.11.9 </string >
25
25
<key >CFBundleSignature </key >
26
26
<string >???? </string >
27
27
<key >CFBundleURLTypes </key >
36
36
</dict >
37
37
</array >
38
38
<key >CFBundleVersion </key >
39
- <string >25f70367 </string >
39
+ <string >b8ee3368 </string >
40
40
<key >LSApplicationCategoryType </key >
41
41
<string >public.app-category.developer-tools </string >
42
42
<key >NSHumanReadableCopyright </key >
Original file line number Diff line number Diff line change 613
613
"$(inherited)",
614
614
"$(PROJECT_DIR)/libraries",
615
615
);
616
- MARKETING_VERSION = 1.11.8 ;
616
+ MARKETING_VERSION = 1.11.9 ;
617
617
PRODUCT_BUNDLE_IDENTIFIER = "ch.xxtou.hudapp-sandbox";
618
618
PRODUCT_NAME = "$(TARGET_NAME)";
619
619
PROVISIONING_PROFILE_SPECIFIER = "";
656
656
"$(inherited)",
657
657
"$(PROJECT_DIR)/libraries",
658
658
);
659
- MARKETING_VERSION = 1.11.8 ;
659
+ MARKETING_VERSION = 1.11.9 ;
660
660
PRODUCT_BUNDLE_IDENTIFIER = "ch.xxtou.hudapp-sandbox";
661
661
PRODUCT_NAME = "$(TARGET_NAME)";
662
662
PROVISIONING_PROFILE_SPECIFIER = "";
827
827
"$(inherited)",
828
828
"$(PROJECT_DIR)/libraries",
829
829
);
830
- MARKETING_VERSION = 1.11.8 ;
830
+ MARKETING_VERSION = 1.11.9 ;
831
831
PRODUCT_BUNDLE_IDENTIFIER = ch.xxtou.hudapp;
832
832
PRODUCT_NAME = "$(TARGET_NAME)";
833
833
PROVISIONING_PROFILE_SPECIFIER = "";
871
871
"$(inherited)",
872
872
"$(PROJECT_DIR)/libraries",
873
873
);
874
- MARKETING_VERSION = 1.11.8 ;
874
+ MARKETING_VERSION = 1.11.9 ;
875
875
PRODUCT_BUNDLE_IDENTIFIER = ch.xxtou.hudapp;
876
876
PRODUCT_NAME = "$(TARGET_NAME)";
877
877
PROVISIONING_PROFILE_SPECIFIER = "";
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ xcodebuild clean build archive \
20
20
-archivePath TrollSpeed \
21
21
CODE_SIGNING_ALLOWED=NO | xcpretty
22
22
23
+ chmod 0644 Resources/Info.plist
24
+ chmod 0644 supports/Sandbox-Info.plist
23
25
cp supports/entitlements.plist TrollSpeed.xcarchive/Products
24
26
cd TrollSpeed.xcarchive/Products/Applications
25
27
codesign --remove-signature TrollSpeed.app
Original file line number Diff line number Diff line change 1
1
Package: ch.xxtou.hudapp
2
2
Name: TrollSpeed
3
- Version: 1.11.8
3
+ Version: 1.11.9
4
4
Section: Tweaks
5
5
Depends: firmware (>= 14.0), mobilesubstrate (>= 0.9.7000)
6
6
Architecture: iphoneos-arm
Original file line number Diff line number Diff line change 21
21
<key >CFBundlePackageType </key >
22
22
<string >APPL </string >
23
23
<key >CFBundleShortVersionString </key >
24
- <string >1.11.8 </string >
24
+ <string >1.11.9 </string >
25
25
<key >CFBundleSignature </key >
26
26
<string >???? </string >
27
27
<key >CFBundleURLTypes </key >
36
36
</dict >
37
37
</array >
38
38
<key >CFBundleVersion </key >
39
- <string >25f70367 </string >
39
+ <string >b8ee3368 </string >
40
40
<key >LSApplicationCategoryType </key >
41
41
<string >public.app-category.developer-tools </string >
42
42
<key >NSHumanReadableCopyright </key >
You can’t perform that action at this time.
0 commit comments