edit info.plist

This commit is contained in:
Jonatas Antunes Messias 2024-06-24 12:05:57 -03:00
parent 3450a490c7
commit a5967af0ec
2 changed files with 20 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
@ -40,13 +42,21 @@
</array>
<key>FlutterDeepLinkingEnabled</key>
<true/>
<key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>LSRequiresIPhoneOS</key>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>hub.freaccess.com.br</key>
<dict>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSTemporaryExceptionRequiresForwardSecrecy</key>
<false/>
</dict>
</dict>
</dict>
<key>NSCameraUsageDescription</key>
<string>In order to take a picture or video, this app requires permission to access the camera.</string>
<key>NSPhotoLibraryUsageDescription</key>
@ -74,5 +84,7 @@
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
</dict>
</plist>