-
-
Notifications
You must be signed in to change notification settings - Fork 462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tvOS support #149
tvOS support #149
Conversation
Wow! Thanks for your work! I have not encountered development for TV, I hope you can help. Could you add a new target - example for tv in project? |
Done. However I see some bugs in the example for tvOS. Would you please create a branch for tvOS support? |
Why need new branch? Why you can't add to this branch? I don’t find fault, I just don’t understand what you want to do. |
I think need remove for Apple TV |
Hello @ivanvorobei |
@ivanvorobei Left |
@RomanPodymov for me in tv simulator permission not requested. Maybe I do some this wrong? Simple run and tap |
@ivanvorobei Fixed, check it please. |
For now all ok! Thanks) |
I am publish new version If anybody can help, I am add new item in Cooperation section about icon for example target. |
Hello.
Thank you for SPPermissions.
In this pull request I added support for tvOS. Some permissions are not supported for tvOS, that's why I made them available for iOS only with
#if os(iOS)
. Tested it with CocoaPods.Fixed
SPPermissions.dialog
example in README.