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 custom umbrella header for Carthage framework #59

Closed
wants to merge 3 commits into from
Closed

Add custom umbrella header for Carthage framework #59

wants to merge 3 commits into from

Conversation

tomguthrie
Copy link
Contributor

This fixes #56 by adding the missing headers to a custom umbrella header defined in a module.modulemap file. This means the CocoaPods side doesn't have to change, and I believe this is similar to what they do anyways.

I also moved MMWormholeVersionNumber and MMWormholeVersionString to the new umbrella header because I don't think they're needed for the CocoaPods version?

(It also ticks "Allow app extension API only" but I can remove that if needed.)

@carlossless
Copy link

+1

@cnstoll
Copy link
Contributor

cnstoll commented Sep 14, 2015

Hugely sorry for the delay here. I've added this in as part of the watchOS branch system. You can check it out at the link below. It should be merged in as 1.3.0 in the next day or two. Thanks @tomguthrie @carlossless

https://github.com/mutualmobile/MMWormhole/tree/watchOS_example_carthage

@cnstoll cnstoll added this to the 1.3.0 milestone Sep 14, 2015
@cnstoll
Copy link
Contributor

cnstoll commented Sep 14, 2015

Closing PR as I pulled @tomguthrie's branch directly into mine. Thanks again!

@cnstoll cnstoll closed this Sep 14, 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.

When integrating with Carthage Umbrella Header warnings are generated
3 participants