diff --git a/build.xml b/build.xml index 6224ca2..46d2ad7 100644 --- a/build.xml +++ b/build.xml @@ -100,7 +100,7 @@ @@ -110,7 +110,20 @@ make .app file for Mac OS X - + + + + + + + + + + + + diff --git a/resources/Info.plist b/resources/Info.plist new file mode 100644 index 0000000..43dc06b --- /dev/null +++ b/resources/Info.plist @@ -0,0 +1,40 @@ + + + + + CFBundleName + JKaiUI_Custom + CFBundleIdentifier + pt.jkaiui.JKaiUI + CFBundleAllowMixedLocalizations + true + CFBundleExecutable + JavaApplicationStub + CFBundleDevelopmentRegion + English + CFBundlePackageType + APPL + CFBundleSignature + ???? + CFBundleInfoDictionaryVersion + 6.0 + CFBundleIconFile + JKaiUI.icns + Java + + MainClass + pt.jkaiui.JKaiUI + JVMVersion + 1.5+ + ClassPath + $JAVAROOT/jKaiUI_Custom.jar + Arguments + devel + Properties + + apple.laf.useScreenMenuBar + true + + + +