Source code for the WriteFreely SwiftUI app for iOS, iPadOS, and macOS
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.
 
 
 

53 lines
1.6 KiB

  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>$(DEVELOPMENT_LANGUAGE)</string>
  7. <key>CFBundleDisplayName</key>
  8. <string>WriteFreely</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>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
  19. <key>CFBundleShortVersionString</key>
  20. <string>$(MARKETING_VERSION)</string>
  21. <key>CFBundleVersion</key>
  22. <string>$(CURRENT_PROJECT_VERSION)</string>
  23. <key>LSRequiresIPhoneOS</key>
  24. <true/>
  25. <key>UIApplicationSceneManifest</key>
  26. <dict>
  27. <key>UIApplicationSupportsMultipleScenes</key>
  28. <true/>
  29. </dict>
  30. <key>UIApplicationSupportsIndirectInputEvents</key>
  31. <true/>
  32. <key>UILaunchScreen</key>
  33. <dict/>
  34. <key>UIRequiredDeviceCapabilities</key>
  35. <array>
  36. <string>armv7</string>
  37. </array>
  38. <key>UISupportedInterfaceOrientations</key>
  39. <array>
  40. <string>UIInterfaceOrientationPortrait</string>
  41. <string>UIInterfaceOrientationLandscapeLeft</string>
  42. <string>UIInterfaceOrientationLandscapeRight</string>
  43. </array>
  44. <key>UISupportedInterfaceOrientations~ipad</key>
  45. <array>
  46. <string>UIInterfaceOrientationPortrait</string>
  47. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  48. <string>UIInterfaceOrientationLandscapeLeft</string>
  49. <string>UIInterfaceOrientationLandscapeRight</string>
  50. </array>
  51. </dict>
  52. </plist>