File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 32
32
"mkpath" : " ^1.0.0" ,
33
33
"node-version-compare" : " ^1.0.1" ,
34
34
"plist" : " ^1.2.0" ,
35
- "rimraf" : " ^2.5.1 " ,
35
+ "rimraf" : " ^2.5.2 " ,
36
36
"xml2js" : " ^0.4.16"
37
37
}
38
38
}
Original file line number Diff line number Diff line change @@ -375,8 +375,8 @@ private void createBranchUniversalObject(JSONObject options) throws JSONExceptio
375
375
376
376
while (keys .hasNext ()) {
377
377
String key = (String ) keys .next ();
378
- Log .d (LCAT , contentMetaData .getString (key ));
379
378
String value = contentMetaData .optString (key );
379
+ Log .d (LCAT , contentMetaData .getString (key ));
380
380
this .branchObj .addContentMetadata (key , value );
381
381
}
382
382
}
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
cordova 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