Development Apps
There are two iOS apps available in the repo that you can use for MapLibre Native development. One Objective-C based app and a Swift based app.
Objective-C App
This app is available as "App" in the generated Xcode project.
The source code lives in platform/ios/app
.
You can also build and run it from the command line with:
bazel run --//:renderer=metal //platform/ios:App
Swift App
The Swift App is mainly used to demo usage patterns in the example documentation.
This app is available as "MapLibreApp" in the generated Xcode project.
The source code lives in platform/ios/swift-app
.
You can also build and run it from the command line with:
bazel run --//:renderer=metal //platform/ios/app-swift:MapLibreApp