Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2012
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-/Apple Computer/DTD PLIST 1.0/EN"
  3. "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  4. <plist version="1.0">
  5. <dict>
  6. <key>CFBundleName</key>
  7. <string>Spine</string>
  8. <key>CFBundleShortVersionString</key>
  9. <string>1.0</string>
  10. <key>CFBundleGetInfoString</key>
  11. <string>1.0</string>
  12. <key>CFBundleAllowMixedLocalizations</key>
  13. <string>false</string>
  14. <key>CFBundleInfoDictionaryVersion</key>
  15. <string>6.0</string>
  16. <key>CFBundleExecutable</key>
  17. <string>JavaApplicationStub</string>
  18. <key>CFBundleDevelopmentRegion</key>
  19. <string>English</string>
  20. <key>CFBundlePackageType</key>
  21. <string>APPL</string>
  22. <key>CFBundleSignature</key>
  23. <string>????</string>
  24. <key>CFBundleIconFile</key>
  25. <string>icon.icns</string>
  26. <key>Java</key>
  27. <dict>
  28. <key>MainClass</key>
  29. <string>com.esotericsoftware.skeleton2d.editor.Editor</string>
  30. <key>JVMVersion</key>
  31. <string>1.5+</string>
  32. <key>ClassPath</key>
  33. <array>
  34. <string>$JAVAROOT/spine.jar</string>
  35. </array>
  36. <key>Properties</key>
  37. <dict>
  38. <key>apple.awt.brushMetal</key>
  39. <string>true</string>
  40. <key>apple.laf.useScreenMenuBar</key>
  41. <string>true</string>
  42. <key>apple.awt.showGrowBox</key>
  43. <string>false</string>
  44. <key>apple.awt.graphics.UseQuartz</key>
  45. <string>false</string>
  46. </dict>
  47. </dict>
  48. </dict>
  49. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement