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

Add tvOS targets on project #605

Merged
merged 12 commits into from
Oct 6, 2015

Conversation

sinoru
Copy link
Contributor

@sinoru sinoru commented Oct 3, 2015

This will allow include tvOS frameworks on projects, and let Carthage build tvOS framework.

@@ -875,6 +866,13 @@ @implementation DDLogMessage
#define USE_DISPATCH_CURRENT_QUEUE_LABEL YES
#define USE_DISPATCH_GET_CURRENT_QUEUE YES

#elif TARGET_OS_TV
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it would be cool better to merge these conditions as #if TARGET_OS_IOS || TARGET_OS_WATCH.

@sinoru
Copy link
Contributor Author

sinoru commented Oct 6, 2015

You mean like this (f6ce2ed)?

@rivera-ernesto
Copy link
Member

Yes, specially since both platforms share the same behavior.

rivera-ernesto added a commit that referenced this pull request Oct 6, 2015
Add tvOS targets on project
@rivera-ernesto rivera-ernesto merged commit 13c8f91 into CocoaLumberjack:swift_2.0 Oct 6, 2015
@rivera-ernesto
Copy link
Member

We may need to create a separate branch for this one following #609.

This was referenced Oct 7, 2015
@sinoru sinoru deleted the support_tvOS branch October 23, 2015 06:32
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.

None yet

3 participants