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>JavaRuntime</key>
  36   <string>DEPLOY_JAVA_RUNTIME_NAME</string>
  37   <key>JavaMainClassName</key>
  38   <string>DEPLOY_LAUNCHER_CLASS</string>
  39   <key>JavaAppClasspath</key>
  40   <string>DEPLOY_APP_CLASSPATH</string>
  41   <key>JavaMainJarName</key>
  42   <string>DEPLOY_MAIN_JAR_NAME</string>
  43   <key>JavaOptions</key>
  44   <array>
  45 DEPLOY_JAVA_OPTIONS
  46   </array>
  47   <key>ArgOptions</key>
  48   <array>
  49 DEPLOY_ARGUMENTS
  50   </array>DEPLOY_FILE_ASSOCIATIONS
  51   <key>NSHighResolutionCapable</key>
  52   <string>true</string>
  53  </dict>
  54 </plist>