-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from BranchMetrics/setdebug-update
Setdebug update
- Loading branch information
Showing
7 changed files
with
102 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "Web-SDK"] | ||
path = Web-SDK | ||
url = git@github.com:BranchMetrics/Web-SDK.git | ||
url = git@github.com:BranchMetrics/Smart-App-Banner-Deep-Linking-Web-SDK.git |
Submodule Web-SDK
updated
from efc7b8 to 8a5289
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
#!/bin/bash | ||
|
||
cordova plugin add org.apache.cordova.console de.appplant.cordova.plugin.email-composer | ||
# This fixes 404 errors in ajax calls on the android platform with newer versions of Cordova | ||
cordova plugin add cordova-plugin-whitelist | ||
cordova plugin add ../ --link | ||
cordova platform add ios android |
Oops, something went wrong.