DBRoulette-Info.plist 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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>LSApplicationQueriesSchemes</key>
  6. <array>
  7. <string>dbapi-2</string>
  8. <string>dbapi-8-emm</string>
  9. </array>
  10. <key>CFBundleURLTypes</key>
  11. <array>
  12. <dict>
  13. <key>CFBundleURLSchemes</key>
  14. <array>
  15. <string>db-APP_KEY</string>
  16. </array>
  17. </dict>
  18. </array>
  19. <key>CFBundleShortVersionString</key>
  20. <string></string>
  21. <key>CFBundleDevelopmentRegion</key>
  22. <string>English</string>
  23. <key>CFBundleDisplayName</key>
  24. <string>${PRODUCT_NAME}</string>
  25. <key>CFBundleExecutable</key>
  26. <string>${EXECUTABLE_NAME}</string>
  27. <key>CFBundleIconFile</key>
  28. <string></string>
  29. <key>CFBundleIdentifier</key>
  30. <string>com.dropbox.${PRODUCT_NAME:rfc1034identifier}</string>
  31. <key>CFBundleInfoDictionaryVersion</key>
  32. <string>6.0</string>
  33. <key>CFBundleName</key>
  34. <string>${PRODUCT_NAME}</string>
  35. <key>CFBundlePackageType</key>
  36. <string>APPL</string>
  37. <key>CFBundleSignature</key>
  38. <string>????</string>
  39. <key>CFBundleVersion</key>
  40. <string>1.0</string>
  41. <key>LSRequiresIPhoneOS</key>
  42. <true/>
  43. <key>NSMainNibFile</key>
  44. <string>MainWindow</string>
  45. <key>UISupportedInterfaceOrientations</key>
  46. <array>
  47. <string>UIInterfaceOrientationPortrait</string>
  48. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  49. <string>UIInterfaceOrientationLandscapeLeft</string>
  50. <string>UIInterfaceOrientationLandscapeRight</string>
  51. </array>
  52. </dict>
  53. </plist>