Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Latest commit

 

History

History
54 lines (36 loc) · 2.19 KB

README.md

File metadata and controls

54 lines (36 loc) · 2.19 KB

Mapbox Navigation for Xamarin.iOS

Mapbox Navigation for Xamarin.iOS

A Xamarin.iOS binding library for Mapbox library.

About

This project is maintained by Naxam Co.,Ltd.
We specialize in developing mobile applications using Xamarin and native technology stack.

Looking for developers for your project?


Installation

Install-Package Naxam.MapboxNavigation.iOS

Usage

Plz follow the official guide here.

License

Mapbox Navigation binding library for iOS is released under the MIT license. See LICENSE for details.

Get our showcases on AppStore/PlayStore

Try our showcases to know more about our capabilities.

Contact us if interested.



Follow us for the latest updates
Twitter URL Twitter Follow

Build NuGet package

  • carthage update --platform iOS: Pulls in the native dependencies and builds them for iOS
  • sh copy-frameworks.sh: Copies the build output from carthage to a folder where the C# project will pull them from
  • Open the solution file, build in Release mode.
  • Update libspec.nuget, if needed
  • Run nuget pack to generate the NuGet Package