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
-11
lines changed
Applications/TrollSpeed.app Expand file tree Collapse file tree 7 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ after-package::
53
53
$(ECHO_NOTHING ) mkdir -p packages $(THEOS_STAGING_DIR ) /Payload$(ECHO_END )
54
54
$(ECHO_NOTHING ) cp -rp $(THEOS_STAGING_DIR )$(THEOS_PACKAGE_INSTALL_PREFIX ) /Applications/TrollSpeed.app $(THEOS_STAGING_DIR ) /Payload$(ECHO_END )
55
55
$(ECHO_NOTHING ) defaults delete $(THEOS_STAGING_DIR ) /Payload/TrollSpeed.app/Info.plist CFBundleIconName || true$(ECHO_END )
56
- $(ECHO_NOTHING ) defaults write $(THEOS_STAGING_DIR ) /Payload/TrollSpeed.app/Info.plist CFBundleVersion -string 10 $(ECHO_END )
56
+ $(ECHO_NOTHING ) defaults write $(THEOS_STAGING_DIR ) /Payload/TrollSpeed.app/Info.plist CFBundleVersion -string $( shell openssl rand -hex 4) $(ECHO_END )
57
57
$(ECHO_NOTHING ) plutil -convert xml1 $(THEOS_STAGING_DIR ) /Payload/TrollSpeed.app/Info.plist$(ECHO_END )
58
58
$(ECHO_NOTHING ) cd $(THEOS_STAGING_DIR ) ; zip -qr TrollSpeed_${GIT_TAG_SHORT} .tipa Payload; cd -; $(ECHO_END )
59
59
$(ECHO_NOTHING ) mv $(THEOS_STAGING_DIR ) /TrollSpeed_${GIT_TAG_SHORT} .tipa packages/TrollSpeed_${GIT_TAG_SHORT} .tipa$(ECHO_END )
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.7 </string >
24
+ <string >1.11.8 </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 >1 </string >
39
+ <string >25f70367 </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.7 ;
616
+ MARKETING_VERSION = 1.11.8 ;
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.7 ;
659
+ MARKETING_VERSION = 1.11.8 ;
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.7 ;
830
+ MARKETING_VERSION = 1.11.8 ;
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.7 ;
874
+ MARKETING_VERSION = 1.11.8 ;
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 @@ -30,8 +30,12 @@ __EOF__
30
30
# Set permissions
31
31
chmod 0644 layout/DEBIAN/control
32
32
33
+ RAND_BUILD_STR=$( openssl rand -hex 4)
34
+
33
35
# Write the Info.plist file
34
36
defaults write $( pwd) /Resources/Info.plist CFBundleShortVersionString $VERSION
37
+ defaults write $( pwd) /Resources/Info.plist CFBundleVersion $RAND_BUILD_STR
35
38
plutil -convert xml1 $( pwd) /Resources/Info.plist
36
39
defaults write $( pwd) /supports/Sandbox-Info.plist CFBundleShortVersionString $VERSION
40
+ defaults write $( pwd) /supports/Sandbox-Info.plist CFBundleVersion $RAND_BUILD_STR
37
41
plutil -convert xml1 $( pwd) /supports/Sandbox-Info.plist
Original file line number Diff line number Diff line change 3
3
<plist version =" 1.0" >
4
4
<dict >
5
5
<key >CFBundleShortVersionString </key >
6
- <string >1.11.7 </string >
6
+ <string >1.11.8 </string >
7
7
<key >CFBundleVersion </key >
8
8
<string >1 </string >
9
9
</dict >
Original file line number Diff line number Diff line change 1
1
Package: ch.xxtou.hudapp
2
2
Name: TrollSpeed
3
- Version: 1.11.7
3
+ Version: 1.11.8
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.7 </string >
24
+ <string >1.11.8 </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 >1 </string >
39
+ <string >25f70367 </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