From d8e694a8ada9ada1ae65cbac2c46cd008a3eb94a Mon Sep 17 00:00:00 2001 From: Pushpendra Date: Wed, 11 Sep 2019 16:00:58 +0530 Subject: [PATCH 1/3] Support for Xcode11 and Swift 5 --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7236807..8d140f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ matrix: include: - os: osx language: objective-c - osx_image: xcode10.2 + osx_image: xcode11 before_install: - git submodule update --init --recursive script: @@ -13,14 +13,14 @@ matrix: - carthage build --no-skip-current - os: osx language: objective-c - osx_image: xcode10.2 + osx_image: xcode11 before_install: - git submodule update --init --recursive script: - set -o pipefail - xcodebuild test -scheme Swiftx | xcpretty -c - - xcodebuild build-for-testing -scheme Swiftx-iOS -destination "platform=iOS Simulator,name=iPad Pro (12.9-inch) (2nd generation)" | xcpretty -c - - xcodebuild test -scheme Swiftx-iOS -destination "platform=iOS Simulator,name=iPad Pro (12.9-inch) (2nd generation)" | xcpretty -c + - xcodebuild build-for-testing -scheme Swiftx-iOS -destination "platform=iOS Simulator,name=iPad Pro (12.9-inch) (3rd generation)" | xcpretty -c + - xcodebuild test -scheme Swiftx-iOS -destination "platform=iOS Simulator,name=iPad Pro (12.9-inch) (3rd generation)" | xcpretty -c - xcodebuild build-for-testing -scheme Swiftx-tvOS -destination 'platform=tvOS Simulator,name=Apple TV 4K (at 1080p)' | xcpretty -c - xcodebuild test -scheme Swiftx-tvOS -destination 'platform=tvOS Simulator,name=Apple TV 4K (at 1080p)' | xcpretty -c - os: linux From 217505823f1036e8bf0d5b05153d4af2c0adb16e Mon Sep 17 00:00:00 2001 From: Pushpendra Date: Thu, 12 Sep 2019 16:12:08 +0530 Subject: [PATCH 2/3] changed git url --- Cartfile.private | 2 +- Cartfile.resolved | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cartfile.private b/Cartfile.private index e065b60..7508475 100644 --- a/Cartfile.private +++ b/Cartfile.private @@ -1,3 +1,3 @@ github "typelift/Operadics" -github "typelift/SwiftCheck" +github "pushp1989/SwiftCheck" diff --git a/Cartfile.resolved b/Cartfile.resolved index 6ccf18e..635367f 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,2 +1,2 @@ +github "pushp1989/SwiftCheck" "0.12.0" github "typelift/Operadics" "0.4.0" -github "typelift/SwiftCheck" "0.12.0" From 0167622512a15d53f2c0852a64f2c03b9d6cfe8b Mon Sep 17 00:00:00 2001 From: Pushpendra Date: Wed, 18 Sep 2019 13:04:52 +0530 Subject: [PATCH 3/3] Updated Swiftz checkout point --- Cartfile.private | 2 +- Cartfile.resolved | 2 +- Carthage/Checkouts/SwiftCheck | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cartfile.private b/Cartfile.private index 7508475..4930f21 100644 --- a/Cartfile.private +++ b/Cartfile.private @@ -1,3 +1,3 @@ github "typelift/Operadics" -github "pushp1989/SwiftCheck" +github "pushp1989/SwiftCheck" "cfe6eb2a27097ff071f278d3c0f40fa11e42b0aa" diff --git a/Cartfile.resolved b/Cartfile.resolved index 635367f..0aef5d1 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,2 +1,2 @@ -github "pushp1989/SwiftCheck" "0.12.0" +github "pushp1989/SwiftCheck" "cfe6eb2a27097ff071f278d3c0f40fa11e42b0aa" github "typelift/Operadics" "0.4.0" diff --git a/Carthage/Checkouts/SwiftCheck b/Carthage/Checkouts/SwiftCheck index 077c096..cfe6eb2 160000 --- a/Carthage/Checkouts/SwiftCheck +++ b/Carthage/Checkouts/SwiftCheck @@ -1 +1 @@ -Subproject commit 077c096c3ddfc38db223ac8e525ad16ffb987138 +Subproject commit cfe6eb2a27097ff071f278d3c0f40fa11e42b0aa