Info.plist 784 B

1234567891011121314151617181920212223
  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>GemstoneHunter</string>
  7. <key>CFBundleIdentifier</key>
  8. <string>com.cartblanche.gemstonehunter</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>UISupportedInterfaceOrientations</key>
  16. <array>
  17. <string>UIInterfaceOrientationLandscapeLeft</string>
  18. <string>UIInterfaceOrientationLandscapeRight</string>
  19. </array>
  20. <key>UIRequiresFullScreen</key>
  21. <true/>
  22. </dict>
  23. </plist>