You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 satır
1.4KB

  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>Example</string>
  7. <key>CFBundleIdentifier</key>
  8. <string>companyName.Example</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>13.0</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>UIInterfaceOrientationPortraitUpsideDown</string>
  32. <string>UIInterfaceOrientationLandscapeLeft</string>
  33. <string>UIInterfaceOrientationLandscapeRight</string>
  34. </array>
  35. <key>UISupportedInterfaceOrientations~ipad</key>
  36. <array>
  37. <string>UIInterfaceOrientationPortrait</string>
  38. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  39. <string>UIInterfaceOrientationLandscapeLeft</string>
  40. <string>UIInterfaceOrientationLandscapeRight</string>
  41. </array>
  42. <key>UIStatusBarHidden</key>
  43. <true/>
  44. <key>UIViewControllerBasedStatusBarAppearance</key>
  45. <false/>
  46. </dict>
  47. </plist>