Crossplatform App der Caritas (Versuch).
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.

Info.plist 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839
  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>UIDeviceFamily</key>
  6. <array>
  7. <integer>1</integer>
  8. <integer>2</integer>
  9. </array>
  10. <key>UISupportedInterfaceOrientations</key>
  11. <array>
  12. <string>UIInterfaceOrientationPortrait</string>
  13. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  14. <string>UIInterfaceOrientationLandscapeLeft</string>
  15. <string>UIInterfaceOrientationLandscapeRight</string>
  16. </array>
  17. <key>UISupportedInterfaceOrientations~ipad</key>
  18. <array>
  19. <string>UIInterfaceOrientationPortrait</string>
  20. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  21. <string>UIInterfaceOrientationLandscapeLeft</string>
  22. <string>UIInterfaceOrientationLandscapeRight</string>
  23. </array>
  24. <key>MinimumOSVersion</key>
  25. <string>8.0</string>
  26. <key>CFBundleDisplayName</key>
  27. <string>CaritasApp</string>
  28. <key>CFBundleIdentifier</key>
  29. <string>ch.integrate.caritasapp</string>
  30. <key>CFBundleName</key>
  31. <string>CaritasApp</string>
  32. <key>XSAppIconAssets</key>
  33. <string>Assets.xcassets/AppIcon.appiconset</string>
  34. <key>CFBundleVersion</key>
  35. <string>1.0</string>
  36. <key>CFBundleShortVersionString</key>
  37. <string>1.0</string>
  38. </dict>
  39. </plist>