Skip to content

Commit

Permalink
Set iOS deployment target to 12 as recommended by Xcode 12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
akempgen committed Jul 3, 2021
1 parent 72201ac commit e3ba232
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Colloquy (Old).xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1571,7 +1571,7 @@
089C1669FE841209C02AAC07 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1120;
LastUpgradeCheck = 1250;
ORGANIZATIONNAME = "Colloquy Project";
};
buildConfigurationList = 1C041A700854E97700A5A5BA /* Build configuration list for PBXProject "Colloquy (Old)" */;
Expand Down
3 changes: 0 additions & 3 deletions Colloquy (iOS).xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1841,7 +1841,6 @@
"$(inherited)",
"$(SOURCE_ROOT)",
);
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand Down Expand Up @@ -2149,7 +2148,6 @@
"$(inherited)",
"$(SOURCE_ROOT)",
);
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand All @@ -2166,7 +2164,6 @@
"$(inherited)",
"$(SOURCE_ROOT)",
);
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand Down
2 changes: 1 addition & 1 deletion Settings/Base.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ GCC_WARN_UNUSED_FUNCTION = YES
GCC_WARN_UNUSED_LABEL = YES
GCC_WARN_UNUSED_VARIABLE = YES
INFOPLIST_OUTPUT_FORMAT = binary
IPHONEOS_DEPLOYMENT_TARGET = 10.0
IPHONEOS_DEPLOYMENT_TARGET = 12.5
LLVM_LTO = $(LLVM_LTO_$(COLLOQUY_BASE_CONFIGURATION))
LLVM_LTO_Debug = NO
LLVM_LTO_Release = YES_THIN
Expand Down

0 comments on commit e3ba232

Please sign in to comment.