Skip to content

Commit

Permalink
Hotfix/25 update camera usage permission string (#26)
Browse files Browse the repository at this point in the history
* Update description for camera usage.

* Update CHANGELOG.

* Update version number to 2.3.5+205
  • Loading branch information
sandeep-ps authored Aug 20, 2020
1 parent 7b3ed21 commit 37dabbe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## [2.3.5] - 2020-08-19
## Changed
- Update description for camera usage. [#25](https://github.com/rokwire/safer-illinois-app/issues/25)

## [2.3.4] - 2020-08-19
### Added
- Latest content from the private repository.
- GitHub Issue templates.

### Changed
- Update README and repository description.
- Clean up CHANGELOG.

[Unreleased]: https://github.com/rokwire/safer-illinois-app/compare/v2.3.5+205...HEAD
[2.3.5]: https://github.com/rokwire/safer-illinois-app/compare/v2.3.4+204...v2.3.5+205
[2.3.4]: https://github.com/rokwire/safer-illinois-app/releases/tag/v2.3.4+204
2 changes: 1 addition & 1 deletion ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<key>NSCalendarsUsageDescription</key>
<string>Your calendar will be used to let you set reminders for important events.</string>
<key>NSCameraUsageDescription</key>
<string>Allow Illinois to access Camera.</string>
<string>Permission to access the camera is needed for QR Code scanning.</string>
<key>NSContactsUsageDescription</key>
<string>Allow Illinois to access Contacts.</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: Illinois client application.
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 2.3.4+204
version: 2.3.5+205

environment:
sdk: ">=2.2.0 <3.0.0"
Expand Down

0 comments on commit 37dabbe

Please sign in to comment.