Mercurial > cgi-bin > hgweb.cgi > ImagePrep
view package-files/osx/Info.plist @ 26:9bf3d8de6904
Fix Preferences bug, bump version number.
author | David Barts <n5jrn@me.com> |
---|---|
date | Sun, 13 Dec 2020 11:20:06 -0800 |
parents | 92afaa27f40a |
children | a495f9ea498b |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <plist version="1.0"> <!-- see: https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/AboutInformationPropertyListFiles.html --> <dict> <!-- Apple says the following are a must --> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleDisplayName</key> <string>@app.name@</string> <key>CFBundleExecutable</key> <string>JavaApplicationStub</string> <key>CFBundleIconFile</key> <string>@app.name@.icns</string> <key>CFBundleIdentifier</key> <string>@app.domain@</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> <string>@app.name@</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> <string>@app.version@</string> <key>CFBundleVersion</key> <string>@app.version@</string> <key>NSHumanReadableCopyright</key> <string>@app.copyright@</string> <!-- most package builders throw the following in --> <key>CFBundleAllowMixedLocalizations</key> <string>false</string> <key>LSApplicationCategoryType</key> <string>public.app-category.photography</string> <!-- JavaApplicationStub wants the following stuff --> <key>JVMMainClassName</key> <string>@app.entry@</string> <key>JVMClassPath</key> <string>Contents/Java/@lc.app.name@.jar</string> <key>JVMVersion</key> <string>@jvm.version@+</string> <key>JVMOptions</key> <array> <string>-Dapple.awt.textantialiasing=true</string> <string>-Dapple.laf.useScreenMenuBar=true</string> <string>-Dapple.awt.antialiasing=true</string> </array> </dict> </plist>