Info.plist 944 B

12345678910111213141516171819202122232425262728
  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>CFBundleDisplayName</key>
  6. <string>XNA2DShaderExamples</string>
  7. <key>CFBundleIdentifier</key>
  8. <string>com.example.xna2dshaderexamples</string>
  9. <key>CFBundleVersion</key>
  10. <string>1.0</string>
  11. <key>CFBundleShortVersionString</key>
  12. <string>1.0</string>
  13. <key>UILaunchStoryboardName</key>
  14. <string>LaunchScreen</string>
  15. <key>LSRequiresIPhoneOS</key>
  16. <true/>
  17. <key>UIRequiredDeviceCapabilities</key>
  18. <array>
  19. <string>armv7</string>
  20. </array>
  21. <key>UISupportedInterfaceOrientations</key>
  22. <array>
  23. <string>UIInterfaceOrientationPortrait</string>
  24. <string>UIInterfaceOrientationLandscapeLeft</string>
  25. <string>UIInterfaceOrientationLandscapeRight</string>
  26. </array>
  27. </dict>
  28. </plist>