mirror of
https://github.com/SideStore/SideStore.git
synced 2026-06-15 13:04:51 +02:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bc617b476d | ||
|
|
d12d9b7117 | ||
|
|
466b8fa658 | ||
|
|
46eae1cb9f | ||
|
|
7eb0da332d | ||
|
|
710dea8b28 | ||
|
|
51233911cc | ||
|
|
b13d0abca9 |
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -27,7 +27,7 @@
|
||||
|
||||
[submodule "Dependencies/Roxas"]
|
||||
path = Dependencies/Roxas
|
||||
url = https://github.com/rileytestut/Roxas.git
|
||||
url = https://github.com/SideStore/Roxas.git
|
||||
[submodule "Dependencies/libimobiledevice"]
|
||||
path = Dependencies/libimobiledevice
|
||||
url = https://github.com/SideStore/libimobiledevice
|
||||
|
||||
@@ -2165,7 +2165,7 @@
|
||||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 12.2;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
|
||||
LLVM_LTO = YES_THIN;
|
||||
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
||||
MTL_FAST_MATH = YES;
|
||||
@@ -2232,7 +2232,7 @@
|
||||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 12.2;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
|
||||
LLVM_LTO = YES_THIN;
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
MTL_FAST_MATH = YES;
|
||||
|
||||
2
Dependencies/Roxas
vendored
2
Dependencies/Roxas
vendored
Submodule Dependencies/Roxas updated: 0784711ed9...0d60d64af2
2
Dependencies/apps-v2.json
vendored
2
Dependencies/apps-v2.json
vendored
Submodule Dependencies/apps-v2.json updated: 9724b1c56d...5fc0e32738
@@ -225,7 +225,7 @@ NSErrorUserInfoKey const ALTNSCodingPathKey = @"NSCodingPath";
|
||||
|
||||
if (appName == nil || osVersion == nil)
|
||||
{
|
||||
return NSLocalizedString(@"Your device must be running iOS 12.2 or later to install SideStore.", @"");
|
||||
return NSLocalizedString(@"Your device must be running iOS 15.0 or later to install SideStore.", @"");
|
||||
}
|
||||
|
||||
return [NSString stringWithFormat:NSLocalizedString(@"%@ requires %@ or later.", @""), appName, osVersion];
|
||||
|
||||
@@ -286,8 +286,8 @@ def deploy(repo, source_json, release_tag, marketing_version):
|
||||
if not source_json_path.exists():
|
||||
raise SystemExit(f"{source_json} missing inside repo")
|
||||
|
||||
run("git config user.name 'GitHub Actions'", check=False)
|
||||
run("git config user.email 'github-actions@github.com'", check=False)
|
||||
run("git config user.name 'github-actions[bot]'", check=False, cwd=repo)
|
||||
run("git config user.email '41898282+github-actions[bot]@users.noreply.github.com'", check=False, cwd=repo)
|
||||
|
||||
# ------------------------------------------------------
|
||||
run("git fetch origin main", check=False, cwd=repo)
|
||||
|
||||
Reference in New Issue
Block a user