Guest User

Untitled

a guest
Feb 24th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. var fs = require('fs');
  2. var plist = require('plist');
  3. var obj = plist.parse(fs.readFileSync('Info.plist', 'utf8'));
  4. console.log(JSON.stringify(obj));
Add Comment
Please, Sign In to add comment