Skip to content

Commit 7f54041

Browse files
committed
fix(capacitor): add explicit reference to cordova headers for capacitor builds
1 parent 4a692b5 commit 7f54041

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ios/AppDelegate+BranchSdk.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
#import <Branch/Branch.h>
99
#endif
1010

11+
// Provides Ionic Capacitor compatibility
12+
#import <Cordova/CDVPlugin.h>
13+
1114
@interface AppDelegate (BranchSDK)
1215

1316
- (BOOL)application:(UIApplication *)application continueUserActivity:(NSUserActivity *)userActivity restorationHandler:(void (^)(NSArray * _Nullable))restorationHandler;

0 commit comments

Comments
 (0)