< prev index next >

src/jdk.incubator.jpackage/macosx/classes/jdk/incubator/jpackage/internal/resources/Info-lite.plist.template

Print this page

        

*** 1,7 **** <?xml version="1.0" ?> ! <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>LSMinimumSystemVersion</key> <string>10.9</string> <key>CFBundleDevelopmentRegion</key> --- 1,7 ---- <?xml version="1.0" ?> ! <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>LSMinimumSystemVersion</key> <string>10.9</string> <key>CFBundleDevelopmentRegion</key>
*** 22,35 **** <string>APPL</string> <key>CFBundleShortVersionString</key> <string>DEPLOY_BUNDLE_SHORT_VERSION</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> ! <string>DEPLOY_BUNDLE_CATEGORY</string> <key>CFBundleVersion</key> <string>DEPLOY_BUNDLE_CFBUNDLE_VERSION</string> <key>NSHumanReadableCopyright</key> <string>DEPLOY_BUNDLE_COPYRIGHT</string>DEPLOY_FILE_ASSOCIATIONS <key>NSHighResolutionCapable</key> --- 22,34 ---- <string>APPL</string> <key>CFBundleShortVersionString</key> <string>DEPLOY_BUNDLE_SHORT_VERSION</string> <key>CFBundleSignature</key> <string>????</string> ! <!-- See https://developer.apple.com/app-store/categories/ for list of AppStore categories --> <key>LSApplicationCategoryType</key> ! <string>Unknown</string> <key>CFBundleVersion</key> <string>DEPLOY_BUNDLE_CFBUNDLE_VERSION</string> <key>NSHumanReadableCopyright</key> <string>DEPLOY_BUNDLE_COPYRIGHT</string>DEPLOY_FILE_ASSOCIATIONS <key>NSHighResolutionCapable</key>
< prev index next >