Align display name, icon, and launch screen with suixinkan_ios_new, and tolerate nested sale_user and empty travel objects in listv2 responses. Co-authored-by: Cursor <cursoragent@cursor.com>
32 lines
1.0 KiB
Plaintext
32 lines
1.0 KiB
Plaintext
<?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>CFBundleDisplayName</key>
|
|
<string>随心瞰商家版</string>
|
|
<key>NSCameraUsageDescription</key>
|
|
<string>需要访问相机以扫描订单核销二维码</string>
|
|
<key>NSLocationWhenInUseUsageDescription</key>
|
|
<string>需要定位以获取多点位核销打卡点列表</string>
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
<string>需要访问相册以选择头像、身份证和银行卡照片</string>
|
|
<key>UIApplicationSceneManifest</key>
|
|
<dict>
|
|
<key>UIApplicationSupportsMultipleScenes</key>
|
|
<false/>
|
|
<key>UISceneConfigurations</key>
|
|
<dict>
|
|
<key>UIWindowSceneSessionRoleApplication</key>
|
|
<array>
|
|
<dict>
|
|
<key>UISceneConfigurationName</key>
|
|
<string>Default Configuration</string>
|
|
<key>UISceneDelegateClassName</key>
|
|
<string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|