From 567a017e7432595248d3d1539e2ac2f44c94db48 Mon Sep 17 00:00:00 2001 From: James Chien Date: Fri, 3 Sep 2021 12:46:16 +0800 Subject: [PATCH 1/2] build(Info.plist): update permission usage description --- ios/App/App/Info.plist | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ios/App/App/Info.plist b/ios/App/App/Info.plist index c47565752..411e8209b 100644 --- a/ios/App/App/Info.plist +++ b/ios/App/App/Info.plist @@ -44,17 +44,17 @@ NSCameraUsageDescription - Grant camera permission to take photos and video. + Grant camera permission to allow the app to take images and videos of the unique moments that you want to keep. NSLocationAlwaysUsageDescription - Grant GPS permission to automatically append location information to your photos and videos + 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. NSLocationWhenInUseUsageDescription - Grant GPS permission to append location information to your photos and videos + 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. NSMicrophoneUsageDescription - Grant camera and microphone permission to record video and audio. + Grant audio permission to take videos of the unique moments that you want to keep. NSPhotoLibraryAddUsageDescription - Grant write access permission to your local storage to export the photos and videos you took. + Grant permission to allow this app to save the photos and videos you take to the local storage. NSPhotoLibraryUsageDescription - Grant read access permission to your local storage to read the photos and videos you took. + Grant permission to allow the app to read the photos and videos you take by this app. UILaunchStoryboardName LaunchScreen UIMainStoryboardFile From 2640e34949c202b3b838bb051f1b62e9738cb7fd Mon Sep 17 00:00:00 2001 From: James Chien Date: Fri, 3 Sep 2021 12:49:11 +0800 Subject: [PATCH 2/2] build: bump version to 0.38.1 --- CHANGELOG.md | 6 ++++++ android/app/build.gradle | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e27dc435..5a82d548d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/android/app/build.gradle b/android/app/build.gradle index 29f9da497..e2c1163a1 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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 { diff --git a/package-lock.json b/package-lock.json index f89c60b50..a5f50f9ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "capture-lite", - "version": "0.38.0", + "version": "0.38.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.38.0", + "version": "0.38.1", "dependencies": { "@angular/animations": "^11.2.14", "@angular/cdk": "^11.2.13", diff --git a/package.json b/package.json index 65b8ee253..a59452a2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capture-lite", - "version": "0.38.0", + "version": "0.38.1", "author": "numbersprotocol", "homepage": "https://numbersprotocol.io/", "scripts": {