diff --git a/Resources/Info.plist b/Resources/Info.plist
index ec0c56b..ceb1c2d 100644
--- a/Resources/Info.plist
+++ b/Resources/Info.plist
@@ -21,7 +21,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.11.9
+ 1.11.10
CFBundleSignature
????
CFBundleURLTypes
@@ -36,7 +36,7 @@
CFBundleVersion
- b8ee3368
+ 228bc891
LSApplicationCategoryType
public.app-category.developer-tools
NSHumanReadableCopyright
diff --git a/TrollSpeed.xcodeproj/project.pbxproj b/TrollSpeed.xcodeproj/project.pbxproj
index 752bc32..5a08cbd 100644
--- a/TrollSpeed.xcodeproj/project.pbxproj
+++ b/TrollSpeed.xcodeproj/project.pbxproj
@@ -613,7 +613,7 @@
"$(inherited)",
"$(PROJECT_DIR)/libraries",
);
- MARKETING_VERSION = 1.11.9;
+ MARKETING_VERSION = 1.11.10;
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.9;
+ MARKETING_VERSION = 1.11.10;
PRODUCT_BUNDLE_IDENTIFIER = "ch.xxtou.hudapp-sandbox";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -726,7 +726,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
- MARKETING_VERSION = 1.9.6;
+ MARKETING_VERSION = 1.11.10;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
@@ -786,7 +786,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
- MARKETING_VERSION = 1.9.6;
+ MARKETING_VERSION = 1.11.10;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_MODULE_NAME = TrollSpeed;
@@ -827,7 +827,7 @@
"$(inherited)",
"$(PROJECT_DIR)/libraries",
);
- MARKETING_VERSION = 1.11.9;
+ MARKETING_VERSION = 1.11.10;
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.9;
+ MARKETING_VERSION = 1.11.10;
PRODUCT_BUNDLE_IDENTIFIER = ch.xxtou.hudapp;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
diff --git a/gen-control.sh b/gen-control.sh
index 7f9d2f9..43cf9b4 100755
--- a/gen-control.sh
+++ b/gen-control.sh
@@ -42,3 +42,6 @@ defaults write $PWD/supports/Sandbox-Info.plist CFBundleShortVersionString $VERS
defaults write $PWD/supports/Sandbox-Info.plist CFBundleVersion $RAND_BUILD_STR
plutil -convert xml1 $PWD/supports/Sandbox-Info.plist
chmod 0644 $PWD/supports/Sandbox-Info.plist
+
+XCODE_PROJ_PBXPROJ=$PWD/TrollSpeed.xcodeproj/project.pbxproj
+sed -i '' "s/MARKETING_VERSION = .*;/MARKETING_VERSION = $VERSION;/g" $XCODE_PROJ_PBXPROJ
\ No newline at end of file
diff --git a/layout/DEBIAN/control b/layout/DEBIAN/control
index af0fa45..915ff62 100644
--- a/layout/DEBIAN/control
+++ b/layout/DEBIAN/control
@@ -1,8 +1,8 @@
Package: ch.xxtou.hudapp
Name: TrollSpeed
-Version: 1.11.9
+Version: 1.11.10
Section: Tweaks
-Depends: firmware (>= 14.0), mobilesubstrate (>= 0.9.7000)
+Depends: firmware (>= 14.0)
Architecture: iphoneos-arm
Author: Lessica <82flex@gmail.com>
Maintainer: Lessica <82flex@gmail.com>
diff --git a/supports/Sandbox-Info.plist b/supports/Sandbox-Info.plist
index 4d11af8..538cd37 100644
--- a/supports/Sandbox-Info.plist
+++ b/supports/Sandbox-Info.plist
@@ -21,7 +21,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.11.9
+ 1.11.10
CFBundleSignature
????
CFBundleURLTypes
@@ -36,7 +36,7 @@
CFBundleVersion
- b8ee3368
+ 228bc891
LSApplicationCategoryType
public.app-category.developer-tools
NSHumanReadableCopyright