BranchMetrics / cordova-ionic-phonegap-branch-deep-linking-attribution

The Branch Cordova Ionic Phonegap SDK for deep linking and attribution. Branch helps mobile apps grow with deep links / deeplinks that power paid acquisition and re-engagement campaigns, referral programs, content sharing, deep linked emails, smart banners, custom user onboarding, and more.
https://docs.branch.io/apps/cordova-phonegap-ionic/
MIT License
234 stars 144 forks source link

Add branch header search paths to cocoapods config #660

Closed adrianyg7 closed 4 years ago

adrianyg7 commented 4 years ago

Some plugins still use the old CocoaPods way to resolve config dirs or other obscure ways that modify CocoaPods config. That causes the Branch plugin to fail on iOS build.

Solution: Create a hook that adds some extra config to CocoaPods and avoid being affected by other plugins overriding CocoaPods config.

echo-branch commented 4 years ago

Looks good!