| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- <?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>CADisableMinimumFrameDurationOnPhone</key>
- <true/>
- <key>CFBundleDevelopmentRegion</key>
- <string>$(DEVELOPMENT_LANGUAGE)</string>
- <key>CFBundleDisplayName</key>
- <string>新华新消费</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>新华新消费</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>1.6.0</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleURLTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleURLName</key>
- <string>weixin</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>wxa8a911c3f63cd6df</string>
- </array>
- </dict>
- </array>
- <key>CFBundleVersion</key>
- <string>16</string>
- <key>LSApplicationQueriesSchemes</key>
- <array>
- <string>weixinULAPI</string>
- <string>weixin</string>
- <string>wechat</string>
- </array>
- <key>LSRequiresIPhoneOS</key>
- <true/>
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsLocalNetworking</key>
- <true/>
- </dict>
- <key>NSCameraUsageDescription</key>
- <string>APP需要您的同意,才能使用摄像头,以便于相机拍摄,上传、发布照片</string>
- <key>NSMicrophoneUsageDescription</key>
- <string>APP需要您的同意,才能访问麦克风,以便于提供语音录制/通话功能</string>
- <key>NSPhotoLibraryAddUsageDescription</key>
- <string>APP需要您的同意,才能访问相册,以便于保存图片</string>
- <key>NSPhotoLibraryUsageDescription</key>
- <string>APP需要您的同意,才能访问相册,以便于图片选取、上传、发布</string>
- <key>UIApplicationSceneManifest</key>
- <dict>
- <key>UIApplicationSupportsMultipleScenes</key>
- <false/>
- <key>UISceneConfigurations</key>
- <dict>
- <key>UIWindowSceneSessionRoleApplication</key>
- <array>
- <dict>
- <key>UISceneClassName</key>
- <string>UIWindowScene</string>
- <key>UISceneConfigurationName</key>
- <string>flutter</string>
- <key>UISceneDelegateClassName</key>
- <string>FlutterSceneDelegate</string>
- <key>UISceneStoryboardFile</key>
- <string>Main</string>
- </dict>
- </array>
- </dict>
- </dict>
- <key>UIApplicationSupportsIndirectInputEvents</key>
- <true/>
- <key>UILaunchStoryboardName</key>
- <string>LaunchScreen</string>
- <key>UIMainStoryboardFile</key>
- <string>Main</string>
- <key>UIRequiresFullScreen</key>
- <true/>
- <key>UIStatusBarStyle</key>
- <string></string>
- <key>UISupportedInterfaceOrientations</key>
- <array>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- <string>UIInterfaceOrientationPortrait</string>
- </array>
- </dict>
- </plist>
|