diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-07-03 08:32:13 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-07-03 08:32:13 -0400 |
| commit | 5d11ab12195dcc70192e706fbbfd106cd7d7f24d (patch) | |
| tree | 0cdee3b274b030260c3a9be98d4d219c28603a32 /plugins/ios.json | |
| parent | 15f501727a91bc4fdf2c155d572cf00c11436eef (diff) | |
fixed a nasty scaling bug -- size was getting corrupted because I was adding strings
Diffstat (limited to 'plugins/ios.json')
| -rw-r--r-- | plugins/ios.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/ios.json b/plugins/ios.json index 4cb3e0ad..54dfadfc 100644 --- a/plugins/ios.json +++ b/plugins/ios.json @@ -51,6 +51,10 @@ { "xml": "<feature name=\"EmailComposer\"><param name=\"ios-package\" value=\"APPEmailComposer\" /></feature>", "count": 1 + }, + { + "xml": "<feature name=\"AppVersion\"><param name=\"ios-package\" value=\"AppVersion\" /></feature>", + "count": 1 } ] } @@ -118,6 +122,9 @@ }, "de.appplant.cordova.plugin.email-composer": { "PACKAGE_NAME": "com.pliablepixels.zmninja" + }, + "uk.co.whiteoctober.cordova.appversion": { + "PACKAGE_NAME": "com.pliablepixels.zmninja" } }, "dependent_plugins": {} |
