Skip to content

Commit 8c3c5cb

Browse files
committed
fix: testbed now pulls locally instead of npm
1 parent fb61056 commit 8c3c5cb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

testbed/config.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<?xml version='1.0' encoding='utf-8'?>
22
<widget id="com.eneff.branch.cordovatestbed" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3-
<!-- Branch -->
4-
<plugin name="branch-cordova-sdk" />
3+
<!-- Branch (plugin pulled locally instead of npm)-->
4+
5+
<!-- <plugin name="branch-cordova-sdk" /> -->
56
<branch-config>
67
<branch-key value="key_live_ndqptlgXNE4LHqIahH1WIpbiyFlb62J3" />
78
<uri-scheme value="branchcordova" />
89
<link-domain value="cordova.app.link" />
9-
<ios-team-prod value="PW4Q8885U7" />
10+
<ios-team-release value="PW4Q8885U7" />
1011
</branch-config>
1112

1213
<name>Branch Testing</name>

0 commit comments

Comments
 (0)