p2 / OAuth2

OAuth2 framework for macOS and iOS, written in Swift.
Other
1.14k stars 276 forks source link

Project does not build for tvOS #339

Open EugeneGordin2303 opened 4 years ago

EugeneGordin2303 commented 4 years ago

Hi guys,

the description of this pod says "OAuth2 frameworks for macOS, iOS and tvOS written in Swift 5.0.". It does build and works great with iOS, but does not build for tvOS.

The error I'm getting is: use of undeclared type 'OAuth2'.

I also see "Not Implemented" in OAuth2Authorizer class for tvOS.

Is it possible to use this framework with tvOS and do you have some examples maybe?

Thank you!

bslayerw commented 3 years ago

came here looking specifically for a tvOS implementation of OAuth2, tvOS does NOT permit the use of a web browser and reading the README I don't see any other mention of tvOS. Does this support tvOS at all?

m4p commented 3 years ago

See https://github.com/p2/OAuth2/pull/372