From f879bc73c55c745f1081e874f6f24e8308751426 Mon Sep 17 00:00:00 2001 From: Garvan Keeley Date: Tue, 10 Mar 2020 17:15:18 -0400 Subject: [PATCH 1/2] [nobug, build] update app services to v54 (xcode 11.3.1) --- Cartfile | 2 +- Cartfile.resolved | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cartfile b/Cartfile index d0553292c28d..f4d074c1c180 100644 --- a/Cartfile +++ b/Cartfile @@ -16,7 +16,7 @@ github "Leanplum/Leanplum-iOS-SDK" ~> 2.6.0 github "mozilla-services/shavar-prod-lists" "72.0" # Use release version of application-services -github "mozilla/application-services" "v0.48.0" +github "mozilla/application-services" "v0.54.0" # Use interim binary version of application-services # binary "https://circleci.com/api/v1.1/project/github/mozilla/application-services/2862/artifacts/0/dist/mozilla.app-services.json" ~> 0.0.1-snapshot # mozilla/application-services@fb5c540e99133980911216055425688f22a27be2 diff --git a/Cartfile.resolved b/Cartfile.resolved index d9b3e4e2f747..d9d1db4927bc 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -15,5 +15,5 @@ github "kif-framework/KIF" "v3.7.8" github "mozilla-mobile/MappaMundi" "1d17845e4bd6077d790aca5a2b4a468f19567934" github "mozilla-mobile/telemetry-ios" "v1.1.2" github "mozilla-services/shavar-prod-lists" "c938da47c4880a48ac40d535caff74dac1d4d77b" -github "mozilla/application-services" "v0.48.0" +github "mozilla/application-services" "v0.54.0" github "swisspol/GCDWebServer" "3.5.3" From 14dd9abf89f9d5a90db0ba465fbb82a194c94ba8 Mon Sep 17 00:00:00 2001 From: Garvan Keeley Date: Tue, 10 Mar 2020 17:17:08 -0400 Subject: [PATCH 2/2] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89e548a1439e..24785caf5c80 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Download on the [App Store](https://itunes.apple.com/app/firefox-web-browser/id9 This branch (master) ----------- -This branch only works with [Xcode 11.3](https://apps.apple.com/app/xcode/id497799835), Swift 5.1.3 and supports iOS 11.0 and above. +This branch only works with [Xcode 11.3.1](https://apps.apple.com/app/xcode/id497799835), Swift 5.1.3 and supports iOS 12.0 and above. Please make sure you aim your pull requests in the right direction.