Skip to content

Commit

Permalink
Extend Example with ability to edit waypoints
Browse files Browse the repository at this point in the history
  • Loading branch information
S2Ler committed Apr 1, 2022
1 parent 9daac3f commit 567d6cd
Show file tree
Hide file tree
Showing 27 changed files with 1,023 additions and 317 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
carthage bootstrap --platform all --use-netrc --use-xcframeworks
example-app-build:
macos:
xcode: "12.4.0"
xcode: "13.3.0"
environment:
HOMEBREW_NO_AUTO_UPDATE: 1
steps:
Expand All @@ -95,7 +95,7 @@ jobs:
- carthage-bootstrap
- run:
name: "Build example app"
command: xcodebuild -sdk iphonesimulator -project MapboxDirections.xcodeproj -scheme 'Example' -destination 'platform=iOS Simulator,OS=14.4,name=iPhone 12 Pro Max' clean build
command: xcodebuild -sdk iphonesimulator -project DirectionsPlayground/DirectionsPlayground.xcodeproj -scheme 'DirectionsPlayground' -destination 'platform=iOS Simulator,OS=15.4,name=iPhone 13 Pro Max' clean build
- save-cache

build-job:
Expand Down
22 changes: 22 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "Debug mapbox-directions-swift",
"program": "${workspaceFolder:mapbox-directions-swift}/.build/debug/mapbox-directions-swift",
"args": [],
"cwd": "${workspaceFolder:mapbox-directions-swift}",
"preLaunchTask": "swift: Build Debug mapbox-directions-swift"
},
{
"type": "lldb",
"request": "launch",
"name": "Release mapbox-directions-swift",
"program": "${workspaceFolder:mapbox-directions-swift}/.build/release/mapbox-directions-swift",
"args": [],
"cwd": "${workspaceFolder:mapbox-directions-swift}",
"preLaunchTask": "swift: Build Release mapbox-directions-swift"
}
]
}
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

0 comments on commit 567d6cd

Please sign in to comment.