123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?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>ctjt_flutter</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>NSAppleMusicUsageDescription</key>
- <string>App需要您的同意,才能访问音乐,以便控制音频播放。</string>
- <key>NSCalendarsUsageDescription</key>
- <string>App需要您的同意,才能访问日历,以便读取时间信息。</string>
- <key>NSContactsUsageDescription</key>
- <string>App需要您的同意,才能访问通讯录,以便访问联系人相关信息。</string>
- <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
- <string>App需要您的同意,才能访问位置信息。</string>
- <key>NSLocationAlwaysUsageDescription</key>
- <string>App需要您的同意,才能访问位置信息。</string>
- <key>NSLocationWhenInUseUsageDescription</key>
- <string>App需要您的同意,才能访问位置信息。</string>
- <key>NSMotionUsageDescription</key>
- <string>App需要您的同意,才能访问位移传感器,以便适配界面显示。</string>
- <key>NSSpeechRecognitionUsageDescription</key>
- <string>App需要您的同意,才能访问语音识别,以便支持语音输入。</string>
- <key>NSCameraUsageDescription</key>
- <string>授权摄像头权限才能正常视频通话</string>
- <key>NSMicrophoneUsageDescription</key>
- <string>授权麦克风权限才能正常语音通话</string>
- <key>NSPhotoLibraryUsageDescription</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/>
- </dict>
- </plist>
|