You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
3.4 KiB
74 lines
3.4 KiB
<?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>dating_touchme_app</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>$(FLUTTER_BUILD_NAME)</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>CFBundleURLTypes</key>
|
|
<array/>
|
|
<key>CFBundleVersion</key>
|
|
<string>$(FLUTTER_BUILD_NUMBER)</string>
|
|
<key>LSApplicationQueriesSchemes</key>
|
|
<array>
|
|
<string>weixin</string>
|
|
<string>weixinULAPI</string>
|
|
<string>weixinURLParamsAPI</string>
|
|
</array>
|
|
<key>LSRequiresIPhoneOS</key>
|
|
<true/>
|
|
<key>NSAppTransportSecurity</key>
|
|
<dict>
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
<true/>
|
|
<key>NSAllowsArbitraryLoadsInWebContent</key>
|
|
<true/>
|
|
</dict>
|
|
<key>NSCameraUsageDescription</key>
|
|
<string>趣恋恋需要访问您的相机,以便您能够拍摄个人资料头像照片和与好友聊天时发送的照片。例如,当您上传个人头像时,可以直接拍摄照片进行上传;在与好友聊天时,可以拍摄照片进行分享。我们不会在未经您同意的情况下使用您的相机。</string>
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
<string>趣恋恋需要访问您的麦克风,以便您能够录制语音消息进行语音交流。例如,发送语音消息时进行录音。我们不会在未经您同意的情况下使用您的麦克风。</string>
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
<string>趣恋恋需要访问您的照片库,以便您能够选择个人资料照片和与好友聊天时分享的图片。例如,当您设置个人头像时,可以从相册中选择照片;在与好友聊天时,可以从相册中选择图片进行分享。我们只会访问您主动选择的照片,不会访问您的其他照片。</string>
|
|
<key>NSPhotoLibraryAddUsageDescription</key>
|
|
<string>趣恋恋需要访问您的照片库,以便您能够保存聊天中收到的图片和视频到相册。例如,当您收到好友发送的精美图片时,可以将其保存到相册以便随时查看。我们只会保存您主动选择保存的图片,不会修改或删除您的其他照片。</string>
|
|
<key>NSLocationWhenInUseUsageDescription</key>
|
|
<string>需要获取您的位置信息以提供同城匹配服务</string>
|
|
<key>UIApplicationSupportsIndirectInputEvents</key>
|
|
<true/>
|
|
<key>UILaunchStoryboardName</key>
|
|
<string>LaunchScreen</string>
|
|
<key>UIMainStoryboardFile</key>
|
|
<string>Main</string>
|
|
<key>UIStatusBarHidden</key>
|
|
<false/>
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
<array>
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
</array>
|
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
|
<array>
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|