From 512fae3b089f46669031caaa4d02e1116a262d13 Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Thu, 23 Mar 2023 17:15:56 +0100 Subject: [PATCH 1/2] [fastlane] xcversion is deprecated, also XCode 14.2 (default) should be used Signed-off-by: Alexander Borsuk --- xcode/fastlane/Fastfile | 1 - 1 file changed, 1 deletion(-) diff --git a/xcode/fastlane/Fastfile b/xcode/fastlane/Fastfile index 7d8be8fe4e..781e81b89c 100644 --- a/xcode/fastlane/Fastfile +++ b/xcode/fastlane/Fastfile @@ -4,7 +4,6 @@ default_platform(:ios) platform :ios do private_lane :prepare do if is_ci - xcversion(version: "~> 14.0.1") setup_ci # creates MATCH_KEYCHAIN_NAME on CI ensure_env_vars( env_vars: ['APPSTORE_CERTIFICATE_PASSWORD'] -- 2.45.3 From 7ebab4746d0bd795d6bea233a939014c67be9564 Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Thu, 23 Mar 2023 17:21:03 +0100 Subject: [PATCH 2/2] [fastlane] Fix itunes warning about NSLocationWhenInUseUsageDescription Signed-off-by: Alexander Borsuk --- iphone/Maps/OMaps.plist | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/iphone/Maps/OMaps.plist b/iphone/Maps/OMaps.plist index 5793c6988d..fe4417967e 100644 --- a/iphone/Maps/OMaps.plist +++ b/iphone/Maps/OMaps.plist @@ -111,10 +111,8 @@ - NSCameraUsageDescription - Unused by an application - NSPhotoLibraryUsageDescription - Unused by an application + NSLocationWhenInUseUsageDescription + Determining your location is necessary for navigation and for saving your recently travelled track. UIAppFonts FredokaOne-Regular.ttf -- 2.45.3