Skip to content

Commit

Permalink
fix: testbed now pulls locally instead of npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Mar 3, 2017
1 parent fb61056 commit 8c3c5cb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions testbed/config.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<?xml version='1.0' encoding='utf-8'?>
<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">
<!-- Branch -->
<plugin name="branch-cordova-sdk" />
<!-- Branch (plugin pulled locally instead of npm)-->

<!-- <plugin name="branch-cordova-sdk" /> -->
<branch-config>
<branch-key value="key_live_ndqptlgXNE4LHqIahH1WIpbiyFlb62J3" />
<uri-scheme value="branchcordova" />
<link-domain value="cordova.app.link" />
<ios-team-prod value="PW4Q8885U7" />
<ios-team-release value="PW4Q8885U7" />
</branch-config>

<name>Branch Testing</name>
Expand Down

0 comments on commit 8c3c5cb

Please sign in to comment.