From b924c83720581dbfdd5681a70972b8718f12a9d5 Mon Sep 17 00:00:00 2001 From: 82Flex <82flex@gmail.com> Date: Sat, 16 Mar 2024 21:10:43 +0800 Subject: [PATCH] bump version Signed-off-by: 82Flex <82flex@gmail.com> --- Resources/Info.plist | 4 ++-- TrollSpeed.xcodeproj/project.pbxproj | 8 ++++---- build.sh | 2 ++ layout/DEBIAN/control | 2 +- supports/Sandbox-Info.plist | 4 ++-- 5 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Resources/Info.plist b/Resources/Info.plist index db11f10..ec0c56b 100644 --- a/Resources/Info.plist +++ b/Resources/Info.plist @@ -21,7 +21,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.11.8 + 1.11.9 CFBundleSignature ???? CFBundleURLTypes @@ -36,7 +36,7 @@ CFBundleVersion - 25f70367 + b8ee3368 LSApplicationCategoryType public.app-category.developer-tools NSHumanReadableCopyright diff --git a/TrollSpeed.xcodeproj/project.pbxproj b/TrollSpeed.xcodeproj/project.pbxproj index bb79184..32d9b86 100644 --- a/TrollSpeed.xcodeproj/project.pbxproj +++ b/TrollSpeed.xcodeproj/project.pbxproj @@ -613,7 +613,7 @@ "$(inherited)", "$(PROJECT_DIR)/libraries", ); - MARKETING_VERSION = 1.11.8; + MARKETING_VERSION = 1.11.9; PRODUCT_BUNDLE_IDENTIFIER = "ch.xxtou.hudapp-sandbox"; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -656,7 +656,7 @@ "$(inherited)", "$(PROJECT_DIR)/libraries", ); - MARKETING_VERSION = 1.11.8; + MARKETING_VERSION = 1.11.9; PRODUCT_BUNDLE_IDENTIFIER = "ch.xxtou.hudapp-sandbox"; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -827,7 +827,7 @@ "$(inherited)", "$(PROJECT_DIR)/libraries", ); - MARKETING_VERSION = 1.11.8; + MARKETING_VERSION = 1.11.9; PRODUCT_BUNDLE_IDENTIFIER = ch.xxtou.hudapp; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -871,7 +871,7 @@ "$(inherited)", "$(PROJECT_DIR)/libraries", ); - MARKETING_VERSION = 1.11.8; + MARKETING_VERSION = 1.11.9; PRODUCT_BUNDLE_IDENTIFIER = ch.xxtou.hudapp; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/build.sh b/build.sh index 91d9cff..7f6b0b8 100755 --- a/build.sh +++ b/build.sh @@ -20,6 +20,8 @@ xcodebuild clean build archive \ -archivePath TrollSpeed \ CODE_SIGNING_ALLOWED=NO | xcpretty +chmod 0644 Resources/Info.plist +chmod 0644 supports/Sandbox-Info.plist cp supports/entitlements.plist TrollSpeed.xcarchive/Products cd TrollSpeed.xcarchive/Products/Applications codesign --remove-signature TrollSpeed.app diff --git a/layout/DEBIAN/control b/layout/DEBIAN/control index 4e6c724..af0fa45 100644 --- a/layout/DEBIAN/control +++ b/layout/DEBIAN/control @@ -1,6 +1,6 @@ Package: ch.xxtou.hudapp Name: TrollSpeed -Version: 1.11.8 +Version: 1.11.9 Section: Tweaks Depends: firmware (>= 14.0), mobilesubstrate (>= 0.9.7000) Architecture: iphoneos-arm diff --git a/supports/Sandbox-Info.plist b/supports/Sandbox-Info.plist index aad8b6f..4d11af8 100644 --- a/supports/Sandbox-Info.plist +++ b/supports/Sandbox-Info.plist @@ -21,7 +21,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.11.8 + 1.11.9 CFBundleSignature ???? CFBundleURLTypes @@ -36,7 +36,7 @@ CFBundleVersion - 25f70367 + b8ee3368 LSApplicationCategoryType public.app-category.developer-tools NSHumanReadableCopyright