From ed2bedbdd872a9c8402263a7c9e2e630c6d6b495 Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Tue, 20 Dec 2022 09:50:16 -0700 Subject: [PATCH 1/2] update location usage key --- ios/NewExpensify/Info.plist | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ios/NewExpensify/Info.plist b/ios/NewExpensify/Info.plist index 0f8cf931636f..156814e54037 100644 --- a/ios/NewExpensify/Info.plist +++ b/ios/NewExpensify/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.2.42 + 1.2.41 CFBundleSignature ???? CFBundleURLTypes @@ -30,7 +30,7 @@ CFBundleVersion - 1.2.42.1 + 1.2.41.2 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes @@ -65,8 +65,8 @@ NSCameraUsageDescription Your camera is used to create chat attachments, documents, and facial capture. - NSLocationWhenInUseUsageDescription - Your location is used to determine your default currency. + NSLocationAlwaysAndWhenInUseUsageDescription + Your location is used to determine your default currency and timezone. NSMicrophoneUsageDescription Required for video capture NSPhotoLibraryAddUsageDescription From 0fd6dc6fe95f0e434f102a3b4227ecae5368c24d Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Tue, 20 Dec 2022 10:05:54 -0700 Subject: [PATCH 2/2] fix bundle version --- ios/NewExpensify/Info.plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/NewExpensify/Info.plist b/ios/NewExpensify/Info.plist index 156814e54037..2088673e7654 100644 --- a/ios/NewExpensify/Info.plist +++ b/ios/NewExpensify/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.2.41 + 1.2.42 CFBundleSignature ???? CFBundleURLTypes @@ -30,7 +30,7 @@ CFBundleVersion - 1.2.41.2 + 1.2.42.1 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes