Skip to content

Commit b71414a

Browse files
committed
Updated deployment target to iOS 11.0
1 parent 947e224 commit b71414a

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Example/FeatureFlags.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
isa = PBXProject;
219219
attributes = {
220220
LastSwiftUpdateCheck = 0830;
221-
LastUpgradeCheck = 1250;
221+
LastUpgradeCheck = 1420;
222222
ORGANIZATIONNAME = CocoaPods;
223223
TargetAttributes = {
224224
607FACCF1AFB9204008FA782 = {
@@ -447,7 +447,7 @@
447447
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
448448
GCC_WARN_UNUSED_FUNCTION = YES;
449449
GCC_WARN_UNUSED_VARIABLE = YES;
450-
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
450+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
451451
MTL_ENABLE_DEBUG_INFO = YES;
452452
ONLY_ACTIVE_ARCH = YES;
453453
SDKROOT = iphoneos;
@@ -497,7 +497,7 @@
497497
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
498498
GCC_WARN_UNUSED_FUNCTION = YES;
499499
GCC_WARN_UNUSED_VARIABLE = YES;
500-
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
500+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
501501
MTL_ENABLE_DEBUG_INFO = NO;
502502
SDKROOT = iphoneos;
503503
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";

Example/FeatureFlags.xcodeproj/xcshareddata/xcschemes/FeatureFlags-Example.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1250"
3+
LastUpgradeVersion = "1420"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/FeatureFlags.xcscheme

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)