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

Commit b924c83

Browse files
committed
bump version
Signed-off-by: 82Flex <82flex@gmail.com>
1 parent c2b735a commit b924c83

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

Resources/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.8</string>
24+
<string>1.11.9</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>25f70367</string>
39+
<string>b8ee3368</string>
4040
<key>LSApplicationCategoryType</key>
4141
<string>public.app-category.developer-tools</string>
4242
<key>NSHumanReadableCopyright</key>

TrollSpeed.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@
613613
"$(inherited)",
614614
"$(PROJECT_DIR)/libraries",
615615
);
616-
MARKETING_VERSION = 1.11.8;
616+
MARKETING_VERSION = 1.11.9;
617617
PRODUCT_BUNDLE_IDENTIFIER = "ch.xxtou.hudapp-sandbox";
618618
PRODUCT_NAME = "$(TARGET_NAME)";
619619
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -656,7 +656,7 @@
656656
"$(inherited)",
657657
"$(PROJECT_DIR)/libraries",
658658
);
659-
MARKETING_VERSION = 1.11.8;
659+
MARKETING_VERSION = 1.11.9;
660660
PRODUCT_BUNDLE_IDENTIFIER = "ch.xxtou.hudapp-sandbox";
661661
PRODUCT_NAME = "$(TARGET_NAME)";
662662
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -827,7 +827,7 @@
827827
"$(inherited)",
828828
"$(PROJECT_DIR)/libraries",
829829
);
830-
MARKETING_VERSION = 1.11.8;
830+
MARKETING_VERSION = 1.11.9;
831831
PRODUCT_BUNDLE_IDENTIFIER = ch.xxtou.hudapp;
832832
PRODUCT_NAME = "$(TARGET_NAME)";
833833
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -871,7 +871,7 @@
871871
"$(inherited)",
872872
"$(PROJECT_DIR)/libraries",
873873
);
874-
MARKETING_VERSION = 1.11.8;
874+
MARKETING_VERSION = 1.11.9;
875875
PRODUCT_BUNDLE_IDENTIFIER = ch.xxtou.hudapp;
876876
PRODUCT_NAME = "$(TARGET_NAME)";
877877
PROVISIONING_PROFILE_SPECIFIER = "";

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ xcodebuild clean build archive \
2020
-archivePath TrollSpeed \
2121
CODE_SIGNING_ALLOWED=NO | xcpretty
2222

23+
chmod 0644 Resources/Info.plist
24+
chmod 0644 supports/Sandbox-Info.plist
2325
cp supports/entitlements.plist TrollSpeed.xcarchive/Products
2426
cd TrollSpeed.xcarchive/Products/Applications
2527
codesign --remove-signature TrollSpeed.app

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: TrollSpeed
3-
Version: 1.11.8
3+
Version: 1.11.9
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.8</string>
24+
<string>1.11.9</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>25f70367</string>
39+
<string>b8ee3368</string>
4040
<key>LSApplicationCategoryType</key>
4141
<string>public.app-category.developer-tools</string>
4242
<key>NSHumanReadableCopyright</key>

0 commit comments

Comments
 (0)