src/jdk.packager/macosx/classes/jdk/packager/internal/resources/mac/Info-lite.plist.template
branchJDK-8200758-branch
changeset 57017 1b08af362a30
parent 57016 f63f13da91c0
child 57018 9d782e357916
equal deleted inserted replaced
57016:f63f13da91c0 57017:1b08af362a30
     1 <?xml version="1.0" ?>
       
     2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       
     3 <plist version="1.0">
       
     4  <dict>
       
     5   <key>LSMinimumSystemVersion</key>
       
     6   <string>10.9</string>
       
     7   <key>CFBundleDevelopmentRegion</key>
       
     8   <string>English</string>
       
     9   <key>CFBundleAllowMixedLocalizations</key>
       
    10   <true/>
       
    11   <key>CFBundleExecutable</key>
       
    12   <string>DEPLOY_LAUNCHER_NAME</string>
       
    13   <key>CFBundleIconFile</key>
       
    14   <string>DEPLOY_ICON_FILE</string>
       
    15   <key>CFBundleIdentifier</key>
       
    16   <string>DEPLOY_BUNDLE_IDENTIFIER</string>
       
    17   <key>CFBundleInfoDictionaryVersion</key>
       
    18   <string>6.0</string>
       
    19   <key>CFBundleName</key>
       
    20   <string>DEPLOY_BUNDLE_NAME</string>
       
    21   <key>CFBundlePackageType</key>
       
    22   <string>APPL</string>
       
    23   <key>CFBundleShortVersionString</key>
       
    24   <string>DEPLOY_BUNDLE_SHORT_VERSION</string>
       
    25   <key>CFBundleSignature</key>
       
    26   <string>????</string>
       
    27   <!-- See http://developer.apple.com/library/mac/#releasenotes/General/SubmittingToMacAppStore/_index.html
       
    28        for list of AppStore categories -->
       
    29   <key>LSApplicationCategoryType</key>
       
    30   <string>DEPLOY_BUNDLE_CATEGORY</string>
       
    31   <key>CFBundleVersion</key>
       
    32   <string>DEPLOY_BUNDLE_CFBUNDLE_VERSION</string>
       
    33   <key>NSHumanReadableCopyright</key>
       
    34   <string>DEPLOY_BUNDLE_COPYRIGHT</string>DEPLOY_FILE_ASSOCIATIONS
       
    35   <key>NSHighResolutionCapable</key>
       
    36   <string>true</string>
       
    37  </dict>
       
    38 </plist>