diff options
Diffstat (limited to 'plugins/ios.json')
| -rw-r--r-- | plugins/ios.json | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/plugins/ios.json b/plugins/ios.json index b9fb83d0..633d68fb 100644 --- a/plugins/ios.json +++ b/plugins/ios.json @@ -71,6 +71,14 @@ { "xml": "<feature name=\"LongPressFix\"><param name=\"ios-package\" value=\"LongPressFix\" /><param name=\"onload\" value=\"true\" /></feature>", "count": 1 + }, + { + "xml": "<feature name=\"LocalNotification\"><param name=\"ios-package\" onload=\"true\" value=\"APPLocalNotification\" /><param name=\"onload\" value=\"true\" /></feature>", + "count": 1 + }, + { + "xml": "<feature name=\"Badge\"><param name=\"ios-package\" value=\"APPBadge\" /></feature>", + "count": 1 } ] } @@ -171,7 +179,17 @@ }, "cordova-plugin-websocket": { "PACKAGE_NAME": "com.pliablepixels.zmninja" + }, + "de.appplant.cordova.plugin.local-notification": { + "PACKAGE_NAME": "com.pliablepixels.zmninja" + }, + "de.appplant.cordova.plugin.badge": { + "PACKAGE_NAME": "com.pliablepixels.zmninja" } }, - "dependent_plugins": {} + "dependent_plugins": { + "de.appplant.cordova.common.registerusernotificationsettings": { + "PACKAGE_NAME": "com.pliablepixels.zmninja" + } + } }
\ No newline at end of file |
