From 162aefc50d39fa3c51e28a8922212e23c22a2dc8 Mon Sep 17 00:00:00 2001 From: Olivia Date: Thu, 16 Aug 2018 13:46:25 -0700 Subject: [PATCH] Fixes #1245: Adjust SDK no longer working with Xcode 10 (#1246) --- Cartfile | 2 +- Cartfile.resolved | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cartfile b/Cartfile index 5aac666cb1..eb2f050e49 100644 --- a/Cartfile +++ b/Cartfile @@ -1,6 +1,6 @@ github "swisspol/GCDWebServer" ~> 3.3.3 github "SnapKit/SnapKit" "4.0.0" -github "adjust/ios_sdk" "xcode-10-beta" +github "adjust/ios_sdk" "v4.14.2" github "cezheng/Fuzi" "2.0.2" github "mozilla-mobile/AutocompleteTextField" "master" github "mozilla-mobile/telemetry-ios" ~> 1.1.0 diff --git a/Cartfile.resolved b/Cartfile.resolved index 9cfe03b19c..3a8fe66389 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,6 +1,6 @@ github "AgileBits/onepassword-extension" "a614e290396346e3cb69e4951656eb8033390f8c" github "SnapKit/SnapKit" "4.0.0" -github "adjust/ios_sdk" "xcode-10-beta" +github "adjust/ios_sdk" "v4.14.2" github "cezheng/Fuzi" "2.0.2" github "getsentry/sentry-cocoa" "3.12.4" github "mozilla-mobile/AutocompleteTextField" "ef7191174e39e58c4f09a1d156cc52e17405c9cc"