Skip to content

Commit 7fc66cc

Browse files
committed
Merge branch 'develop'
2 parents a9e5a6d + b53f7f8 commit 7fc66cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c
2-
osx_image: xcode9.0
2+
osx_image: xcode9
33
xcode_project: Apptentive/Apptentive.xcodeproj
44
xcode_scheme: Apptentive
55
script:

Apptentive/Apptentive.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2302,6 +2302,7 @@
23022302
ONLY_ACTIVE_ARCH = YES;
23032303
OTHER_LDFLAGS = "-ObjC";
23042304
SDKROOT = iphoneos;
2305+
SWIFT_VERSION = 4.0;
23052306
TARGETED_DEVICE_FAMILY = "1,2";
23062307
VERSIONING_SYSTEM = "apple-generic";
23072308
VERSION_INFO_PREFIX = "";
@@ -2355,6 +2356,7 @@
23552356
OTHER_LDFLAGS = "-ObjC";
23562357
SDKROOT = iphoneos;
23572358
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
2359+
SWIFT_VERSION = 4.0;
23582360
TARGETED_DEVICE_FAMILY = "1,2";
23592361
VALIDATE_PRODUCT = YES;
23602362
VERSIONING_SYSTEM = "apple-generic";
@@ -2417,7 +2419,6 @@
24172419
SWIFT_OBJC_BRIDGING_HEADER = "ApptentiveTests/ApptentiveTests-Bridging-Header.h";
24182420
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
24192421
SWIFT_SWIFT3_OBJC_INFERENCE = On;
2420-
SWIFT_VERSION = 4.0;
24212422
};
24222423
name = Debug;
24232424
};
@@ -2433,7 +2434,6 @@
24332434
PRODUCT_NAME = "$(TARGET_NAME)";
24342435
SWIFT_OBJC_BRIDGING_HEADER = "ApptentiveTests/ApptentiveTests-Bridging-Header.h";
24352436
SWIFT_SWIFT3_OBJC_INFERENCE = On;
2436-
SWIFT_VERSION = 4.0;
24372437
};
24382438
name = Release;
24392439
};

0 commit comments

Comments
 (0)