CB-11832 Updated version and RELEASENOTES.md for release 2.3.0

This commit is contained in:
Steve Gill
2016-09-08 23:38:52 -07:00
parent 48d4213b2d
commit cc1076d3cb
5 changed files with 58 additions and 19 deletions

View File

@@ -78,16 +78,15 @@ Documentation consists of template and API docs produced from the plugin JS code
Since iOS 10 it's mandatory to add a `NSCameraUsageDescription` and `NSPhotoLibraryUsageDescriptionentry` in the info.plist.
* `NSCameraUsageDescription` describes the reason that the app accesses the users camera.
* `NSPhotoLibraryUsageDescriptionentry` describes the reason the app accesses the user's photo library.
- `NSCameraUsageDescription` describes the reason that the app accesses the users camera.
- `NSPhotoLibraryUsageDescriptionentry` describes the reason the app accesses the user's photo library.
When the system prompts the user to allow access, this string is displayed as part of the dialog box.
To add this entry you can pass the following variables on plugin install.
* `CAMERA_USAGE_DESCRIPTION` for `NSCameraUsageDescription`
* `PHOTOLIBRARY_USAGE_DESCRIPTION` for `NSPhotoLibraryUsageDescriptionentry`
- `CAMERA_USAGE_DESCRIPTION` for `NSCameraUsageDescription`
- `PHOTOLIBRARY_USAGE_DESCRIPTION` for `NSPhotoLibraryUsageDescriptionentry`
-
Example: