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

Support app extension targets through cocoapods #302

Closed
DarthMike opened this issue Nov 27, 2016 · 1 comment
Closed

Support app extension targets through cocoapods #302

DarthMike opened this issue Nov 27, 2016 · 1 comment

Comments

@DarthMike
Copy link
Contributor

Continuing stuff from #301:
When importing Snowplow through cocoapods, and using it in extension and app, the library is compiled once, which causes a problem, as we need to compile twice with different macros (SNOWPLOW_APP_EXTENSIONS in this case) to not use unavailable API in extension.

Cocoapods team discusses this can be supported by using a podspec only for extensions, defining the macro in the pod itself, so user of library doesn't have to do it.
CocoaPods/CocoaPods#5373

It would be great if we could support this here

@AlexBenny
Copy link
Contributor

Closing because it has been with no activity for a long time.
Please, feel free to reopen or comment this issue, whether it's of your interest or you want to contribute on this.

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

No branches or pull requests

2 participants