File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
3
<plist version =" 1.0" >
4
4
<dict >
5
- <key >NSAppTransportSecurity </key >
6
- <dict >
7
- <key >NSAllowsArbitraryLoads </key >
8
- <true />
9
- </dict >
10
5
<key >CFBundleDevelopmentRegion </key >
11
6
<string >$(DEVELOPMENT_LANGUAGE) </string >
12
7
<key >CFBundleExecutable </key >
25
20
<string >1 </string >
26
21
<key >LSRequiresIPhoneOS </key >
27
22
<true />
23
+ <key >NSAppTransportSecurity </key >
24
+ <dict >
25
+ <key >NSAllowsArbitraryLoads </key >
26
+ <true />
27
+ </dict >
28
28
<key >NSCameraUsageDescription </key >
29
29
<string >Catalog requires access to your phone’s camera. </string >
30
30
<key >NSPhotoLibraryUsageDescription </key >
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ platform :ios, '11.0'
4
4
use_frameworks!
5
5
6
6
target 'Catalog' do
7
- pod 'FaceSDK' , '~> 3.2 '
7
+ pod 'FaceSDK' , '~> 4.1 '
8
8
end
You can’t perform that action at this time.
0 commit comments