Skip to content

Commit ca2645a

Browse files
twitterkbNSProgrammer
authored andcommitted
changed order of Tanner's commits to see if it makes a difference with Travis CI (#61)
* Add travis change to xcode9 * Move to Swift 4
1 parent 990766f commit ca2645a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0
1+
4.0

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
osx_image: xcode8
1+
osx_image: xcode9
22
language: objective-c
33
script:
44
# iOS Static Lib

ZipUtilities.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2483,7 +2483,7 @@
24832483
PRODUCT_NAME = "$(TARGET_NAME)";
24842484
SWIFT_OBJC_BRIDGING_HEADER = "ZipUtilitiesTests/FrameworkTests-Bridging-Header.h";
24852485
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
2486-
SWIFT_VERSION = 3.0;
2486+
SWIFT_VERSION = 4.0;
24872487
};
24882488
name = Debug;
24892489
};
@@ -2499,7 +2499,7 @@
24992499
PRODUCT_BUNDLE_IDENTIFIER = "com.NSProgrammer.$(PRODUCT_NAME:rfc1034identifier)";
25002500
PRODUCT_NAME = "$(TARGET_NAME)";
25012501
SWIFT_OBJC_BRIDGING_HEADER = "ZipUtilitiesTests/FrameworkTests-Bridging-Header.h";
2502-
SWIFT_VERSION = 3.0;
2502+
SWIFT_VERSION = 4.0;
25032503
};
25042504
name = Release;
25052505
};
@@ -2577,7 +2577,7 @@
25772577
SDKROOT = macosx;
25782578
SWIFT_OBJC_BRIDGING_HEADER = "ZipUtilitiesTests/OSXFrameworkTests-Bridging-Header.h";
25792579
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
2580-
SWIFT_VERSION = 3.0;
2580+
SWIFT_VERSION = 4.0;
25812581
};
25822582
name = Debug;
25832583
};
@@ -2598,7 +2598,7 @@
25982598
PRODUCT_NAME = "$(TARGET_NAME)";
25992599
SDKROOT = macosx;
26002600
SWIFT_OBJC_BRIDGING_HEADER = "ZipUtilitiesTests/OSXFrameworkTests-Bridging-Header.h";
2601-
SWIFT_VERSION = 3.0;
2601+
SWIFT_VERSION = 4.0;
26022602
};
26032603
name = Release;
26042604
};

0 commit comments

Comments
 (0)