raphaelmor / Polyline

Polyline encoder / decoder in swift
MIT License
299 stars 50 forks source link

Only use app extension safe API calls #56

Closed EmDee closed 4 years ago

EmDee commented 5 years ago

We are using Polyline in one of our frameworks which in return is used in our app extensions.

With these changes the compiler won't complain about linking to not safe dylibs (full error message: linking against a dylib which is not safe for use in application extensions).

These changes only affect the iOS target.