macBundle: some cleanup, remove .app skeleton

This commit is contained in:
T. Joseph Carter 2017-10-30 08:12:16 -07:00
parent 2e2a34e77e
commit d37ba47c8d
10 changed files with 3 additions and 78 deletions

View File

@ -150,12 +150,12 @@
bundleid="com.webcodepro.applecommander"
jar="${dist}/AppleCommander-${acVersion}.jar"
version="${acVersion}" build="${acVersion}"
stubfile="mac/universalJavaApplicationStub"
icon="mac/AppleCommander.app/Contents/Resources/AppleCommander.icns"
stubfile="${mac.dir}/universalJavaApplicationStub"
icon="${mac.dir}/AppleCommander.icns"
useJavaXKey="true"
developmentregion="English"
copyright="Copyright 2002-2008 Rob Greene and John B. Matthews."
jvmversion="1.4*"
jvmversion="1.6+"
/>
<!--

View File

@ -1 +0,0 @@
Info.plist

View File

@ -1 +0,0 @@
APPL????

View File

@ -1 +0,0 @@
AppleCommander.jar

View File

@ -1,72 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>JavaApplicationStub</string>
<key>CFBundleGetInfoString</key>
<string>@version@: Distributed under the terms of the GNU Public license.</string>
<key>CFBundleIconFile</key>
<string>AppleCommander.icns</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>AppleCommander</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>@version@</string>
<key>CFBundleVersion</key>
<string>@version@</string>
<key>Java</key>
<dict>
<key>JVMVersion</key>
<string>1.4*</string>
<key>MainClass</key>
<string>com.webcodepro.applecommander.ui.AppleCommander</string>
<key>ClassPath</key>
<string>$JAVAROOT/AppleCommander.jar:$JAVAROOT/swt.jar</string>
<key>Properties</key>
<dict>
<key>java.library.path</key>
<string>$JAVAROOT/</string>
</dict>
<key>VMOptions</key>
<string>-Xdock:name=AppleCommander</string>
<key>StartOnMainThread</key><true/>
</dict>
<key>LSHasLocalizedDisplayName</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2002-2008 Rob Greene and John B. Matthews.</string>
</dict>
</plist>