Skip to content
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
49 changes: 0 additions & 49 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,53 +286,6 @@ jobs:
-scheme map-with-marker \
-destination platform\=iOS\ Simulator,OS\=13.3,name\=iPhone\ 8 build | xcpretty

build-places-address-form:
runs-on: macos-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Install CocoaPods
run: |
sudo gem install cocoapods

- name: Run pod install
run: |
pod install --project-directory=tutorials/places-address-form/

- name: Build project
run: |
echo "Building"
xcodebuild -workspace tutorials/places-address-form.xcworkspace \
-scheme places-address-form \
-destination platform\=iOS\ Simulator,OS\=13.3,name\=iPhone\ 8 build | xcpretty

build-MapsPlacesDemo-form:
runs-on: macos-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Install CocoaPods
run: |
sudo gem install cocoapods

- name: Run pod install
run: |
pod install --project-directory=MapsAndPlacesDemo/

- name: Build project
run: |
echo "Replacing #error for API key"
sed -i .prev '/#error/'d MapsAndPlacesDemo/MapsAndPlacesDemo/ApiKeys.swift

echo "Building"
xcodebuild -workspace MapsAndPlacesDemo/MapsAndPlacesDemo.xcworkspace \
-scheme MapsAndPlacesDemo \
-destination platform\=iOS\ Simulator,OS\=13.3,name\=iPhone\ 11 build | xcpretty

test: # used as required status check
runs-on: ubuntu-latest
needs:
Expand All @@ -347,7 +300,5 @@ jobs:
- build-GoogleNavigation-Swift
- build-current-place-on-map
- build-map-with-marker
- build-places-address-form
- build-MapsPlacesDemo-form
steps:
- run: echo "Fail if all other steps are not successful"
737 changes: 0 additions & 737 deletions MapsAndPlacesDemo/MapsAndPlacesDemo.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

21 changes: 0 additions & 21 deletions MapsAndPlacesDemo/MapsAndPlacesDemo/ApiKeys.swift

This file was deleted.

33 changes: 0 additions & 33 deletions MapsAndPlacesDemo/MapsAndPlacesDemo/AppDelegate.swift

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

Loading
Loading