Skip to content

Commit

Permalink
iOS camera permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscant committed Aug 12, 2018
1 parent 8df1ba8 commit 7a588ee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mobile/modtools/ios/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@
</platform>
<plugin name="cordova-plugin-compat" spec="^1.2.0" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
<plugin name="cordova-plugin-ios-camera-permissions" spec="^1.2.0">
<variable name="CAMERA_USAGE_DESCRIPTION" value="So you can take a photo in reply to a member chat" />
<variable name="MICROPHONE_USAGE_DESCRIPTION" value="So you can say what text to reply in a member chat" />
<variable name="PHOTOLIBRARY_ADD_USAGE_DESCRIPTION" value="So you can send a photo in reply to a member chat" />
<variable name="PHOTOLIBRARY_USAGE_DESCRIPTION" value="So you can save a photo when replying to a member chat" />
</plugin>
<plugin name="cordova-plugin-device" spec="^2.0.2" />
<plugin name="cordova-plugin-geolocation" spec="^4.0.1" />
<plugin name="cordova-plugin-googleplus" spec="https://github.com/EddyVerbruggen/cordova-plugin-googleplus">
Expand All @@ -74,5 +68,11 @@
<variable name="APP_ID" value="134980666550322" />
<variable name="APP_NAME" value="Freegle" />
</plugin>
<plugin name="cordova-plugin-ios-camera-permissions" spec="^1.2.0">
<variable name="CAMERA_USAGE_DESCRIPTION" value="So you can take a photo in reply to a member chat" />
<variable name="MICROPHONE_USAGE_DESCRIPTION" value="So you can say what text to reply in a member chat" />
<variable name="PHOTOLIBRARY_ADD_USAGE_DESCRIPTION" value="So you can send a photo in reply to a member chat" />
<variable name="PHOTOLIBRARY_USAGE_DESCRIPTION" value="So you can save a photo when replying to a member chat" />
</plugin>
<engine name="ios" spec="^4.5.4" />
</widget>

0 comments on commit 7a588ee

Please sign in to comment.