Skip to content

Commit 0f8e4f5

Browse files
committed
Increased minimal iOS deployment target to 8.0
1 parent 750214b commit 0f8e4f5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

GCDWebServer.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@
14281428
buildSettings = {
14291429
ENABLE_BITCODE = YES;
14301430
INFOPLIST_FILE = iOS/Info.plist;
1431-
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
1431+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
14321432
PRODUCT_NAME = GCDWebServer;
14331433
PROVISIONING_PROFILE = "";
14341434
SDKROOT = iphoneos;
@@ -1441,7 +1441,7 @@
14411441
buildSettings = {
14421442
ENABLE_BITCODE = YES;
14431443
INFOPLIST_FILE = iOS/Info.plist;
1444-
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
1444+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
14451445
PRODUCT_NAME = GCDWebServer;
14461446
PROVISIONING_PROFILE = "";
14471447
SDKROOT = iphoneos;

Run-Tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ xcodebuild build -sdk "$OSX_SDK" -target "$OSX_TARGET" -configuration "$CONFIGUR
5858

5959
# Build for iOS for oldest supported deployment target
6060
rm -rf "$BUILD_DIR"
61-
xcodebuild build -sdk "$IOS_SDK" -target "$IOS_TARGET" -configuration "$CONFIGURATION" "SYMROOT=$BUILD_DIR" "IPHONEOS_DEPLOYMENT_TARGET=6.0" > /dev/null
61+
xcodebuild build -sdk "$IOS_SDK" -target "$IOS_TARGET" -configuration "$CONFIGURATION" "SYMROOT=$BUILD_DIR" "IPHONEOS_DEPLOYMENT_TARGET=8.0" > /dev/null
6262

6363
# Build for iOS for current deployment target
6464
rm -rf "$BUILD_DIR"

0 commit comments

Comments
 (0)