|
|
|
|
@ -22,18 +22,36 @@
|
|
|
|
|
<string>????</string>
|
|
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
|
<string>$(FLUTTER_BUILD_NUMBER)</string>
|
|
|
|
|
<key>LSApplicationQueriesSchemes</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>sms</string>
|
|
|
|
|
<string>tel</string>
|
|
|
|
|
<string>mailto</string>
|
|
|
|
|
</array>
|
|
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
|
<true/>
|
|
|
|
|
<key>NSCameraUsageDescription</key>
|
|
|
|
|
<string>This app requires camera access to capture & upload pictures.</string>
|
|
|
|
|
<key>NSFaceIDUsageDescription</key>
|
|
|
|
|
<string>This app requires Face ID to allow biometric authentication for app login.</string>
|
|
|
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
|
|
|
<string>This app requires photo library access to select image as document & upload it.</string>
|
|
|
|
|
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
|
|
|
|
|
<string>This App requires access to your location to mark your attendance.</string>
|
|
|
|
|
<key>NSLocationAlwaysUsageDescription</key>
|
|
|
|
|
<string>This App requires access to your location to mark your attendance.</string>
|
|
|
|
|
<key>NSLocationWhenInUseUsageDescription</key>
|
|
|
|
|
<string>This App requires access to your location to mark your attendance.</string>
|
|
|
|
|
<key>NFCReaderUsageDescription</key>
|
|
|
|
|
<string>This App requires access to NFC to mark your attendance.</string>
|
|
|
|
|
<key>UIBackgroundModes</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>remote-notification</string>
|
|
|
|
|
</array>
|
|
|
|
|
<key>UILaunchStoryboardName</key>
|
|
|
|
|
<string>LaunchScreen</string>
|
|
|
|
|
<key>UIMainStoryboardFile</key>
|
|
|
|
|
<string>Main</string>
|
|
|
|
|
<key>NSCameraUsageDescription</key>
|
|
|
|
|
<string>This app requires camera access to capture & upload pictures.</string>
|
|
|
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
|
|
|
<string>This app requires photo library access to select image as document & upload it.</string>
|
|
|
|
|
<key>NSFaceIDUsageDescription</key>
|
|
|
|
|
<string>This app requires Face ID to allow biometric authentication for app login.</string>
|
|
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
|
@ -47,12 +65,6 @@
|
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
|
|
</array>
|
|
|
|
|
<key>LSApplicationQueriesSchemes</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>sms</string>
|
|
|
|
|
<string>tel</string>
|
|
|
|
|
<string>mailto</string>
|
|
|
|
|
</array>
|
|
|
|
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
|
|
|
<false/>
|
|
|
|
|
</dict>
|
|
|
|
|
|