File tree 2 files changed +3
-3
lines changed
Apptentive/Apptentive.xcodeproj
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : objective-c
2
- osx_image : xcode9.0
2
+ osx_image : xcode9
3
3
xcode_project : Apptentive/Apptentive.xcodeproj
4
4
xcode_scheme : Apptentive
5
5
script :
Original file line number Diff line number Diff line change 2302
2302
ONLY_ACTIVE_ARCH = YES;
2303
2303
OTHER_LDFLAGS = "-ObjC";
2304
2304
SDKROOT = iphoneos;
2305
+ SWIFT_VERSION = 4.0;
2305
2306
TARGETED_DEVICE_FAMILY = "1,2";
2306
2307
VERSIONING_SYSTEM = "apple-generic";
2307
2308
VERSION_INFO_PREFIX = "";
2355
2356
OTHER_LDFLAGS = "-ObjC";
2356
2357
SDKROOT = iphoneos;
2357
2358
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
2359
+ SWIFT_VERSION = 4.0;
2358
2360
TARGETED_DEVICE_FAMILY = "1,2";
2359
2361
VALIDATE_PRODUCT = YES;
2360
2362
VERSIONING_SYSTEM = "apple-generic";
2417
2419
SWIFT_OBJC_BRIDGING_HEADER = "ApptentiveTests/ApptentiveTests-Bridging-Header.h";
2418
2420
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
2419
2421
SWIFT_SWIFT3_OBJC_INFERENCE = On;
2420
- SWIFT_VERSION = 4.0;
2421
2422
};
2422
2423
name = Debug;
2423
2424
};
2433
2434
PRODUCT_NAME = "$(TARGET_NAME)";
2434
2435
SWIFT_OBJC_BRIDGING_HEADER = "ApptentiveTests/ApptentiveTests-Bridging-Header.h";
2435
2436
SWIFT_SWIFT3_OBJC_INFERENCE = On;
2436
- SWIFT_VERSION = 4.0;
2437
2437
};
2438
2438
name = Release;
2439
2439
};
You can’t perform that action at this time.
0 commit comments