src/jdk.jpackager/macosx/classes/jdk/jpackager/internal/resources/Info.plist.template
branchJDK-8200758-branch
changeset 57038 b0f09e7c4680
equal deleted inserted replaced
57032:a42d0a8e0916 57038:b0f09e7c4680
       
     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.7.4</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>
       
    35   <key>JVMRuntime</key>
       
    36   <string>DEPLOY_JAVA_RUNTIME_NAME</string>
       
    37   <key>JVMMainClassName</key>
       
    38   <string>DEPLOY_LAUNCHER_CLASS</string>
       
    39   <key>JVMAppClasspath</key>
       
    40   <string>DEPLOY_APP_CLASSPATH</string>
       
    41   <key>JVMMainJarName</key>
       
    42   <string>DEPLOY_MAIN_JAR_NAME</string>
       
    43   <key>JVMPreferencesID</key>
       
    44   <string>DEPLOY_PREFERENCES_ID</string>
       
    45   <key>JVMOptions</key>
       
    46   <array>
       
    47 DEPLOY_JVM_OPTIONS
       
    48   </array>
       
    49   <key>ArgOptions</key>
       
    50   <array>
       
    51 DEPLOY_ARGUMENTS
       
    52   </array>DEPLOY_FILE_ASSOCIATIONS
       
    53   <key>NSHighResolutionCapable</key>
       
    54   <string>true</string>
       
    55  </dict>
       
    56 </plist>