1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- <?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>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsArbitraryLoads</key>
- <true/>
- </dict>
- <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>$(PRODUCT_NAME)</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>1.0</string>
- <key>CFBundleVersion</key>
- <string>1</string>
- <key>LSRequiresIPhoneOS</key>
- <true/>
- <key>UIMainStoryboardFile</key>
- <string>Main</string>
- <key>UIRequiredDeviceCapabilities</key>
- <array>
- <string>armv7</string>
- </array>
- <key>NSCameraUsageDescription</key>
- <string>允许顾家服务获取您的摄像头权限,以便发送图片动态</string>
- <key>NSContactsUsageDescription</key>
- <string>允许顾家服务获取您的通讯录权限,方便录入客户信息</string>
- <key>NSFaceIDUsageDescription</key>
- <string>允许顾家服务使用FaceID,以便用于支付安全</string>
- <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
- <string>允许顾家服务获取您当前的位置,方便根据区域向您推荐文章</string>
- <key>NSLocationAlwaysUsageDescription</key>
- <string>允许顾家服务获取您当前的位置,方便根据区域向您推荐文章</string>
- <key>NSLocationUsageDescription</key>
- <string>允许顾家服务获取您当前的位置,方便根据区域向您推荐文章</string>
- <key>NSLocationWhenInUseUsageDescription</key>
- <string>允许顾家服务获取您当前的位置,方便根据区域向您推荐文章</string>
- <key>NSMicrophoneUsageDescription</key>
- <string>允许顾家服务获取您的麦克风权限,方便获取语音信息</string>
- <key>NSPhotoLibraryAddUsageDescription</key>
- <string>允许顾家服务获取您的相册权限,以便发送图片动态</string>
- <key>NSPhotoLibraryUsageDescription</key>
- <string>允许顾家服务获取您的相册权限,以便发送图片动态</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>LSApplicationQueriesSchemes</key>
- <array>
- <string>weixinULAPI</string>
- <string>weixin</string>
- </array>
- <key>CFBundleURLTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleURLName</key>
- <string></string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>GujiaUserAliPay</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleURLName</key>
- <string>weixin</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>wxc6e7176f9e9cb6b5</string>
- </array>
- </dict>
- </array>
- </dict>
- </plist>
|