2024-11-08 16:09:46 +00: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">
|
2024-11-09 17:04:39 +00:00
|
|
|
<dict>
|
2024-11-20 16:18:11 +00:00
|
|
|
<key>CADisableMinimumFrameDurationOnPhone</key>
|
|
|
|
<true/>
|
2024-11-09 17:04:39 +00:00
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
|
|
|
<key>CFBundleDisplayName</key>
|
2024-11-13 13:36:28 +00:00
|
|
|
<string>Solian</string>
|
2024-11-09 17:04:39 +00:00
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
2024-11-20 16:18:11 +00:00
|
|
|
<key>CFBundleLocalizations</key>
|
|
|
|
<array>
|
|
|
|
<string>en</string>
|
|
|
|
<string>zh_CN</string>
|
|
|
|
</array>
|
2024-11-09 17:04:39 +00:00
|
|
|
<key>CFBundleName</key>
|
2024-11-13 13:36:28 +00:00
|
|
|
<string>Solian</string>
|
2024-11-09 17:04:39 +00:00
|
|
|
<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>
|
2024-11-20 16:18:11 +00:00
|
|
|
<key>ITSAppUsesNonExemptEncryption</key>
|
|
|
|
<false/>
|
2024-11-09 17:04:39 +00:00
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
<true/>
|
2024-11-20 16:18:11 +00:00
|
|
|
<key>NSCameraUsageDescription</key>
|
|
|
|
<string>Grant access to Photo Library will allow Solian take photo or video for your post.</string>
|
|
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
|
|
<string>Grant access to Photo Library will allow Solian record audio for your post.</string>
|
2024-12-07 16:25:53 +00:00
|
|
|
<key>NSPhotoLibraryAddUsageDescription</key>
|
|
|
|
<string>Grant access to Photo Library will allow Solian download photo to album for you.</string>
|
2024-12-10 16:31:37 +00:00
|
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
|
|
<string>Grant access to Photo Library will allow Solian upload photo or video for your post.</string>
|
|
|
|
<key>NSUserActivityTypes</key>
|
|
|
|
<array>
|
|
|
|
<string>INSendMessageIntent</string>
|
|
|
|
</array>
|
2024-11-20 16:18:11 +00:00
|
|
|
<key>UIApplicationSupportsIndirectInputEvents</key>
|
|
|
|
<true/>
|
|
|
|
<key>UIBackgroundModes</key>
|
|
|
|
<array>
|
|
|
|
<string>fetch</string>
|
|
|
|
<string>remote-notification</string>
|
2024-11-24 16:05:49 +00:00
|
|
|
<string>audio</string>
|
|
|
|
<string>voip</string>
|
2024-11-20 16:18:11 +00:00
|
|
|
</array>
|
2024-11-09 17:04:39 +00:00
|
|
|
<key>UILaunchStoryboardName</key>
|
|
|
|
<string>LaunchScreen</string>
|
|
|
|
<key>UIMainStoryboardFile</key>
|
|
|
|
<string>Main</string>
|
2024-11-20 16:18:11 +00:00
|
|
|
<key>UIStatusBarHidden</key>
|
|
|
|
<false/>
|
2024-11-09 17:04:39 +00:00
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
|
</array>
|
2024-12-15 04:10:45 +00:00
|
|
|
<key>AppGroupId</key>
|
|
|
|
<string>group.solsynth.solian</string>
|
2024-11-09 17:04:39 +00:00
|
|
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
|
</array>
|
2024-12-15 04:10:45 +00:00
|
|
|
<key>CFBundleURLTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Editor</string>
|
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
<array>
|
|
|
|
<string>ShareMedia-$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</array>
|
2024-11-09 17:04:39 +00:00
|
|
|
</dict>
|
2024-11-08 16:09:46 +00:00
|
|
|
</plist>
|