Skip to content

Commit

Permalink
feat: Depend on 6.0.1-beta for Carthage installation. (#392)
Browse files Browse the repository at this point in the history
* feat: Depend on 6.0.1=beta for Carthage installation.

Change-Id: Ied939337b3ece5fdc49156545deb61499de42160

* Add --use-xcframeworks.

Change-Id: I4da7a6453fec80ecbc0fa6d3a8fc2b33f479ef13
  • Loading branch information
arriolac authored Jan 4, 2022
1 parent 0a80396 commit 71bca0c
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
sudo gem install cocoapods
- name: Carthage update
run: carthage update --platform iOS
run: carthage update --platform iOS --use-xcframeworks

- name: Carthage build
run: carthage build --no-skip-current --use-xcframeworks
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
binary "https://dl.google.com/geosdk/GoogleMaps.json"
binary "https://dl.google.com/geosdk/GoogleMaps.json" == 6.0.1-beta
github "erikdoe/ocmock"
4 changes: 2 additions & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
binary "https://dl.google.com/geosdk/GoogleMaps.json" "5.1.0"
github "erikdoe/ocmock" "v3.8.1"
binary "https://dl.google.com/geosdk/GoogleMaps.json" "6.0.1-beta"
github "erikdoe/ocmock" "v3.9.1"
Loading

0 comments on commit 71bca0c

Please sign in to comment.