Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[nobug, build] update app services to v54 (xcode 11.3.1) #6247

Merged
merged 2 commits into from
Mar 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down