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

Add support for Linux #55

Merged
merged 4 commits into from
Nov 4, 2020
Merged

Add support for Linux #55

merged 4 commits into from
Nov 4, 2020

Commits on Nov 3, 2020

  1. Add support for Linux

    frederoni authored and 1ec5 committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    ef3b94f View commit details
    Browse the repository at this point in the history
  2. Build on Ubuntu

    frederoni authored and 1ec5 committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    697731d View commit details
    Browse the repository at this point in the history
  3. Future proof imports

    frederoni authored and 1ec5 committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    4f879da View commit details
    Browse the repository at this point in the history
  4. Simplified Core Location shim for Linux

    Rewrote the Core Location compatibility shim for Linux with a single type, LocationCoordinate2D, that uses only standard library types and avoids any naming collision with Core Location types. Added a single type alias so that Apple platforms can use CLLocationCoordinate2D in place of the compatibility shim.
    
    Excluded anything involving CLLocation from Linux; clients can provide their own class to wrap LocationCoordinate2D if desired.
    1ec5 committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    e87a757 View commit details
    Browse the repository at this point in the history