-
Notifications
You must be signed in to change notification settings - Fork 47
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
watchOS support #10
Comments
Hey @lexrus, it should work as is now. Just configure framework with correct NSBundle instance and you should be able to do this. If this not still work for you could you share how files are located in the project and how you're configuring it and getting localized values? If this should work but don't it means that something is broken in Swifternalization. Unfortunately I'll take a look on this probably during the weekend. |
Hi @tomkowz
But failed while
If I comment out Swifternalization, the KeychainAccess can be installed without problems. I don't know what the difference between them. |
What is plaform version that you specified in Podfile? I don't see it here. Here is my configuration that I used for example:
I don't think so you need Swifternalization for Apple Watch App target. You need it in extension because the translation files will be used by extension. |
The default platform for the whole project was set to iOS 9.
But I did mention above |
https://github.com/lexrus/VPNOn/blob/feature/ios9/Podfile |
Ahh, right, I see. I'll fix it in the weekend. |
Hi, this project is great. I'd like to use it in my WATCH App. Do you have any plan to support watchOS?
The text was updated successfully, but these errors were encountered: