king_kahild_app
haroon amjad 6 days ago
parent 7f9e825a78
commit e4eeedeb11

@ -528,7 +528,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 4;
DEVELOPMENT_TEAM = 686M4Y8589;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
@ -676,7 +676,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 4;
DEVELOPMENT_TEAM = 686M4Y8589;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
@ -715,7 +715,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 4;
DEVELOPMENT_TEAM = 686M4Y8589;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (

@ -30,6 +30,8 @@
<true/>
<key>FIVKSupportVideo</key>
<true/>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>comgooglemaps</string>
@ -40,8 +42,6 @@
<true/>
<key>MinimumOSVersion</key>
<string>11.0</string>
<key>NFCReaderUsageDescription</key>
<string>This app requires NFC Usage access to allow for Online CheckIn for appointments.</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
@ -69,10 +69,6 @@
<string>This app requires contacts access to show incoming virtual consultation request.</string>
<key>NSFaceIDUsageDescription</key>
<string>This app requires Face ID to allow biometric authentication for app login.</string>
<key>NSHealthShareUsageDescription</key>
<string>This App need access to HealthKit to read heart rate &amp; other data from your smart watch.</string>
<key>NSHealthUpdateUsageDescription</key>
<string>This App need access to HealthKit to read heart rate &amp; other data from your smart watch.</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>This App requires access to your location to show the nearest hospitals &amp; ER Locations from your location.</string>
<key>NSLocationAlwaysUsageDescription</key>
@ -95,7 +91,6 @@
<true/>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
<string>fetch</string>
<string>remote-notification</string>
</array>
@ -118,7 +113,5 @@
<false/>
<key>io.flutter.embedded_views_preview</key>
<true/>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
</dict>
</plist>

Loading…
Cancel
Save