File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ SOFTWARE.
63
63
<!-- Manifest configuration is done via a js script. We should move it to this config in the future. -->
64
64
65
65
<source-file src =" src/android/io/branch/BranchSDK.java" target-dir =" src/io/branch" />
66
- <framework src =" io.branch.sdk.android:library:5.2.7 " />
66
+ <framework src =" io.branch.sdk.android:library:5.7.0 " />
67
67
</platform >
68
68
69
69
<!-- iOS -->
@@ -87,7 +87,7 @@ SOFTWARE.
87
87
<source url =" https://cdn.cocoapods.org/" />
88
88
</config >
89
89
<pods >
90
- <pod name =" Branch " spec =" ~> 1.45.2 " />
90
+ <pod name =" BranchSDK " spec =" ~> 2.2.0 " />
91
91
</pods >
92
92
</podspec >
93
93
</platform >
Original file line number Diff line number Diff line change 5
5
#ifdef BRANCH_NPM
6
6
#import " Branch.h"
7
7
#else
8
- #import < Branch /Branch.h>
8
+ #import < BranchSDK /Branch.h>
9
9
#endif
10
10
11
11
// Provides Ionic Capacitor compatibility
Original file line number Diff line number Diff line change 5
5
#import " BranchLinkProperties.h"
6
6
#import " BranchUniversalObject.h"
7
7
#else
8
- #import < Branch /Branch.h>
9
- #import < Branch /BranchLinkProperties.h>
10
- #import < Branch /BranchUniversalObject.h>
8
+ #import < BranchSDK /Branch.h>
9
+ #import < BranchSDK /BranchLinkProperties.h>
10
+ #import < BranchSDK /BranchUniversalObject.h>
11
11
#endif
12
12
13
13
#import < Cordova/CDV.h>
Original file line number Diff line number Diff line change 24
24
config = config . split ( "\n" )
25
25
. map ( function ( line ) {
26
26
if ( line . indexOf ( "HEADER_SEARCH_PATHS" ) > - 1 && line . indexOf ( "Branch-SDK" ) === - 1 ) {
27
- line += ' "${PODS_ROOT}/Branch /Branch-SDK"' ;
27
+ line += ' "${PODS_ROOT}/BranchSDK /Branch-SDK"' ;
28
28
}
29
29
return line ;
30
30
} ) ;
You can’t perform that action at this time.
0 commit comments