Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
shc261392 committed Sep 3, 2021
2 parents 7bb2b76 + 2640e34 commit 54e57b0
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
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).

### 0.38.1 - 2021-09-03

### Changed

- Update iOS permission usage description

## 0.38.0 - 2021-08-24

### Added
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "io.numbersprotocol.capturelite"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 210
versionName "0.38.0"
versionCode 211
versionName "0.38.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
12 changes: 6 additions & 6 deletions ios/App/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@
<true/>
</dict>
<key>NSCameraUsageDescription</key>
<string>Grant camera permission to take photos and video.</string>
<string>Grant camera permission to allow the app to take images and videos of the unique moments that you want to keep.</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>Grant GPS permission to automatically append location information to your photos and videos</string>
<string>Always grant GPS permission to allow the app to append location information to your photo automatically so that you or anyone who you share the photo with will know where the photo is taken.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Grant GPS permission to append location information to your photos and videos</string>
<string>Grant GPS permission when the app is in use to allow the app to append location information to your photo automatically so that you or anyone who you share the photo with will know where the photo is taken.</string>
<key>NSMicrophoneUsageDescription</key>
<string>Grant camera and microphone permission to record video and audio.</string>
<string>Grant audio permission to take videos of the unique moments that you want to keep.</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Grant write access permission to your local storage to export the photos and videos you took.</string>
<string>Grant permission to allow this app to save the photos and videos you take to the local storage.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Grant read access permission to your local storage to read the photos and videos you took.</string>
<string>Grant permission to allow the app to read the photos and videos you take by this app.</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capture-lite",
"version": "0.38.0",
"version": "0.38.1",
"author": "numbersprotocol",
"homepage": "https://numbersprotocol.io/",
"scripts": {
Expand Down

0 comments on commit 54e57b0

Please sign in to comment.