Advertisement
dominus

Untitled

Mar 14th, 2020
427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//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>English</string>
  7. <key>CFBundleDisplayName</key>
  8. <string>DOSBox</string>
  9. <key>CFBundleExecutable</key>
  10. <string>dosbox</string>
  11. <key>CFBundleGetInfoString</key>
  12. <string>@VERSION@, Copyright 2002-2020 The DOSBox Team</string>
  13. <key>CFBundleIconFile</key>
  14. <string>dosbox.icns</string>
  15. <key>CFBundleIdentifier</key>
  16. <string>com.dosbox</string>
  17. <key>CFBundleInfoDictionaryVersion</key>
  18. <string>6.0</string>
  19. <key>CFBundleName</key>
  20. <string>DOSBox</string>
  21. <key>CFBundlePackageType</key>
  22. <string>APPL</string>
  23. <key>CFBundleShortVersionString</key>
  24. <string>@VERSION@</string>
  25. <key>CFBundleVersion</key>
  26. <string>@VERSION@</string>
  27. <key>NSPrincipalClass</key>
  28. <string>NSApplication</string>
  29. <key>NSHumanReadableCopyright</key>
  30. <string>Copyright 2002-2020 The DOSBox Team</string>
  31. <key>NSHighResolutionCapable</key>
  32. <true/>
  33. <key>LSMinimumSystemVersionByArchitecture</key>
  34. <dict>
  35. <key>i386</key>
  36. <string>10.6.0</string>
  37. <key>x86_64</key>
  38. <string>10.11.0</string>
  39. </dict>
  40. </dict>
  41. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement