Source code for the WriteFreely SwiftUI app for iOS, iPadOS, and macOS
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

53 linhas
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>