Skip to content

CocoaPods support import from static lib and frameworks#27

Merged
akashvercetti merged 5 commits into
developfrom
static-linking
Jan 17, 2023
Merged

CocoaPods support import from static lib and frameworks#27
akashvercetti merged 5 commits into
developfrom
static-linking

Conversation

@nzagorchev
Copy link
Copy Markdown
Contributor

Background

Support adding CTNotificationContent as a static library using CocoaPods. This should be useful for ReactNative projects which use static libs by default.
Before these changes, the pod can be integrated using dynamic frameworks use_frameworks! or static frameworksuse_frameworks! :linkage => :static. This is no longer required.

Implementation

Add a macro to check if the module header is available.

Testing steps

Manually integrating the pod.

Backwards compatible

Yes

@akashvercetti akashvercetti merged commit 8fb6673 into develop Jan 17, 2023
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