Skip to content

Commit a1ddc15

Browse files
authored
chore: remove beta examples and related readme instructions (#184)
1 parent b962de6 commit a1ddc15

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+0
-2621
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -26,28 +26,6 @@ on:
2626
workflow_dispatch:
2727

2828
jobs:
29-
build-MapsBetaSnippets:
30-
runs-on: macos-latest
31-
32-
steps:
33-
- name: Checkout repository
34-
uses: actions/checkout@v2
35-
36-
- name: Install CocoaPods
37-
run: |
38-
sudo gem install cocoapods
39-
40-
- name: Run pod install
41-
run: |
42-
pod install --project-directory=snippets/MapsBetaSnippets
43-
44-
- name: Build project
45-
run: |
46-
echo "Building"
47-
xcodebuild -workspace snippets/MapsBetaSnippets.xcworkspace \
48-
-scheme MapsBetaSnippets \
49-
-destination platform\=iOS\ Simulator,OS\=13.3,name\=iPhone\ 8 build | xcpretty
50-
5129
build-MapsSnippets:
5230
runs-on: macos-latest
5331

@@ -114,56 +92,6 @@ jobs:
11492
-scheme PlacesSnippets \
11593
-destination platform\=iOS\ Simulator,OS\=13.3,name\=iPhone\ 8 build | xcpretty
11694
117-
build-GoogleMapsBeta:
118-
runs-on: macos-latest
119-
120-
steps:
121-
- name: Checkout repository
122-
uses: actions/checkout@v2
123-
124-
- name: Install CocoaPods
125-
run: |
126-
sudo gem install cocoapods
127-
128-
- name: Run pod install
129-
run: |
130-
pod install --project-directory=GoogleMapsBeta/
131-
132-
- name: Build project
133-
run: |
134-
echo "Replacing #error for API key"
135-
sed -i .prev '/#error/'d GoogleMaps/GoogleMapsDemos/SDKDemoAPIKey.h
136-
137-
echo "Building"
138-
xcodebuild -workspace GoogleMapsBeta/GoogleMapsBeta.xcworkspace \
139-
-scheme GoogleMapsBeta \
140-
-destination platform\=iOS\ Simulator,OS\=13.3,name\=iPhone\ 8 build | xcpretty
141-
142-
build-GoogleMapsBeta-Swift:
143-
runs-on: macos-latest
144-
145-
steps:
146-
- name: Checkout repository
147-
uses: actions/checkout@v2
148-
149-
- name: Install CocoaPods
150-
run: |
151-
sudo gem install cocoapods
152-
153-
- name: Run pod install
154-
run: |
155-
pod install --project-directory=GoogleMapsBeta-Swift/
156-
157-
- name: Build project
158-
run: |
159-
echo "Replacing #error for API key"
160-
sed -i .prev '/#error/'d GoogleMaps-Swift/GoogleMapsSwiftDemos/Swift/SDKConstants.swift
161-
162-
echo "Building"
163-
xcodebuild -workspace GoogleMapsBeta-Swift/GoogleMapsBeta-Swift.xcworkspace \
164-
-scheme GoogleMapsBeta-Swift \
165-
-destination platform\=iOS\ Simulator,OS\=13.3,name\=iPhone\ 8 build | xcpretty
166-
16795
build-GoogleMaps:
16896
runs-on: macos-latest
16997

0 commit comments

Comments
 (0)