Skip to content

bikemap/maplibre-pod

Repository files navigation

maplibre-pod

CI Status Version License Platform

Description

This package turns the MapLibre Metal edition into a pod, allowing it to depended on by other pods, like Mapvox navigation.

Updating MetalAngle

  • download the .framework zips for iOS and Simulator
  • extract to -simulator and -iOS
  • use lipo to remove all archs except the ones we really need: iOS its arm64, simulator its arm64 and x86_64 lipo -remove i386 MetalANGLE -output MetalAngle
  • create the framework xcodebuild -create-xcframework -framework simulator/MetalANGLE.framework -framework MetalANGLE.framework -output "MetalANGLE.xcframework"

Requirements

Installation

maplibre-pod is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'maplibre-pod', git => "https://github.com/hactar/maplibre-pod"

Author

hactar, patrick@subzero.eu

License

maplibre-pod is available under the MIT license. See the LICENSE file for more info.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published