| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- <?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>CFBundleAllowMixedLocalizations</key>
- <true/>
- <key>CFBundleDevelopmentRegion</key>
- <string>en</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>$(MARKETING_VERSION)</string>
- <key>CFBundleURLTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleURLName</key>
- <string>weixin</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>wx2a873aba839dbb4b</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleURLName</key>
- <string>chmoModel</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>chmoModel</string>
- </array>
- </dict>
- </array>
- <key>CFBundleVersion</key>
- <string>$(CURRENT_PROJECT_VERSION)</string>
- <key>ITSAppUsesNonExemptEncryption</key>
- <false/>
- <key>LSApplicationCategoryType</key>
- <string></string>
- <key>LSRequiresIPhoneOS</key>
- <true/>
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsArbitraryLoads</key>
- <true/>
- </dict>
- <key>NSBluetoothPeripheralUsageDescription</key>
- <string>是否允许千模使用蓝牙?</string>
- <key>NSCameraUsageDescription</key>
- <string>是否允许千模使用你的相机,以便你视频聊天和拍照上传图片等</string>
- <key>NSContactsUsageDescription</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>UIMainStoryboardFile</key>
- <string>Main</string>
- <key>UIRequiredDeviceCapabilities</key>
- <array>
- <string>armv7</string>
- </array>
- <key>UISupportedInterfaceOrientations</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- </array>
- <key>UIUserInterfaceStyle</key>
- <string>Light</string>
- <key>UIViewControllerBasedStatusBarAppearance</key>
- <true/>
- </dict>
- </plist>
|