123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- <?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>BuildMachineOSBuild</key>
- <string>23D60</string>
- <key>CADisableMinimumFrameDurationOnPhone</key>
- <true/>
- <key>CFBundleDevelopmentRegion</key>
- <string>en</string>
- <key>CFBundleDisplayName</key>
- <string>多端测试应用</string>
- <key>CFBundleExecutable</key>
- <string>demo</string>
- <key>CFBundleIcons</key>
- <dict>
- <key>CFBundlePrimaryIcon</key>
- <dict>
- <key>CFBundleIconFiles</key>
- <array>
- <string>AppIcon60x60</string>
- </array>
- <key>CFBundleIconName</key>
- <string>AppIcon</string>
- </dict>
- </dict>
- <key>CFBundleIcons~ipad</key>
- <dict>
- <key>CFBundlePrimaryIcon</key>
- <dict>
- <key>CFBundleIconFiles</key>
- <array>
- <string>AppIcon60x60</string>
- <string>AppIcon76x76</string>
- </array>
- <key>CFBundleIconName</key>
- <string>AppIcon</string>
- </dict>
- </dict>
- <key>CFBundleIdentifier</key>
- <string>com.tencent.devtoolssaaademo.db</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>多端测试应用</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>0.0.1</string>
- <key>CFBundleSupportedPlatforms</key>
- <array>
- <string>iPhoneOS</string>
- </array>
- <key>CFBundleURLTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleURLName</key>
- <string>weixin</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>wx57a7c783f9e8e677</string>
- </array>
- </dict>
- </array>
- <key>CFBundleVersion</key>
- <string>100</string>
- <key>DTCompiler</key>
- <string>com.apple.compilers.llvm.clang.1_0</string>
- <key>DTPlatformBuild</key>
- <string>21C52</string>
- <key>DTPlatformName</key>
- <string>iphoneos</string>
- <key>DTPlatformVersion</key>
- <string>17.2</string>
- <key>DTSDKBuild</key>
- <string>21C52</string>
- <key>DTSDKName</key>
- <string>iphoneos17.2</string>
- <key>DTXcode</key>
- <string>1520</string>
- <key>DTXcodeBuild</key>
- <string>15C500b</string>
- <key>LSApplicationQueriesSchemes</key>
- <array>
- <string>weixin</string>
- <string>weixinULAPI</string>
- <string>wx7015</string>
- <string>weixinURLParamsAPI</string>
- <string>sosomap</string>
- <string>qqmap</string>
- <string>comgooglemaps</string>
- <string>iosamap</string>
- <string>baidumap</string>
- <string>sgmap</string>
- </array>
- <key>LSRequiresIPhoneOS</key>
- <true/>
- <key>MinimumOSVersion</key>
- <string>13.0</string>
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsArbitraryLoads</key>
- <true/>
- </dict>
- <key>NSLocationUsageDescription</key>
- <string>Allow Demo Use your Location.</string>
- <key>UIDeviceFamily</key>
- <array>
- <integer>1</integer>
- </array>
- <key>UILaunchStoryboardName</key>
- <string>LaunchScreen</string>
- <key>UIMainStoryboardFile</key>
- <string>Main</string>
- <key>UIRequiredDeviceCapabilities</key>
- <array>
- <string>arm64</string>
- </array>
- <key>UISplashScreenImageName</key>
- <string>LaunchScreen-000000000000</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>UIViewControllerBasedStatusBarAppearance</key>
- <false/>
- <key>UIBackgroundModes</key>
- <array/>
- </dict>
- </plist>
|