|
|
@@ -2,44 +2,85 @@
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
<plist version="1.0">
|
|
|
<dict>
|
|
|
- <key>CFBundleDevelopmentRegion</key>
|
|
|
- <string>$(DEVELOPMENT_LANGUAGE)</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>fffmpeg_example</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/>
|
|
|
- <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>
|
|
|
- <key>UIViewControllerBasedStatusBarAppearance</key>
|
|
|
- <false/>
|
|
|
+ <key>BGTaskSchedulerPermittedIdentifiers</key>
|
|
|
+ <array>
|
|
|
+ <string>com.i2.School.refresh</string>
|
|
|
+ <string>com.i2.School.cleaning_db</string>
|
|
|
+ </array>
|
|
|
+ <key>CFBundleDevelopmentRegion</key>
|
|
|
+ <string>$(DEVELOPMENT_LANGUAGE)</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>fffmpeg_example</string>
|
|
|
+ <key>CFBundlePackageType</key>
|
|
|
+ <string>APPL</string>
|
|
|
+ <key>CFBundleShortVersionString</key>
|
|
|
+ <string>$(MARKETING_VERSION)</string>
|
|
|
+ <key>CFBundleSignature</key>
|
|
|
+ <string>????</string>
|
|
|
+ <key>CFBundleVersion</key>
|
|
|
+ <string>$(CURRENT_PROJECT_VERSION)</string>
|
|
|
+ <key>FDMaximumConcurrentTasks</key>
|
|
|
+ <integer>5</integer>
|
|
|
+ <key>LSRequiresIPhoneOS</key>
|
|
|
+ <true/>
|
|
|
+ <key>NSAppTransportSecurity</key>
|
|
|
+ <dict>
|
|
|
+ <key>NSAllowsArbitraryLoads</key>
|
|
|
+ <true/>
|
|
|
+ </dict>
|
|
|
+ <key>NSAppleMusicUsageDescription</key>
|
|
|
+ <string>App需要您的同意,才能读取媒体资料库</string>
|
|
|
+ <key>NSCalendarsUsageDescription</key>
|
|
|
+ <string>App需要您的同意,才能使用日历</string>
|
|
|
+ <key>NSCameraUsageDescription</key>
|
|
|
+ <string>App需要您的同意,才能访问相机</string>
|
|
|
+ <key>NSContactsUsageDescription</key>
|
|
|
+ <string>App需要您的同意,才能访问通讯录</string>
|
|
|
+ <key>NSLocationAlwaysUsageDescription</key>
|
|
|
+ <string>App需要您的同意,才能始终访问位置</string>
|
|
|
+ <key>NSLocationUsageDescription</key>
|
|
|
+ <string>App需要您的同意,才能访问位置</string>
|
|
|
+ <key>NSLocationWhenInUseUsageDescription</key>
|
|
|
+ <string>App需要您的同意,才能在使用期间访问位置</string>
|
|
|
+ <key>NSMicrophoneUsageDescription</key>
|
|
|
+ <string>App需要您的同意,才能访问麦克风</string>
|
|
|
+ <key>NSMotionUsageDescription</key>
|
|
|
+ <string>App需要您的同意,才能访问运动与健身</string>
|
|
|
+ <key>NSPhotoLibraryAddUsageDescription</key>
|
|
|
+ <string>App需要您的同意,才能访问相册</string>
|
|
|
+ <key>NSPhotoLibraryUsageDescription</key>
|
|
|
+ <string>App需要您的同意,才能访问相册</string>
|
|
|
+ <key>NSSpeechRecognitionUsageDescription</key>
|
|
|
+ <string>App需要您的同意,才能使用语音识别</string>
|
|
|
+ <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>
|
|
|
+ <key>UIViewControllerBasedStatusBarAppearance</key>
|
|
|
+ <false/>
|
|
|
+ <key>io.flutter.embedded_views_preview</key>
|
|
|
+ <true/>
|
|
|
+ <key>kTCCServiceMediaLibrary</key>
|
|
|
+ <string>是否允许此App使用音乐?</string>
|
|
|
</dict>
|
|
|
+
|
|
|
</plist>
|