From eb9622bfc015fdebdd1660bd1442c765510ec452 Mon Sep 17 00:00:00 2001 From: Robert Widmann Date: Fri, 20 Jan 2017 15:04:56 -0500 Subject: [PATCH 1/3] Remove explicit products from package manifest --- Package.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/Package.swift b/Package.swift index 056322f..ed37102 100644 --- a/Package.swift +++ b/Package.swift @@ -11,6 +11,3 @@ let package = Package( ] ) -let libSwiftz = Product(name: "Swiftz", type: .Library(.Dynamic), modules: "Swiftz") -products.append(libSwiftz) - From f49422895cf2eebae0312af4370b47c971613cc3 Mon Sep 17 00:00:00 2001 From: Robert Widmann Date: Fri, 20 Jan 2017 20:50:36 -0500 Subject: [PATCH 2/3] Bump dependencies --- Cartfile.private | 2 +- Cartfile.resolved | 2 +- Carthage/Checkouts/Swiftx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cartfile.private b/Cartfile.private index 0b434f7..a8a0c94 100644 --- a/Cartfile.private +++ b/Cartfile.private @@ -1,4 +1,4 @@ -github "typelift/Swiftx" +github "typelift/Swiftx" "master" github "typelift/SwiftCheck" github "typelift/Operadics" diff --git a/Cartfile.resolved b/Cartfile.resolved index b5a9b41..de77c9a 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,3 +1,3 @@ github "typelift/Operadics" "0.2.2" github "typelift/SwiftCheck" "0.7.2" -github "typelift/Swiftx" "0.5.1" +github "typelift/Swiftx" "7945839e1a173911879a3552a5d2265554d9337b" diff --git a/Carthage/Checkouts/Swiftx b/Carthage/Checkouts/Swiftx index ab34868..7945839 160000 --- a/Carthage/Checkouts/Swiftx +++ b/Carthage/Checkouts/Swiftx @@ -1 +1 @@ -Subproject commit ab348687a4de14628ddc9f4a84b1d48928921e8f +Subproject commit 7945839e1a173911879a3552a5d2265554d9337b From 480c4775a57d9f6a7a5ef139eb3e55158b257424 Mon Sep 17 00:00:00 2001 From: Robert Widmann Date: Sat, 21 Jan 2017 17:35:55 -0500 Subject: [PATCH 3/3] Bump --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f38157d..4f6cc25 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ matrix: include: - os: osx language: objective-c - osx_image: xcode8 + osx_image: xcode8.2 before_install: - git submodule update --init --recursive script: