ipu的trunk版ios客户端工程

Info.plist 2.6KB

    <?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>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>8.0</string> <key>CFBundleName</key> <string>$(PRODUCT_NAME)</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> <string>3.0</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleURLTypes</key> <array> <dict> <key>CFBundleTypeRole</key> <string>Editor</string> <key>CFBundleURLName</key> <string>superapp</string> <key>CFBundleURLSchemes</key> <array> <string>superapp</string> </array> </dict> </array> <key>CFBundleVersion</key> <string>1</string> <key>LSApplicationQueriesSchemes</key> <array> <string>assetHelper</string> <string>weixin</string> </array> <key>LSRequiresIPhoneOS</key> <true/> <key>NSAppTransportSecurity</key> <dict> <key>NSAllowsArbitraryLoads</key> <true/> </dict> <key>NSBluetoothPeripheralUsageDescription</key> <string>是否许允“超级客户端”使用蓝牙?</string> <key>NSCalendarsUsageDescription</key> <string>是否允许“超级客户端”使用日历?</string> <key>NSCameraUsageDescription</key> <string>是否允许“超级客户端”使用您的相机?</string> <key>NSContactsUsageDescription</key> <string>是否允许“超级客户端”访问您的通讯录?</string> <key>NSLocationAlwaysUsageDescription</key> <string>是否允许“超级客户端”访问您的地理位置?</string> <key>NSLocationWhenInUseUsageDescription</key> <string>是否允许“超级客户端”访问您的地理位置?</string> <key>NSMicrophoneUsageDescription</key> <string>是否允许“超级客户端”使用您的麦克风?</string> <key>NSPhotoLibraryUsageDescription</key> <string>是否允许“超级客户端”访问您的相册?</string> <key>UIAppFonts</key> <array> <string>fontawesome-webfont.ttf</string> </array> <key>UIBackgroundModes</key> <array> <string>location</string> </array> <key>UILaunchStoryboardName</key> <string>LaunchScreen</string> <key>UIRequiredDeviceCapabilities</key> <array> <string>armv7</string> </array> <key>UISupportedInterfaceOrientations</key> <array> <string>UIInterfaceOrientationPortrait</string> </array> </dict> </plist>