Info.plist 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>BuildMachineOSBuild</key>
  6. <string>23D60</string>
  7. <key>CADisableMinimumFrameDurationOnPhone</key>
  8. <true/>
  9. <key>CFBundleDevelopmentRegion</key>
  10. <string>en</string>
  11. <key>CFBundleDisplayName</key>
  12. <string>多端测试应用</string>
  13. <key>CFBundleExecutable</key>
  14. <string>demo</string>
  15. <key>CFBundleIcons</key>
  16. <dict>
  17. <key>CFBundlePrimaryIcon</key>
  18. <dict>
  19. <key>CFBundleIconFiles</key>
  20. <array>
  21. <string>AppIcon60x60</string>
  22. </array>
  23. <key>CFBundleIconName</key>
  24. <string>AppIcon</string>
  25. </dict>
  26. </dict>
  27. <key>CFBundleIcons~ipad</key>
  28. <dict>
  29. <key>CFBundlePrimaryIcon</key>
  30. <dict>
  31. <key>CFBundleIconFiles</key>
  32. <array>
  33. <string>AppIcon60x60</string>
  34. <string>AppIcon76x76</string>
  35. </array>
  36. <key>CFBundleIconName</key>
  37. <string>AppIcon</string>
  38. </dict>
  39. </dict>
  40. <key>CFBundleIdentifier</key>
  41. <string>com.tencent.devtoolssaaademo.db</string>
  42. <key>CFBundleInfoDictionaryVersion</key>
  43. <string>6.0</string>
  44. <key>CFBundleName</key>
  45. <string>多端测试应用</string>
  46. <key>CFBundlePackageType</key>
  47. <string>APPL</string>
  48. <key>CFBundleShortVersionString</key>
  49. <string>0.0.1</string>
  50. <key>CFBundleSupportedPlatforms</key>
  51. <array>
  52. <string>iPhoneOS</string>
  53. </array>
  54. <key>CFBundleURLTypes</key>
  55. <array>
  56. <dict>
  57. <key>CFBundleTypeRole</key>
  58. <string>Editor</string>
  59. <key>CFBundleURLName</key>
  60. <string>weixin</string>
  61. <key>CFBundleURLSchemes</key>
  62. <array>
  63. <string>wx57a7c783f9e8e677</string>
  64. </array>
  65. </dict>
  66. </array>
  67. <key>CFBundleVersion</key>
  68. <string>100</string>
  69. <key>DTCompiler</key>
  70. <string>com.apple.compilers.llvm.clang.1_0</string>
  71. <key>DTPlatformBuild</key>
  72. <string>21C52</string>
  73. <key>DTPlatformName</key>
  74. <string>iphoneos</string>
  75. <key>DTPlatformVersion</key>
  76. <string>17.2</string>
  77. <key>DTSDKBuild</key>
  78. <string>21C52</string>
  79. <key>DTSDKName</key>
  80. <string>iphoneos17.2</string>
  81. <key>DTXcode</key>
  82. <string>1520</string>
  83. <key>DTXcodeBuild</key>
  84. <string>15C500b</string>
  85. <key>LSApplicationQueriesSchemes</key>
  86. <array>
  87. <string>weixin</string>
  88. <string>weixinULAPI</string>
  89. <string>wx7015</string>
  90. <string>weixinURLParamsAPI</string>
  91. <string>sosomap</string>
  92. <string>qqmap</string>
  93. <string>comgooglemaps</string>
  94. <string>iosamap</string>
  95. <string>baidumap</string>
  96. <string>sgmap</string>
  97. </array>
  98. <key>LSRequiresIPhoneOS</key>
  99. <true/>
  100. <key>MinimumOSVersion</key>
  101. <string>13.0</string>
  102. <key>NSAppTransportSecurity</key>
  103. <dict>
  104. <key>NSAllowsArbitraryLoads</key>
  105. <true/>
  106. </dict>
  107. <key>NSLocationUsageDescription</key>
  108. <string>Allow Demo Use your Location.</string>
  109. <key>UIDeviceFamily</key>
  110. <array>
  111. <integer>1</integer>
  112. </array>
  113. <key>UILaunchStoryboardName</key>
  114. <string>LaunchScreen</string>
  115. <key>UIMainStoryboardFile</key>
  116. <string>Main</string>
  117. <key>UIRequiredDeviceCapabilities</key>
  118. <array>
  119. <string>arm64</string>
  120. </array>
  121. <key>UISplashScreenImageName</key>
  122. <string>LaunchScreen-000000000000</string>
  123. <key>UISupportedInterfaceOrientations</key>
  124. <array>
  125. <string>UIInterfaceOrientationPortrait</string>
  126. <string>UIInterfaceOrientationLandscapeLeft</string>
  127. <string>UIInterfaceOrientationLandscapeRight</string>
  128. </array>
  129. <key>UISupportedInterfaceOrientations~ipad</key>
  130. <array>
  131. <string>UIInterfaceOrientationPortrait</string>
  132. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  133. <string>UIInterfaceOrientationLandscapeLeft</string>
  134. <string>UIInterfaceOrientationLandscapeRight</string>
  135. </array>
  136. <key>UIViewControllerBasedStatusBarAppearance</key>
  137. <false/>
  138. <key>UIBackgroundModes</key>
  139. <array/>
  140. </dict>
  141. </plist>