From b13d0abca9c5889c61b2b0e2e2c85a3756660de2 Mon Sep 17 00:00:00 2001 From: mahee96 <47920326+mahee96@users.noreply.github.com> Date: Sun, 14 Jun 2026 03:52:39 +0530 Subject: [PATCH] - xcode 27 support (bumped ios, tvOS minSDK to 15) --- AltStore.xcodeproj/project.pbxproj | 4 ++-- Dependencies/Roxas | 2 +- Shared/Categories/NSError+ALTServerError.m | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AltStore.xcodeproj/project.pbxproj b/AltStore.xcodeproj/project.pbxproj index 18bde9fd..0780dc26 100644 --- a/AltStore.xcodeproj/project.pbxproj +++ b/AltStore.xcodeproj/project.pbxproj @@ -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; diff --git a/Dependencies/Roxas b/Dependencies/Roxas index 0784711e..0d60d64a 160000 --- a/Dependencies/Roxas +++ b/Dependencies/Roxas @@ -1 +1 @@ -Subproject commit 0784711ed9a3a0bdb5cc57bde35d2c621691cf74 +Subproject commit 0d60d64af2a765902e03261a8b5718600e6f74b8 diff --git a/Shared/Categories/NSError+ALTServerError.m b/Shared/Categories/NSError+ALTServerError.m index 4685490e..5264b51e 100644 --- a/Shared/Categories/NSError+ALTServerError.m +++ b/Shared/Categories/NSError+ALTServerError.m @@ -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];