File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 3232 "mkpath" : " ^1.0.0" ,
3333 "node-version-compare" : " ^1.0.1" ,
3434 "plist" : " ^1.2.0" ,
35- "rimraf" : " ^2.5.1 " ,
35+ "rimraf" : " ^2.5.2 " ,
3636 "xml2js" : " ^0.4.16"
3737 }
3838}
Original file line number Diff line number Diff line change 66
77import org .apache .cordova .CallbackContext ;
88import org .apache .cordova .CordovaPlugin ;
9+ import org .apache .cordova .PluginResult ;
910
1011import org .json .JSONArray ;
1112import org .json .JSONException ;
@@ -373,9 +374,9 @@ private void createBranchUniversalObject(JSONObject options) throws JSONExceptio
373374 Iterator <?> keys = contentMetaData .keys ();
374375
375376 while (keys .hasNext ()) {
376- Log .d (LCAT , contentMetaData .getString (key ));
377377 String key = (String ) keys .next ();
378378 String value = contentMetaData .optString (key );
379+ Log .d (LCAT , contentMetaData .getString (key ));
379380 this .branchObj .addContentMetadata (key , value );
380381 }
381382 }
Original file line number Diff line number Diff line change 11#! /bin/bash
22cordova platform add ios android
3- cordova plugin add ../ --link --variable BRANCH_LIVE_KEY=key_live_fnmRM1FXtu11t6e4LU8WsldpvDcA0bzv --variable URI_SCHEME=testbed --variable ENCODED_ID=X9Ug
3+ cordova plugin add ../ --link --variable BRANCH_LIVE_KEY=key_live_fnmRM1FXtu11t6e4LU8WsldpvDcA0bzv --variable URI_SCHEME=testbed --variable ENCODED_ID=X9Ug
4+ cordova plugin add https://github.com/nordnet/cordova-universal-links-plugin.git
You can’t perform that action at this time.
0 commit comments