Skip to content

Commit 5be0da1

Browse files
author
Martin Barreto
authored
Merge pull request xmartlabs#476 from lowki93/feature/Swift4
fix swift 4 version
2 parents 835570c + 9bcd7cc commit 5be0da1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

XLPagerTabStrip.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -379,12 +379,12 @@
379379
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
380380
GCC_WARN_UNUSED_FUNCTION = YES;
381381
GCC_WARN_UNUSED_VARIABLE = YES;
382-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
382+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
383383
MTL_ENABLE_DEBUG_INFO = YES;
384384
ONLY_ACTIVE_ARCH = YES;
385385
SDKROOT = iphoneos;
386386
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
387-
SWIFT_VERSION = 2.3;
387+
SWIFT_VERSION = 4.0;
388388
TARGETED_DEVICE_FAMILY = "1,2";
389389
VERSIONING_SYSTEM = "apple-generic";
390390
VERSION_INFO_PREFIX = "";
@@ -430,7 +430,7 @@
430430
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
431431
GCC_WARN_UNUSED_FUNCTION = YES;
432432
GCC_WARN_UNUSED_VARIABLE = YES;
433-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
433+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
434434
MTL_ENABLE_DEBUG_INFO = NO;
435435
SDKROOT = iphoneos;
436436
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
@@ -492,7 +492,7 @@
492492
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.XLPagerTabStripTests;
493493
PRODUCT_NAME = "$(TARGET_NAME)";
494494
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
495-
SWIFT_VERSION = 3.0;
495+
SWIFT_VERSION = 4.0;
496496
};
497497
name = Debug;
498498
};
@@ -504,7 +504,7 @@
504504
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
505505
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.XLPagerTabStripTests;
506506
PRODUCT_NAME = "$(TARGET_NAME)";
507-
SWIFT_VERSION = 3.0;
507+
SWIFT_VERSION = 4.0;
508508
};
509509
name = Release;
510510
};

0 commit comments

Comments
 (0)