Skip to content

Commit d898d6c

Browse files
committed
Release 4.1
1 parent 82ae0a7 commit d898d6c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Catalog/Resources/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>NSAppTransportSecurity</key>
6-
<dict>
7-
<key>NSAllowsArbitraryLoads</key>
8-
<true/>
9-
</dict>
105
<key>CFBundleDevelopmentRegion</key>
116
<string>$(DEVELOPMENT_LANGUAGE)</string>
127
<key>CFBundleExecutable</key>
@@ -25,6 +20,11 @@
2520
<string>1</string>
2621
<key>LSRequiresIPhoneOS</key>
2722
<true/>
23+
<key>NSAppTransportSecurity</key>
24+
<dict>
25+
<key>NSAllowsArbitraryLoads</key>
26+
<true/>
27+
</dict>
2828
<key>NSCameraUsageDescription</key>
2929
<string>Catalog requires access to your phone’s camera.</string>
3030
<key>NSPhotoLibraryUsageDescription</key>

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ platform :ios, '11.0'
44
use_frameworks!
55

66
target 'Catalog' do
7-
pod 'FaceSDK', '~> 3.2'
7+
pod 'FaceSDK', '~> 4.1'
88
end

0 commit comments

Comments
 (0)