126 lines
3.5 KiB
Plaintext
Executable File
126 lines
3.5 KiB
Plaintext
Executable File
<?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>CADisableMinimumFrameDurationOnPhone</key>
|
|
<true/>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>UAE Stats</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>uae_stat</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>$(FLUTTER_BUILD_NAME)</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>CFBundleURLTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>fcscstats</string>
|
|
</array>
|
|
</dict>
|
|
<dict>
|
|
<key>CFBundleURLName</key>
|
|
<string>ae.gov.fcsc.frontend.ios</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>aegovfcscfrontendios</string>
|
|
</array>
|
|
</dict>
|
|
<!-- UAE PASS resume_authn callback: ae.gov.fcsc.stats://resume_authn?url=... -->
|
|
<dict>
|
|
<key>CFBundleURLName</key>
|
|
<string>ae.gov.fcsc.stats</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>aegovfcscstats</string>
|
|
</array>
|
|
<key>CFBundleRole</key>
|
|
<string>Editor</string>
|
|
</dict>
|
|
<!-- AppsFlyer OneLink fallback: fcscappstates://callback?deep_link_value=... -->
|
|
<dict>
|
|
<key>CFBundleURLName</key>
|
|
<string>fcscappstates</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>fcscappstates</string>
|
|
</array>
|
|
<key>CFBundleRole</key>
|
|
<string>Editor</string>
|
|
</dict>
|
|
</array>
|
|
<key>CFBundleVersion</key>
|
|
<string>$(FLUTTER_BUILD_NUMBER)</string>
|
|
<key>FirebaseAppDelegateProxyEnabled</key>
|
|
<false/>
|
|
<key>FirebaseDynamicLinksCustomDomains</key>
|
|
<array>
|
|
<string>https://fcsc-a161c.web.app</string>
|
|
</array>
|
|
<key>ITSAppUsesNonExemptEncryption</key>
|
|
<false/>
|
|
<key>LSApplicationQueriesSchemes</key>
|
|
<array>
|
|
<string>uaepass</string>
|
|
<string>uaepassqa</string>
|
|
<string>uaepassdev</string>
|
|
<string>uaepassstg</string>
|
|
</array>
|
|
<key>LSRequiresIPhoneOS</key>
|
|
<true/>
|
|
<key>NSAppTransportSecurity</key>
|
|
<dict>
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
<true/>
|
|
</dict>
|
|
<key>NSBonjourServices</key>
|
|
<array>
|
|
<string>_dartobservatory._tcp</string>
|
|
</array>
|
|
<key>NSCameraUsageDescription</key>
|
|
<string>We need camera access</string>
|
|
<key>NSLocalNetworkUsageDescription</key>
|
|
<string>This app uses the local network to debug and connect to the Flutter development service.</string>
|
|
<key>UIApplicationSupportsIndirectInputEvents</key>
|
|
<true/>
|
|
<key>UIBackgroundModes</key>
|
|
<array>
|
|
<string>fetch</string>
|
|
<string>remote-notification</string>
|
|
</array>
|
|
<key>UILaunchStoryboardName</key>
|
|
<string>LaunchScreen</string>
|
|
<key>UIMainStoryboardFile</key>
|
|
<string>Main</string>
|
|
<key>UIStatusBarHidden</key>
|
|
<false/>
|
|
<key>UIStatusBarStyle</key>
|
|
<string></string>
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
<array>
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
</array>
|
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
|
<array>
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
</array>
|
|
<key>UNUserNotificationCenterDelegate</key>
|
|
<string>YES</string>
|
|
</dict>
|
|
</plist>
|