mpclarkson / StravaSwift

A Swift wrapper for the Strava API v3
MIT License
102 stars 45 forks source link

Limited SafariServices to iOS #24

Open tritter opened 4 years ago

tritter commented 4 years ago

Currently the project won't build for example for tvOS/watchOS/macOS, because of the missing web-experience and UIWindow dependencies. This fix implies that the authorisation is always done on iOS devices.