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

Including UIKit back to fix compilation errors #19

Merged
merged 1 commit into from
Feb 4, 2015

Conversation

rodrigoelp
Copy link
Contributor

This addresses a compilation error for those using COSTouchVisualizer on a swift project.

Description of the problem:
If the pod is included on an objective C project, UIKit is included on the headers without issues. But when the consumer project is written on swift UIKit is not available on the global header causing COSTouchVisualizerWindow to not build as it can't find Foundation or UIKit.

This addresses a compilation error for those using COSTouchVisualizer on a swift project.
joeblau added a commit that referenced this pull request Feb 4, 2015
Including UIKit back to fix compilation errors
@joeblau joeblau merged commit 2bfd112 into asafkorem:master Feb 4, 2015
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.

2 participants