From 8cdcb292741d73cc39316e9eb70b3ec0c9d18c23 Mon Sep 17 00:00:00 2001 From: Spidy123222 <64176728+Spidy123222@users.noreply.github.com> Date: Sun, 6 Nov 2022 00:38:43 -0700 Subject: [PATCH] Change version to 1.0.0 (#96) * Change app list to 1.0.0 Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com> * Change build version. Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com> * change more to 1.0.0 Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com> --- AltStore.xcodeproj/project.pbxproj | 8 ++++---- Build.xcconfig | 4 ++-- app.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/AltStore.xcodeproj/project.pbxproj b/AltStore.xcodeproj/project.pbxproj index 0af0d835..e08485ba 100644 --- a/AltStore.xcodeproj/project.pbxproj +++ b/AltStore.xcodeproj/project.pbxproj @@ -3099,7 +3099,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.14.4; - MARKETING_VERSION = 1.5.1b; + MARKETING_VERSION = 1.0.0b; PRODUCT_BUNDLE_IDENTIFIER = com.rileytestut.AltServer; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = macosx; @@ -3149,7 +3149,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.14.4; - MARKETING_VERSION = 1.5.1b; + MARKETING_VERSION = 1.0.0b; PRODUCT_BUNDLE_IDENTIFIER = com.rileytestut.AltServer; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = macosx; @@ -3632,7 +3632,7 @@ "$(PROJECT_DIR)/Dependencies/minimuxer/target/aarch64-apple-ios/debug", "$(PROJECT_DIR)/Dependencies/minimuxer/target/aarch64-apple-ios/release", ); - MARKETING_VERSION = 1.5.1b; + MARKETING_VERSION = 1.0.0b; PRODUCT_BUNDLE_IDENTIFIER = "$(PRODUCT_BUNDLE_IDENTIFIER)"; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -3669,7 +3669,7 @@ "$(PROJECT_DIR)/Dependencies/minimuxer/target/aarch64-apple-ios/debug", "$(PROJECT_DIR)/Dependencies/minimuxer/target/aarch64-apple-ios/release", ); - MARKETING_VERSION = 1.5.1b; + MARKETING_VERSION = 1.0.0b; PRODUCT_BUNDLE_IDENTIFIER = "$(PRODUCT_BUNDLE_IDENTIFIER)"; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/Build.xcconfig b/Build.xcconfig index 37d003d2..c34e721b 100644 --- a/Build.xcconfig +++ b/Build.xcconfig @@ -1,8 +1,8 @@ // Configuration settings file format documentation can be found at: // https://help.apple.com/xcode/#/dev745c5c974 -MARKETING_VERSION = 1.5.1b -CURRENT_PROJECT_VERSION = 2780 +MARKETING_VERSION = 1.0.0 +CURRENT_PROJECT_VERSION = 3000 // Vars to be overwritten by `CodeSigning.xcconfig` if exists DEVELOPMENT_TEAM = S32Z3HMYVQ diff --git a/app.json b/app.json index 8904b02d..4103cb04 100644 --- a/app.json +++ b/app.json @@ -7,7 +7,7 @@ "name": "SideStore", "bundleIdentifier": "com.SideStore.SideStore", "developerName": "Side Team", - "version": "1.5.2b", + "version": "1.0.0", "versionDate": "2022-07-14T12:00:00-05:00", "versionDescription": "Welcome to the pacer test.", "downloadURL": "https://cdn.altstore.io/file/altstore/apps/altstore/1_5_1.ipa",