Skip to content

Fix: tvOS framework deployment target#420

Merged
daltoniam merged 1 commit into
daltoniam:masterfrom
fjcaetano:fix/deployment_target
Nov 8, 2017
Merged

Fix: tvOS framework deployment target#420
daltoniam merged 1 commit into
daltoniam:masterfrom
fjcaetano:fix/deployment_target

Conversation

@fjcaetano

@fjcaetano fjcaetano commented Nov 7, 2017

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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