From d898d6ca9352de1314dc2ad887dc358f883f214d Mon Sep 17 00:00:00 2001 From: Vladislav Yakimchik Date: Fri, 19 Aug 2022 15:54:12 +0300 Subject: [PATCH] Release 4.1 --- Catalog/Resources/Info.plist | 10 +++++----- Podfile | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Catalog/Resources/Info.plist b/Catalog/Resources/Info.plist index 957f496..db14cb3 100644 --- a/Catalog/Resources/Info.plist +++ b/Catalog/Resources/Info.plist @@ -2,11 +2,6 @@ - NSAppTransportSecurity - - NSAllowsArbitraryLoads - - CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleExecutable @@ -25,6 +20,11 @@ 1 LSRequiresIPhoneOS + NSAppTransportSecurity + + NSAllowsArbitraryLoads + + NSCameraUsageDescription Catalog requires access to your phone’s camera. NSPhotoLibraryUsageDescription diff --git a/Podfile b/Podfile index 7a0f47d..49c02a7 100644 --- a/Podfile +++ b/Podfile @@ -4,5 +4,5 @@ platform :ios, '11.0' use_frameworks! target 'Catalog' do - pod 'FaceSDK', '~> 3.2' + pod 'FaceSDK', '~> 4.1' end