您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

Info.plist 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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>CFBundleName</key>
  6. <string>DocX Test</string>
  7. <key>CFBundleIdentifier</key>
  8. <string>com.managingsoftware.docx.docx-ios-test</string>
  9. <key>CFBundleShortVersionString</key>
  10. <string>1.0</string>
  11. <key>CFBundleVersion</key>
  12. <string>1.0</string>
  13. <key>LSRequiresIPhoneOS</key>
  14. <true/>
  15. <key>MinimumOSVersion</key>
  16. <string>9.3</string>
  17. <key>UIDeviceFamily</key>
  18. <array>
  19. <integer>1</integer>
  20. <integer>2</integer>
  21. </array>
  22. <key>UILaunchStoryboardName</key>
  23. <string>LaunchScreen</string>
  24. <key>UIRequiredDeviceCapabilities</key>
  25. <array>
  26. <string>armv7</string>
  27. </array>
  28. <key>UISupportedInterfaceOrientations</key>
  29. <array>
  30. <string>UIInterfaceOrientationPortrait</string>
  31. <string>UIInterfaceOrientationLandscapeLeft</string>
  32. <string>UIInterfaceOrientationLandscapeRight</string>
  33. </array>
  34. <key>UISupportedInterfaceOrientations~ipad</key>
  35. <array>
  36. <string>UIInterfaceOrientationPortrait</string>
  37. <string>UIInterfaceOrientationLandscapeLeft</string>
  38. <string>UIInterfaceOrientationLandscapeRight</string>
  39. </array>
  40. <key>XSAppIconAssets</key>
  41. <string>Resources/Images.xcassets/AppIcons.appiconset</string>
  42. </dict>
  43. </plist>