love-ios.plist 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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>${PRODUCT_NAME}</string>
  9. <key>CFBundleDocumentTypes</key>
  10. <array>
  11. <dict>
  12. <key>CFBundleTypeIconFiles</key>
  13. <array>
  14. <string>LoveDocument.icns</string>
  15. </array>
  16. <key>CFBundleTypeName</key>
  17. <string>LÖVE Project</string>
  18. <key>CFBundleTypeRole</key>
  19. <string>Viewer</string>
  20. <key>LSHandlerRank</key>
  21. <string>Owner</string>
  22. <key>LSItemContentTypes</key>
  23. <array>
  24. <string>org.love2d.love-game</string>
  25. </array>
  26. </dict>
  27. </array>
  28. <key>CFBundleExecutable</key>
  29. <string>${EXECUTABLE_NAME}</string>
  30. <key>CFBundleIcons</key>
  31. <dict/>
  32. <key>CFBundleIcons~ipad</key>
  33. <dict/>
  34. <key>CFBundleIdentifier</key>
  35. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  36. <key>CFBundleInfoDictionaryVersion</key>
  37. <string>6.0</string>
  38. <key>CFBundleName</key>
  39. <string>${PRODUCT_NAME}</string>
  40. <key>CFBundlePackageType</key>
  41. <string>APPL</string>
  42. <key>CFBundleShortVersionString</key>
  43. <string>0.10.2</string>
  44. <key>CFBundleSignature</key>
  45. <string>????</string>
  46. <key>CFBundleVersion</key>
  47. <string>1.0</string>
  48. <key>LSRequiresIPhoneOS</key>
  49. <true/>
  50. <key>UIFileSharingEnabled</key>
  51. <true/>
  52. <key>UILaunchStoryboardName</key>
  53. <string>Launch Screen</string>
  54. <key>UIRequiredDeviceCapabilities</key>
  55. <array>
  56. <string>opengles-2</string>
  57. </array>
  58. <key>UIStatusBarStyle</key>
  59. <string>UIStatusBarStyleLightContent</string>
  60. <key>UISupportedInterfaceOrientations</key>
  61. <array>
  62. <string>UIInterfaceOrientationPortrait</string>
  63. <string>UIInterfaceOrientationLandscapeLeft</string>
  64. <string>UIInterfaceOrientationLandscapeRight</string>
  65. </array>
  66. <key>UISupportedInterfaceOrientations~ipad</key>
  67. <array>
  68. <string>UIInterfaceOrientationPortrait</string>
  69. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  70. <string>UIInterfaceOrientationLandscapeLeft</string>
  71. <string>UIInterfaceOrientationLandscapeRight</string>
  72. </array>
  73. <key>UTExportedTypeDeclarations</key>
  74. <array>
  75. <dict>
  76. <key>UTTypeConformsTo</key>
  77. <array>
  78. <string>com.pkware.zip-archive</string>
  79. </array>
  80. <key>UTTypeDescription</key>
  81. <string>LÖVE Project</string>
  82. <key>UTTypeIdentifier</key>
  83. <string>org.love2d.love-game</string>
  84. <key>UTTypeSize320IconFile</key>
  85. <string>LoveDocument</string>
  86. <key>UTTypeSize64IconFile</key>
  87. <string>LoveDocument</string>
  88. <key>UTTypeTagSpecification</key>
  89. <dict>
  90. <key>com.apple.ostype</key>
  91. <string>LOVE</string>
  92. <key>public.filename-extension</key>
  93. <array>
  94. <string>love</string>
  95. </array>
  96. <key>public.mime-type</key>
  97. <string>application/x-love-game</string>
  98. </dict>
  99. </dict>
  100. </array>
  101. </dict>
  102. </plist>