Skip to content

Commit 3433ee4

Browse files
eDO Teammobile-devx-github-bot
authored andcommitted
Update min iOS version in Xcode project.
These need to be at least 25 in Xcode 27. Selected the min from the dropdowns in Xcode. PiperOrigin-RevId: 931350910
1 parent aada044 commit 3433ee4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

eDistantObject.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1661,7 +1661,7 @@
16611661
.,
16621662
../../..,
16631663
);
1664-
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
1664+
IPHONEOS_DEPLOYMENT_TARGET = 17.6;
16651665
MTL_ENABLE_DEBUG_INFO = YES;
16661666
ONLY_ACTIVE_ARCH = YES;
16671667
OTHER_CFLAGS = "-Wsizeof-array-div";
@@ -1720,7 +1720,7 @@
17201720
.,
17211721
../../..,
17221722
);
1723-
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
1723+
IPHONEOS_DEPLOYMENT_TARGET = 17.6;
17241724
MTL_ENABLE_DEBUG_INFO = NO;
17251725
ONLY_ACTIVE_ARCH = NO;
17261726
OTHER_CFLAGS = "-Wsizeof-array-div";
@@ -1737,7 +1737,7 @@
17371737
buildSettings = {
17381738
CLANG_ENABLE_MODULES = YES;
17391739
CODE_SIGN_STYLE = Automatic;
1740-
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
1740+
IPHONEOS_DEPLOYMENT_TARGET = 17.6;
17411741
LD_RUNPATH_SEARCH_PATHS = (
17421742
"$(inherited)",
17431743
"@executable_path/Frameworks",
@@ -1758,7 +1758,7 @@
17581758
buildSettings = {
17591759
CLANG_ENABLE_MODULES = YES;
17601760
CODE_SIGN_STYLE = Automatic;
1761-
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
1761+
IPHONEOS_DEPLOYMENT_TARGET = 17.6;
17621762
LD_RUNPATH_SEARCH_PATHS = (
17631763
"$(inherited)",
17641764
"@executable_path/Frameworks",

0 commit comments

Comments
 (0)