|
Java example source code file (JavaAppLauncher-Info.plist)
The JavaAppLauncher-Info.plist Java example source code
<?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
<string>English
<key>CFBundleExecutable
<string>${EXECUTABLE_NAME}
<key>CFBundleIconFile
<string>GenericApp.icns
<key>CFBundleIdentifier
<string>com.yourcompany.${PRODUCT_NAME:rfc1034identifier}
<key>CFBundleDisplayName
<string>Your Cool App
<key>CFBundleInfoDictionaryVersion
<string>6.0
<key>CFBundleName
<string>${PRODUCT_NAME}
<key>CFBundlePackageType
<string>APPL
<key>CFBundleShortVersionString
<string>1.0
<key>CFBundleSignature
<string>????
<key>CFBundleVersion
<string>1
<key>LSMinimumSystemVersion
<string>${MACOSX_DEPLOYMENT_TARGET}
<key>NSHumanReadableCopyright
<string>Copyright © 2011 Your Company Inc. All Rights Reserved.
<key>JVMInfo
<dict>
<key>JRE
<string>1.7.0.jre
<key>ClassPath
<array/>
<key>Properties
<dict>
<key>apple.laf.useScreenMenuBar
<string>true
</dict>
<key>MainClass
<string>com.yourcompany.yourapp.mainclass
<key>Arguments
<array/>
</dict>
</dict>
</plist>
Other Java examples (source code examples)Here is a short list of links related to this Java JavaAppLauncher-Info.plist source code file: |
| ... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.