-
Notifications
You must be signed in to change notification settings - Fork 351
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
Add tvos
as a new platform
#263
Conversation
cc @segiddins |
# | ||
# If the deployment target requires it (iOS < `4.3`), `armv6` | ||
# architecture will be added to `ARCHS`. | ||
# | ||
# @param [Symbol] name | ||
# the name of platform, can be either `:osx` for OS X, `:ios` | ||
# for iOS or `:watchos` for watchOS. | ||
# for iOS, `:tvos` for tvOS or `:watchos` for watchOS. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oxford comma
❤️ |
FYI If you specify
|
@aufflick you got all the gems in the Gemfile? |
Here's my Gemfile:
|
@aufflick you're missing: gem 'cocoapods-core', :git => 'https://github.com/CocoaPods/Core.git', :branch => 'tvos-support' |
Yes, I just noticed that - things have changed since I last built from source :) I still see the problem though :(
Gemfile:
|
hm, not sure — I'm OSS'ing a tvOS project today, then you can compare :) |
BTW: the Gemfile guide is out of date: http://guides.cocoapods.org/using/a-gemfile.html |
How so? |
@neonichu |
f60d8b4
to
3ab7a8b
Compare
So is there a proper way to already have a Podfile that specify dependencies for a :tvos target? |
You can see an example project here: https://github.com/contentful/tvful — basically, you need a Gemfile, as discussed in https://guides.cocoapods.org/using/unreleased-features |
Awesome thank you! |
Add `tvos` as a new platform
No description provided.