You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.6 KiB
55 lines
1.6 KiB
12 years ago
|
<?xml version="1.0" ?>
|
||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||
13 years ago
|
<plist version="1.0">
|
||
12 years ago
|
<dict>
|
||
10 years ago
|
<key>LSMinimumSystemVersion</key>
|
||
|
<string>10.7.4</string>
|
||
12 years ago
|
<key>CFBundleDevelopmentRegion</key>
|
||
|
<string>English</string>
|
||
10 years ago
|
<key>CFBundleAllowMixedLocalizations</key>
|
||
|
<true/>
|
||
12 years ago
|
<key>CFBundleExecutable</key>
|
||
|
<string>JavaAppLauncher</string>
|
||
|
<key>CFBundleIconFile</key>
|
||
|
<string>GenericApp.icns</string>
|
||
|
<key>CFBundleIdentifier</key>
|
||
|
<string>${main.class}</string>
|
||
|
<key>CFBundleInfoDictionaryVersion</key>
|
||
|
<string>6.0</string>
|
||
|
<key>CFBundleName</key>
|
||
|
<string>${application.title}</string>
|
||
|
<key>CFBundlePackageType</key>
|
||
|
<string>APPL</string>
|
||
|
<key>CFBundleShortVersionString</key>
|
||
|
<string>1.0</string>
|
||
|
<key>CFBundleSignature</key>
|
||
|
<string>????</string>
|
||
|
<!-- See http://developer.apple.com/library/mac/#releasenotes/General/SubmittingToMacAppStore/_index.html
|
||
|
for list of AppStore categories -->
|
||
|
<key>LSApplicationCategoryType</key>
|
||
10 years ago
|
<string>Unknown</string>
|
||
12 years ago
|
<key>CFBundleVersion</key>
|
||
10 years ago
|
<string>100</string>
|
||
12 years ago
|
<key>NSHumanReadableCopyright</key>
|
||
10 years ago
|
<string>Copyright (C) 2015</string>
|
||
|
<!--jvmruntime-->
|
||
12 years ago
|
<key>JVMMainClassName</key>
|
||
|
<string>${main.class}</string>
|
||
10 years ago
|
<key>JVMAppClasspath</key>
|
||
|
<string></string>
|
||
10 years ago
|
<key>JVMMainJarName</key>
|
||
|
<string>${jar.name}</string>
|
||
10 years ago
|
<key>JVMPreferencesID</key>
|
||
|
<string>${application.title}</string>
|
||
12 years ago
|
<key>JVMOptions</key>
|
||
|
<array>
|
||
|
<string>${run.jvmargs}</string>
|
||
|
</array>
|
||
10 years ago
|
<key>JVMUserOptions</key>
|
||
|
<dict>
|
||
|
|
||
|
</dict>
|
||
|
<key>NSHighResolutionCapable</key>
|
||
|
<string>true</string>
|
||
12 years ago
|
</dict>
|
||
10 years ago
|
</plist>
|