Архитектурный шаблон "Мрак в моделях" на нескольких языках и платформах
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.

50 lines
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>CFBundleDevelopmentRegion</key>
  6. <string>en</string>
  7. <key>CFBundleDisplayName</key>
  8. <string>(MM) Memory</string>
  9. <key>CFBundleExecutable</key>
  10. <string>$(EXECUTABLE_NAME)</string>
  11. <key>CFBundleIdentifier</key>
  12. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  13. <key>CFBundleInfoDictionaryVersion</key>
  14. <string>6.0</string>
  15. <key>CFBundleName</key>
  16. <string>$(PRODUCT_NAME)</string>
  17. <key>CFBundlePackageType</key>
  18. <string>APPL</string>
  19. <key>CFBundleShortVersionString</key>
  20. <string>1.0</string>
  21. <key>CFBundleVersion</key>
  22. <string>debug</string>
  23. <key>LSRequiresIPhoneOS</key>
  24. <true/>
  25. <key>NSAppTransportSecurity</key>
  26. <dict>
  27. <key>NSAllowsArbitraryLoads</key>
  28. <true/>
  29. </dict>
  30. <key>UILaunchStoryboardName</key>
  31. <string>LaunchScreen</string>
  32. <key>UIRequiredDeviceCapabilities</key>
  33. <array>
  34. <string>armv7</string>
  35. </array>
  36. <key>UIRequiresFullScreen</key>
  37. <true/>
  38. <key>UIStatusBarStyle</key>
  39. <string>UIStatusBarStyleLightContent</string>
  40. <key>UISupportedInterfaceOrientations</key>
  41. <array>
  42. <string>UIInterfaceOrientationLandscapeLeft</string>
  43. <string>UIInterfaceOrientationLandscapeRight</string>
  44. <string>UIInterfaceOrientationPortrait</string>
  45. </array>
  46. <key>UIViewControllerBasedStatusBarAppearance</key>
  47. <false/>
  48. </dict>
  49. </plist>