diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-22 06:07:40 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-22 06:07:40 -0500 |
| commit | ab96cb8fcf328d095d8b8e65d40e02c68d6d8d11 (patch) | |
| tree | 288ec93a2145c52836bba28857ed5ef1ede48325 /config.xml | |
| parent | fabf64411bbdf1f6aa81f3eae31d04bda1dfa3ee (diff) | |
added new config key for photos in iOS
Diffstat (limited to 'config.xml')
| -rw-r--r-- | config.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -32,6 +32,9 @@ <param name="ios-package" onload="true" value="CDVStatusBar" /> </feature> <platform name="ios"> + <config-file parent="NSPhotoLibraryAddUsageDescription" platform="ios" target="*-Info.plist"> + <string>Store photos of events and live feeds</string> + </config-file> <config-file parent="NSPhotoLibraryUsageDescription" platform="ios" target="*-Info.plist"> <string>Store photos of events and live feeds</string> </config-file> @@ -123,6 +126,9 @@ <plugin name="cordova-plugin-whitelist" spec="^1.3.2" /> <plugin name="cordova-sqlite-storage" spec="^1.5.3" /> <plugin name="ionic-plugin-keyboard" spec="^2.2.1" /> + <plugin name="org.devgeeks.Canvas2ImagePlugin" spec="https://github.com/flache/Canvas2ImagePlugin"> + <variable name="PHOTOLIBRARY_USAGE_DESCRIPTION" value=" " /> + </plugin> <plugin name="phonegap-plugin-mobile-accessibility" spec="^1.0.5" /> <plugin name="phonegap-plugin-push" spec="^1.9.0"> <variable name="SENDER_ID" value="710936220256" /> |
