yourkarma / JWT

A JSON Web Token implementation in Objective-C.
MIT License
350 stars 107 forks source link

Support tvOS #216

Open gustavogenovese opened 4 years ago

gustavogenovese commented 4 years ago

New Issue Checklist

Issue Info

Info Value
Platform Name tvos
Platform Version 9.0
Integration Method cocoapods
Xcode Version Xcode 11.0
Repro rate all the time (100%)

Issue Description and Steps

Currently, there's no support to build the library for tvOS using Cocoapods. This is a blocker to use Microsoft CodePush on with React Native apps on tvOS.

lolgear commented 4 years ago

@gcesarmza Do you know how to check tvOS version at compile time? I would like to know if there is a constant tvOS_version_max_allowed. I can't find it.

gustavogenovese commented 4 years ago

Sorry, I don't know