Skip to content

Commit bee6e85

Browse files
committed
Merge branch 'swift4'
# Conflicts: # Macaw.podspec
2 parents 7576d30 + dac8552 commit bee6e85

File tree

27 files changed

+470
-358
lines changed

27 files changed

+470
-358
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ contents.xcworkspacedata
2222
.DS_Store
2323
.Macaw.podspec.swp
2424
.Package.swift.swp
25+
Podfile.lock

.swift-version

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

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: objective-c
2-
osx_image: xcode8.1
2+
osx_image: xcode9
33

44
branches:
55
only:
66
- master
77

88
script:
9-
set -o pipefail && xcodebuild test -project Macaw.xcodeproj -scheme 'Macaw iOS' -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.0' | xcpretty;
9+
set -o pipefail && xcodebuild test -project Macaw.xcodeproj -scheme 'Macaw iOS' -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO -destination 'platform=iOS Simulator,name=iPhone 6,OS=11.0' | xcpretty;

0 commit comments

Comments
 (0)