2023-09-08 11:50:21 +02:00
|
|
|
<?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>
|
2024-01-29 23:51:25 +01:00
|
|
|
<key>CADisableMinimumFrameDurationOnPhone</key>
|
|
|
|
<true/>
|
2023-09-08 11:50:21 +02:00
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
|
|
|
<key>CFBundleDisplayName</key>
|
|
|
|
<string>Prasule</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>prasule</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
|
|
|
<string>$(FLUTTER_BUILD_NAME)</string>
|
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>????</string>
|
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
<string>$(FLUTTER_BUILD_NUMBER)</string>
|
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
<true/>
|
2024-01-29 23:51:25 +01:00
|
|
|
<key>NSCameraUsageDescription</key>
|
|
|
|
<string>Used for data import from pictures</string>
|
|
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
|
|
<string>Used for data import from pictures</string>
|
|
|
|
<key>UIApplicationSupportsIndirectInputEvents</key>
|
|
|
|
<true/>
|
2023-09-08 11:50:21 +02:00
|
|
|
<key>UILaunchStoryboardName</key>
|
|
|
|
<string>LaunchScreen</string>
|
|
|
|
<key>UIMainStoryboardFile</key>
|
|
|
|
<string>Main</string>
|
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
|
</array>
|
|
|
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
|
</array>
|
2024-01-29 23:51:25 +01:00
|
|
|
<key>UTExportedTypeDeclarations</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>UTTypeDescription</key>
|
|
|
|
<string></string>
|
|
|
|
<key>UTTypeIconFiles</key>
|
|
|
|
<array/>
|
|
|
|
<key>UTTypeTagSpecification</key>
|
|
|
|
<dict/>
|
|
|
|
</dict>
|
|
|
|
</array>
|
2023-09-08 11:50:21 +02:00
|
|
|
</dict>
|
|
|
|
</plist>
|