Files
GSFV2/gsf/ios/Runner/Info.plist
2024-04-22 12:09:56 +05:30

114 lines
4.0 KiB
Plaintext

<?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>BGTaskSchedulerPermittedIdentifiers</key>
<array>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
</array>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Getsetfit</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>getsetfit</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.4.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>wdipl.gsf.scaletest2</string>
<key>CFBundleURLSchemes</key>
<array>
<string>gsf</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppleMusicUsageDescription</key>
<string>Getsetfit user mobile libarary for update profile</string>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>Allow Getsetfit to aceess bluetooth to connect with sacle for biomatric</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>Getsetfit Bluetooth requires this permission to connect the scale</string>
<key>NSCalendarsUsageDescription</key>
<string>Getsetfit use calendar to get current datetime</string>
<key>NSCameraUsageDescription</key>
<string>To capture profile photo please grant camera access</string>
<key>NSHealthShareUsageDescription</key>
<string>We will sync your data with the Apple Health app to give you better insights</string>
<key>NSHealthUpdateUsageDescription</key>
<string>We will sync your data with the Apple Health app to give you better insights</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>Allow Getsetfit to find, connect to and determine the realtive position of nearby device</string>
<key>NSLocationUsageDescription</key>
<string>Getsetfit use Location to determine the near by devices</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Getsetfit needs to access location to find nearbe devices</string>
<key>NSMicrophoneUsageDescription</key>
<string>Getsetfit access to Microphone access</string>
<key>NSMotionUsageDescription</key>
<string>This application tracks your steps</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Getsetfit get write-only access to the user photo library</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Allow access to photo library</string>
<key>NSSpeechRecognitionUsageDescription</key>
<string>sprecg</string>
<key>NSFaceIDUsageDescription</key>
<string>For user authentication</string>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>UIBackgroundModes</key>
<array>
<string>processing</string>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UIRequiresFullScreen</key>
<false/>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleDarkContent</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>branch_key</key>
<dict>
<key>live</key>
<string>key_live_oEih3MwUt9Gn9S0LKaoG6jfovAedOTUv</string>
</dict>
<key>branch_universal_link_domains</key>
<array>
<string>gsf019y3.app.link</string>
<string>gsf019y3-alternate.app.link</string>
</array>
</dict>
</plist>