Skip to content
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

Fix: tvOS framework deployment target #420

Merged
merged 1 commit into from
Nov 8, 2017

Conversation

fjcaetano
Copy link
Contributor

@fjcaetano fjcaetano commented Nov 7, 2017

The podspec states that the deployment_target for tvOS is 9.0, while the build settings for the framework specify it should be 10.0.

This means that installing through CocoaPods would allow the framework to be used against tvOS 9.0, while installing it with Carthage would require 10.0.

The tests ran without errors on tvOS 9.0 simulator.

fix #419

@daltoniam
Copy link
Owner

Good catch, thanks!

@daltoniam daltoniam merged commit d3fb769 into daltoniam:master Nov 8, 2017
@fjcaetano fjcaetano deleted the fix/deployment_target branch November 8, 2017 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tvOS deployment_target inconsistencies
2 participants