Skip to content

Commit 2d49946

Browse files
committed
fix: import testbed plugin from npm then override with local
1 parent b0e7265 commit 2d49946

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

testbed/config.template.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
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">
33
<!-- Branch -->
4-
5-
<!-- uncomment line below to switch from local to npm -->
6-
<!-- <plugin name="branch-cordova-sdk" spec="^2.6.0" /> -->
4+
<plugin name="branch-cordova-sdk" />
75
<branch-config>
86
<branch-key value="key_live_ndqptlgXNE4LHqIahH1WIpbiyFlb62J3" />
97
<uri-scheme value="branchcordova" />
@@ -12,7 +10,7 @@
1210
</branch-config>
1311
<preference name="android-minSdkVersion" value="15" />
1412

15-
<name>Branch Testing</name>
13+
<name>Branch Cordova</name>
1614
<description>Testing App For Branch Cordova</description>
1715
<author email="[email protected]" href="https://support.branch.io/support/tickets/new">Branch Support</author>
1816

0 commit comments

Comments
 (0)