Info.plist 673 B

1234567891011121314151617181920
  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>CFBundleName</key>
  6. <string>SS14</string>
  7. <key>CFBundleDisplayName</key>
  8. <string>Space Station 14</string>
  9. <key>CFBundleExecutable</key>
  10. <string>SS14</string>
  11. <!--
  12. Just a note about this icon.
  13. MacOS seems REALLY iffy about this and even when the file is correct,
  14. it can take forever before it decides to actually update it and display it.
  15. TL;DR Apple is stupid.
  16. -->
  17. <key>CFBundleIconFile</key>
  18. <string>ss14</string>
  19. </dict>
  20. </plist>