mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-21 01:30:34 +00:00
macBundle: some cleanup, remove .app skeleton
This commit is contained in:
parent
2e2a34e77e
commit
d37ba47c8d
@ -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+"
|
||||
/>
|
||||
|
||||
<!--
|
||||
|
@ -1 +0,0 @@
|
||||
Info.plist
|
Binary file not shown.
@ -1 +0,0 @@
|
||||
APPL????
|
@ -1 +0,0 @@
|
||||
AppleCommander.jar
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user