前にやったやつでもそれなりに満足だったのだけれども、
Jude 5.2もリリースして、Macでもぬるぽらないようになったそうなので、もう一回やってみた。
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>Japanese</string> <key>CFBundleDocumentTypes</key> <array> <dict> <key>CFBundleTypeExtensions</key> <array> <string>jude</string> </array> <key>CFBundleTypeIconFile</key> <string>jude-doc.icns</string> <key>CFBundleTypeName</key> <string>Jude Document File</string> <key>CFBundleTypeRole</key> <string>Editor</string> </dict> </array> <key>CFBundleExecutable</key> <string>JavaApplicationStub</string> <key>CFBundleIconFile</key> <string>jude.icns</string> <key>CFBundleIdentifier</key> <string>jp.co.esm.caddies.jomt.jude</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> <string>Jude</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleVersion</key> <string>5.2</string> <key>Java</key> <dict> <key>MainClass</key> <string>JP.co.esm.caddies.jomt.Jude</string> <key>JVMVersion</key> <string>1.5*</string> <key>ClassPath</key> <string>$JAVAROOT/jude-pro.jar</string> <key>VMOptions</key> <string>-Xms16m -Xmx512m -Xss2m</string> <key>Properties</key> <dict> <key>apple.laf.useScreenMenuBar</key> <string>true</string> <key>com.apple.smallTabs</key> <string>true</string> </dict> </dict> </dict> </plist>