File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed
Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 4848 -scheme MapsBetaSnippets \
4949 -destination platform\=iOS\ Simulator,OS\=13.3,name\=iPhone\ 8 build | xcpretty
5050
51+ build-snippets-carthage :
52+ runs-on : macos-latest
53+
54+ steps :
55+ - name : Checkout repository
56+ uses : actions/checkout@v2
57+
58+ - name : Install Carthage
59+ run : |
60+ brew install carthage
61+
62+ - name : Run carthage update
63+ run : |
64+ cd snippets
65+ carthage update --platform iOS
66+
5167 build-MapsSnippets :
5268 runs-on : macos-latest
5369
Original file line number Diff line number Diff line change 1- // [START maps_ios_get_started_install_carthage]
1+ # [START maps_ios_get_started_install_carthage]
22binary "https://dl.google.com/geosdk/GoogleMaps.json" == 5.2.0
3- // [END maps_ios_get_started_install_carthage]
3+ # [END maps_ios_get_started_install_carthage]
44
5- // [START maps_ios_places_get_started_install_carthage]
5+ # [START maps_ios_places_get_started_install_carthage]
66binary "https://dl.google.com/geosdk/GooglePlaces.json" == 5.1.0
7- // [END maps_ios_places_get_started_install_carthage]
7+ # [END maps_ios_places_get_started_install_carthage]
You can’t perform that action at this time.
0 commit comments