diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-09-21 18:11:51 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-09-21 18:11:51 +0200 |
| commit | a810d0248dd9f1099ce15809f8e1e75eedbff8e6 (patch) | |
| tree | 2eeebe5dbbe0e9005b89806a5b9a88d47f54ed1a /StoneIsland/plugins/ios.json | |
| parent | d906f7303e70adaa75523d8bfc5b46523ccfffa0 (diff) | |
plugins
Diffstat (limited to 'StoneIsland/plugins/ios.json')
| -rw-r--r-- | StoneIsland/plugins/ios.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/StoneIsland/plugins/ios.json b/StoneIsland/plugins/ios.json index 92414437..3da52531 100644 --- a/StoneIsland/plugins/ios.json +++ b/StoneIsland/plugins/ios.json @@ -38,6 +38,12 @@ }, "cordova-plugin-x-socialsharing": { "PACKAGE_NAME": "us.okfoc.stoneisland" + }, + "cordova-plugin-whitelist": { + "PACKAGE_NAME": "us.okfoc.stoneisland" + }, + "cordova-plugin-advanced-http": { + "PACKAGE_NAME": "us.okfoc.stoneisland" } }, "dependent_plugins": { @@ -52,6 +58,9 @@ }, "es6-promise-plugin": { "PACKAGE_NAME": "us.okfoc.stoneisland" + }, + "cordova-plugin-file": { + "PACKAGE_NAME": "us.okfoc.stoneisland" } } } |
