From ddd9326aeded207de32a8e6394f624ebbf679c47 Mon Sep 17 00:00:00 2001 From: Sandro Machado Date: Tue, 5 Dec 2017 16:28:35 +0000 Subject: [PATCH] Add support to Xcode 9 --- .travis.yml | 2 +- Cartfile | 2 +- Cartfile.resolved | 12 ++++++------ UpholdSdk.podspec.json | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 95a6743..7f32e47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: objective-c -osx_image: xcode8.3 +osx_image: xcode9.1 env: - SCHEME=UpholdSdk diff --git a/Cartfile b/Cartfile index d027cc2..18d29e3 100644 --- a/Cartfile +++ b/Cartfile @@ -1,5 +1,5 @@ github "Hearst-DD/ObjectMapper" ~> 2.2.8 github "mxcl/OMGHTTPURLRQ" ~> 3.2.2 github "mxcl/PromiseKit" ~> 4.1.8 -github "marketplacer/keychain-swift" ~> 7.0.1 +github "marketplacer/keychain-swift" ~> 8.0.0 github "theadam/SwiftClient" ~> 3.0.3 diff --git a/Cartfile.resolved b/Cartfile.resolved index 34bc2a6..70f7fb5 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,8 +1,8 @@ -github "vadymmarkov/Fakery" "2.0.0" +github "Hearst-DD/ObjectMapper" "2.2.9" +github "kylef/URITemplate.swift" "2.0.3" +github "marketplacer/keychain-swift" "8.0.3" github "mxcl/OMGHTTPURLRQ" "3.2.2" -github "Hearst-DD/ObjectMapper" "2.2.8" -github "mxcl/PromiseKit" "4.4.1" +github "mxcl/PromiseKit" "4.5.0" github "theadam/SwiftClient" "3.0.3" -github "kylef/URITemplate.swift" "2.0.1" -github "marketplacer/keychain-swift" "7.0.1" -github "uphold-forks/Mockingjay" "40275c6b531fb9514327d9ce09e0acf9128a774c" +github "uphold-forks/Mockingjay" "5da8570964ee57f00c0a31aef4128fa40f735754" +github "vadymmarkov/Fakery" "2.1.0" diff --git a/UpholdSdk.podspec.json b/UpholdSdk.podspec.json index f609831..f2c6afc 100644 --- a/UpholdSdk.podspec.json +++ b/UpholdSdk.podspec.json @@ -39,13 +39,13 @@ ], "dependencies": { "KeychainSwift": [ - "7.0.1" + "8.0.3" ], "ObjectMapper": [ - "2.2.8" + "2.2.9" ], "PromiseKit": [ - "4.1.8" + "4.5.0" ], "SwiftClient": [ "3.0.1"