From 7cfbe077dbd3db33f5f6534a4864d445010f5df5 Mon Sep 17 00:00:00 2001 From: Spidy123222 <64176728+Spidy123222@users.noreply.github.com> Date: Tue, 22 Nov 2022 11:27:21 -0800 Subject: [PATCH 1/4] Update Build.xcconfig Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com> --- Build.xcconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build.xcconfig b/Build.xcconfig index ce0dc1b7..f102c841 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 = 0.1.0 -CURRENT_PROJECT_VERSION = 3001 +MARKETING_VERSION = 0.1.1 +CURRENT_PROJECT_VERSION = 3011 // Vars to be overwritten by `CodeSigning.xcconfig` if exists DEVELOPMENT_TEAM = S32Z3HMYVQ From aea77d3b8c84e6e4b93a1c7a91bb80f5512bc867 Mon Sep 17 00:00:00 2001 From: Spidy123222 <64176728+Spidy123222@users.noreply.github.com> Date: Tue, 22 Nov 2022 11:32:24 -0800 Subject: [PATCH 2/4] Update project.pbxproj Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com> --- AltStore.xcodeproj/project.pbxproj | 2 -- 1 file changed, 2 deletions(-) diff --git a/AltStore.xcodeproj/project.pbxproj b/AltStore.xcodeproj/project.pbxproj index 06114a39..93b00522 100644 --- a/AltStore.xcodeproj/project.pbxproj +++ b/AltStore.xcodeproj/project.pbxproj @@ -3006,7 +3006,6 @@ "$(PROJECT_DIR)/Dependencies/minimuxer/target/aarch64-apple-ios/debug", "$(PROJECT_DIR)/Dependencies/minimuxer/target/aarch64-apple-ios/release", ); - MARKETING_VERSION = 0.1.0; PRODUCT_BUNDLE_IDENTIFIER = "$(PRODUCT_BUNDLE_IDENTIFIER)"; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -3043,7 +3042,6 @@ "$(PROJECT_DIR)/Dependencies/minimuxer/target/aarch64-apple-ios/debug", "$(PROJECT_DIR)/Dependencies/minimuxer/target/aarch64-apple-ios/release", ); - MARKETING_VERSION = 0.1.0; PRODUCT_BUNDLE_IDENTIFIER = "$(PRODUCT_BUNDLE_IDENTIFIER)"; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; From 3b6a17f1935d7be859cdc81eebf8adebe95095a7 Mon Sep 17 00:00:00 2001 From: Spidy123222 <64176728+Spidy123222@users.noreply.github.com> Date: Tue, 22 Nov 2022 11:56:51 -0800 Subject: [PATCH 3/4] For old client give message update Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com> --- app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index 6edd9661..b039e47b 100644 --- a/app.json +++ b/app.json @@ -7,9 +7,9 @@ "name": "SideStore", "bundleIdentifier": "com.SideStore.SideStore", "developerName": "SideStore Team", - "version": "0.1.0", + "version": "0.1.1", "versionDate": "2022-010-15T12:00:00-05:00", - "versionDescription": "Welcome to the next generation of sideloading!", + "versionDescription": "IF YOU SEE THIS SIDELOD NEW IPA VIA ALTSERVER!", "downloadURL": "https://nythepegasus.com/SideStore.ipa", "localizedDescription": "SideStore is an alternative app store for non-jailbroken devices. \n\nSideStore allows you to sideload other .ipa files and apps from the Files app or via the SideStore Library", "iconURL": "https://raw.githubusercontent.com/SideStore/apps.json/main/105070799.jpeg", From f46fa5392abe0557f3ccbea77418ddd8d2fcd712 Mon Sep 17 00:00:00 2001 From: Spidy123222 <64176728+Spidy123222@users.noreply.github.com> Date: Tue, 22 Nov 2022 12:34:08 -0800 Subject: [PATCH 4/4] Change wording. Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com> --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index b039e47b..1624bc7b 100644 --- a/app.json +++ b/app.json @@ -9,7 +9,7 @@ "developerName": "SideStore Team", "version": "0.1.1", "versionDate": "2022-010-15T12:00:00-05:00", - "versionDescription": "IF YOU SEE THIS SIDELOD NEW IPA VIA ALTSERVER!", + "versionDescription": "If you see this then please sideload the new version of SideStore via AltServer!", "downloadURL": "https://nythepegasus.com/SideStore.ipa", "localizedDescription": "SideStore is an alternative app store for non-jailbroken devices. \n\nSideStore allows you to sideload other .ipa files and apps from the Files app or via the SideStore Library", "iconURL": "https://raw.githubusercontent.com/SideStore/apps.json/main/105070799.jpeg",