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

Extend Example with ability to edit waypoints #566

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft
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
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,9 @@ jobs:
steps:
- checkout
- install-mapbox-token
- install-carthage
- restore-cache
- carthage-bootstrap
- run:
name: "Build example app"
command: xcodebuild -sdk iphonesimulator -project MapboxDirections.xcodeproj -scheme 'Example' -destination 'platform=iOS Simulator,OS=15.5,name=iPhone 13 Pro Max' clean build
command: xcodebuild -sdk iphonesimulator -project DirectionsPlayground/DirectionsPlayground.xcodeproj -scheme 'DirectionsPlayground' -destination 'platform=iOS Simulator,OS=15.5,name=iPhone 13 Pro Max' clean build
- save-cache

build-job:
Expand Down
10 changes: 0 additions & 10 deletions Directions Example/AppDelegate.swift

This file was deleted.

This file was deleted.

47 changes: 0 additions & 47 deletions Directions Example/Info.plist

This file was deleted.

50 changes: 0 additions & 50 deletions Directions Example/Launch Screen.storyboard

This file was deleted.

Loading