mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-20 12:13:26 +01:00
Change version on to reflect being pre-release (#123)
* Change source url and version in app.json Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com> * Change app.json to reflect SideStore/apps.json * Change the source to be future default Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com> Co-authored-by: Nythepegasus <nythepegasus84@gmail.com>
This commit is contained in:
@@ -3115,7 +3115,7 @@
|
|||||||
"@executable_path/../Frameworks",
|
"@executable_path/../Frameworks",
|
||||||
);
|
);
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.14.4;
|
MACOSX_DEPLOYMENT_TARGET = 10.14.4;
|
||||||
MARKETING_VERSION = 1.0.0b;
|
MARKETING_VERSION = 0.1.0;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.rileytestut.AltServer;
|
PRODUCT_BUNDLE_IDENTIFIER = com.rileytestut.AltServer;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SDKROOT = macosx;
|
SDKROOT = macosx;
|
||||||
@@ -3165,7 +3165,7 @@
|
|||||||
"@executable_path/../Frameworks",
|
"@executable_path/../Frameworks",
|
||||||
);
|
);
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.14.4;
|
MACOSX_DEPLOYMENT_TARGET = 10.14.4;
|
||||||
MARKETING_VERSION = 1.0.0b;
|
MARKETING_VERSION = 0.1.0;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.rileytestut.AltServer;
|
PRODUCT_BUNDLE_IDENTIFIER = com.rileytestut.AltServer;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SDKROOT = macosx;
|
SDKROOT = macosx;
|
||||||
@@ -3648,7 +3648,7 @@
|
|||||||
"$(PROJECT_DIR)/Dependencies/minimuxer/target/aarch64-apple-ios/debug",
|
"$(PROJECT_DIR)/Dependencies/minimuxer/target/aarch64-apple-ios/debug",
|
||||||
"$(PROJECT_DIR)/Dependencies/minimuxer/target/aarch64-apple-ios/release",
|
"$(PROJECT_DIR)/Dependencies/minimuxer/target/aarch64-apple-ios/release",
|
||||||
);
|
);
|
||||||
MARKETING_VERSION = 1.0.0b;
|
MARKETING_VERSION = 0.1.0;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = "$(PRODUCT_BUNDLE_IDENTIFIER)";
|
PRODUCT_BUNDLE_IDENTIFIER = "$(PRODUCT_BUNDLE_IDENTIFIER)";
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||||
@@ -3685,7 +3685,7 @@
|
|||||||
"$(PROJECT_DIR)/Dependencies/minimuxer/target/aarch64-apple-ios/debug",
|
"$(PROJECT_DIR)/Dependencies/minimuxer/target/aarch64-apple-ios/debug",
|
||||||
"$(PROJECT_DIR)/Dependencies/minimuxer/target/aarch64-apple-ios/release",
|
"$(PROJECT_DIR)/Dependencies/minimuxer/target/aarch64-apple-ios/release",
|
||||||
);
|
);
|
||||||
MARKETING_VERSION = 1.0.0b;
|
MARKETING_VERSION = 0.1.0;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = "$(PRODUCT_BUNDLE_IDENTIFIER)";
|
PRODUCT_BUNDLE_IDENTIFIER = "$(PRODUCT_BUNDLE_IDENTIFIER)";
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||||
|
|||||||
@@ -19,17 +19,17 @@ public extension Source
|
|||||||
#if STAGING
|
#if STAGING
|
||||||
|
|
||||||
#if ALPHA
|
#if ALPHA
|
||||||
static let altStoreSourceURL = URL(string: "https://raw.githubusercontent.com/SideStore/SideStore/develop/app.json")!
|
static let altStoreSourceURL = URL(string: "https://apps.sidestore.io/")!
|
||||||
#else
|
#else
|
||||||
static let altStoreSourceURL = URL(string: "https://raw.githubusercontent.com/SideStore/SideStore/develop/app.json")!
|
static let altStoreSourceURL = URL(string: "https://apps.sidestore.io/")!
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#if ALPHA
|
#if ALPHA
|
||||||
static let altStoreSourceURL = URL(string: "https://raw.githubusercontent.com/SideStore/SideStore/develop/app.json")!
|
static let altStoreSourceURL = URL(string: "https://apps.sidestore.io/")!
|
||||||
#else
|
#else
|
||||||
static let altStoreSourceURL = URL(string: "https://raw.githubusercontent.com/SideStore/SideStore/develop/app.json")!
|
static let altStoreSourceURL = URL(string: "https://apps.sidestore.io/")!
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
// Configuration settings file format documentation can be found at:
|
// Configuration settings file format documentation can be found at:
|
||||||
// https://help.apple.com/xcode/#/dev745c5c974
|
// https://help.apple.com/xcode/#/dev745c5c974
|
||||||
|
|
||||||
MARKETING_VERSION = 1.0.0
|
MARKETING_VERSION = 0.1.0
|
||||||
CURRENT_PROJECT_VERSION = 3000
|
CURRENT_PROJECT_VERSION = 3001
|
||||||
|
|
||||||
// Vars to be overwritten by `CodeSigning.xcconfig` if exists
|
// Vars to be overwritten by `CodeSigning.xcconfig` if exists
|
||||||
DEVELOPMENT_TEAM = S32Z3HMYVQ
|
DEVELOPMENT_TEAM = S32Z3HMYVQ
|
||||||
|
|||||||
14
app.json
14
app.json
@@ -1,16 +1,16 @@
|
|||||||
{
|
{
|
||||||
"name": "SideStore Offical",
|
"name": "SideStore Offical",
|
||||||
"identifier": "com.SideStore.SideStore",
|
"identifier": "com.SideStore.SideStore",
|
||||||
"sourceURL": "https://raw.githubusercontent.com/Spidy123222/apps.json/main/app.json",
|
"sourceURL": "https://apps.sidestore.io/",
|
||||||
"apps": [
|
"apps": [
|
||||||
{
|
{
|
||||||
"name": "SideStore",
|
"name": "SideStore",
|
||||||
"bundleIdentifier": "com.SideStore.SideStore",
|
"bundleIdentifier": "com.SideStore.SideStore",
|
||||||
"developerName": "Side Team",
|
"developerName": "SideStore Team",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"versionDate": "2022-07-14T12:00:00-05:00",
|
"versionDate": "2022-010-15T12:00:00-05:00",
|
||||||
"versionDescription": "Welcome to the pacer test.",
|
"versionDescription": "Welcome to the next generation of sideloading!",
|
||||||
"downloadURL": "https://cdn.altstore.io/file/altstore/apps/altstore/1_5_1.ipa",
|
"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",
|
"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",
|
"iconURL": "https://raw.githubusercontent.com/SideStore/apps.json/main/105070799.jpeg",
|
||||||
"tintColor": "8043FF",
|
"tintColor": "8043FF",
|
||||||
@@ -66,7 +66,7 @@
|
|||||||
{
|
{
|
||||||
"title": "New to SideStore?",
|
"title": "New to SideStore?",
|
||||||
"identifier": "updated-faq",
|
"identifier": "updated-faq",
|
||||||
"caption": "Check out our updated guide to learn how to sideload apps!",
|
"caption": "Good luck!",
|
||||||
"tintColor": "8043FF",
|
"tintColor": "8043FF",
|
||||||
"url": "https://faq.sidestore.io",
|
"url": "https://faq.sidestore.io",
|
||||||
"date": "2050-07-28",
|
"date": "2050-07-28",
|
||||||
|
|||||||
Reference in New Issue
Block a user