<?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>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>萝卜丝Demo</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>NSAppTransportSecurity</key> <dict> <key>NSAllowsArbitraryLoads</key> <true/> </dict> <key>NSAppleMusicUsageDescription</key> <string>$(PRODUCT_NAME) 需要读取音乐</string> <key>NSCalendarsUsageDescription</key> <string>$(PRODUCT_NAME) 需要读取日历</string> <key>NSCameraUsageDescription</key> <string>$(PRODUCT_NAME) 拍照并发送图片</string> <key>NSContactsUsageDescription</key> <string>$(PRODUCT_NAME) 需要读取联系人推荐好友</string> <key>NSLocationAlwaysAndWhenInUseUsageDescription</key> <string>地图功能需要您的定位服务,否则无法使用,如果您需要使用后台定位功能请选择“始终允许”。</string> <key>NSLocationAlwaysUsageDescription</key> <string>地图功能需要您的定位服务,否则无法使用。</string> <key>NSLocationWhenInUseUsageDescription</key> <string>地图功能需要您的定位服务,否则无法使用。</string> <key>NSMicrophoneUsageDescription</key> <string>$(PRODUCT_NAME) 发送语音</string> <key>NSMotionUsageDescription</key> <string>$(PRODUCT_NAME) 需要读取运动健身</string> <key>NSPhotoLibraryAddUsageDescription</key> <string>$(PRODUCT_NAME) 发送图片</string> <key>NSPhotoLibraryUsageDescription</key> <string>$(PRODUCT_NAME) 发送图片</string> <key>NSSpeechRecognitionUsageDescription</key> <string>$(PRODUCT_NAME) 需要读取语音识别</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/> </dict> </plist>