nordnet / cordova-universal-links-plugin

[DEPRECATED] - Cordova plugin to support Universal/Deep Links for iOS/Android.
https://github.com/nordnet/cordova-universal-links-plugin/issues/160
MIT License
349 stars 526 forks source link

Update manifestWriter.js to fix #133 in Cordova 6+ #148

Closed brnosouza closed 5 years ago

brnosouza commented 6 years ago

It should work with #133 on Cordova 6+... I keept the old path for cordova old versions and checked if it exists

Twister42 commented 5 years ago

Please merge this and decline PR #135 so we can use your plugin with cordova 6+ :)

Twister42 commented 5 years ago

var fs = require('fs'); is missing at the top of the file, I did a new one with everything #157

brnosouza commented 5 years ago

@Twister42 thx, I didn't see its missing. I will close my PR in favor of yours #157