diff --git a/README.md b/README.md index 611ec7c..29785cf 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ This plugin sets different properties and values in *-Info.plist file `UIBackgroundModes` - * `remote-notification` - * `audio` +* `remote-notification` +* `audio` ## Installation diff --git a/package.json b/package.json new file mode 100644 index 0000000..e3cca65 --- /dev/null +++ b/package.json @@ -0,0 +1,26 @@ +{ + "name": "cordova-plugin-ios-plist", + "version": "0.0.2", + "description": "This plugin sets different properties and values in *-Info.plist file", + "main": "plugin.xml", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/jaymehtasa/cordova-plugin-ios-plist.git" + }, + "keywords": [ + "plist", + "ionic", + "ios", + "ios", + "plist" + ], + "author": "Jay Mehta ", + "license": "ISC", + "bugs": { + "url": "https://github.com/jaymehtasa/cordova-plugin-ios-plist/issues" + }, + "homepage": "https://github.com/jaymehtasa/cordova-plugin-ios-plist#readme" +} diff --git a/plugin.xml b/plugin.xml index 035f321..3fde049 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,7 +1,7 @@ - - iOS No Export Compliance - This plugin sets ITSAppUsesNonExemptEncryption to false in *-Info.plist file + + iOS Plist Configurations + This plugin sets various plist configurations to false in *-Info.plist file BSD-3 @@ -12,11 +12,20 @@ remote-notification audio + fetch + + + Photo library is being used for profile picture + + + + Camera is being used to capture profile picture + - + \ No newline at end of file