83 lines
2.8 KiB
Objective-C
83 lines
2.8 KiB
Objective-C
<?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>CFBundleDevelopmentRegion</key>
|
||
<string>$(DEVELOPMENT_LANGUAGE)</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>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
||
<key>CFBundleShortVersionString</key>
|
||
<string>1.0</string>
|
||
<key>CFBundleURLTypes</key>
|
||
<array>
|
||
<dict>
|
||
<key>CFBundleTypeRole</key>
|
||
<string>Editor</string>
|
||
<key>CFBundleURLName</key>
|
||
<string>weixin</string>
|
||
<key>CFBundleURLSchemes</key>
|
||
<array>
|
||
<string>wx85663af68a0cbbc8</string>
|
||
</array>
|
||
</dict>
|
||
</array>
|
||
<key>CFBundleVersion</key>
|
||
<string>1</string>
|
||
<key>LSApplicationQueriesSchemes</key>
|
||
<array>
|
||
<string>weixin</string>
|
||
<string>weixinULAPI</string>
|
||
</array>
|
||
<key>LSRequiresIPhoneOS</key>
|
||
<true/>
|
||
<key>NSAppTransportSecurity</key>
|
||
<dict>
|
||
<key>NSAllowsArbitraryLoads</key>
|
||
<true/>
|
||
</dict>
|
||
<key>NSBluetoothPeripheralUsageDescription</key>
|
||
<string>是否允许【FinApplet】使用蓝牙?</string>
|
||
<key>NSCalendarsUsageDescription</key>
|
||
<string>是否允许【FinApplet】使用日历?</string>
|
||
<key>NSCameraUsageDescription</key>
|
||
<string>是否允许【FinApplet】使用你的相机?</string>
|
||
<key>NSContactsUsageDescription</key>
|
||
<string>开启同步通讯录信息,可智能补全客户资料。如果系统提示确认权限,请点击“好”。</string>
|
||
<key>NSLocationAlwaysUsageDescription</key>
|
||
<string>我们需要通过您的地理位置信息获取您周边的相关数据</string>
|
||
<key>NSLocationWhenInUseUsageDescription</key>
|
||
<string>我们需要通过您的地理位置信息获取您周边的相关数据</string>
|
||
<key>NSMicrophoneUsageDescription</key>
|
||
<string>是否允许【FinApplet】使用你的麦克风?</string>
|
||
<key>NSPhotoLibraryUsageDescription</key>
|
||
<string>是否允许【FinApplet】使用语相册?</string>
|
||
<key>UILaunchStoryboardName</key>
|
||
<string>LaunchScreen</string>
|
||
<key>UIRequiredDeviceCapabilities</key>
|
||
<array>
|
||
<string>armv7</string>
|
||
</array>
|
||
<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>
|
||
</dict>
|
||
</plist>
|