OAuth2 icon indicating copy to clipboard operation
OAuth2 copied to clipboard

Project does not build for tvOS

Open EugeneGordin2303 opened this issue 4 years ago • 2 comments

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!

EugeneGordin2303 avatar Apr 19 '20 04:04 EugeneGordin2303

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?

bslayerw avatar May 10 '21 14:05 bslayerw

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

m4p avatar Jun 18 '21 14:06 m4p