jdk/src/macosx/bundle/JavaAppLauncher/resources/JavaAppLauncher-Info.plist
changeset 25842 f322f27b47d2
parent 25841 f51938efd4f6
parent 25838 02b8ba539ccb
child 25850 c3d78c30da05
equal deleted inserted replaced
25841:f51938efd4f6 25842:f322f27b47d2
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     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>CFBundleDevelopmentRegion</key>
       
     6         <string>English</string>
       
     7         <key>CFBundleExecutable</key>
       
     8         <string>${EXECUTABLE_NAME}</string>
       
     9         <key>CFBundleIconFile</key>
       
    10         <string>GenericApp.icns</string>
       
    11         <key>CFBundleIdentifier</key>
       
    12         <string>com.yourcompany.${PRODUCT_NAME:rfc1034identifier}</string>
       
    13         <key>CFBundleDisplayName</key>
       
    14         <string>Your Cool App</string>
       
    15         <key>CFBundleInfoDictionaryVersion</key>
       
    16         <string>6.0</string>
       
    17         <key>CFBundleName</key>
       
    18         <string>${PRODUCT_NAME}</string>
       
    19         <key>CFBundlePackageType</key>
       
    20         <string>APPL</string>
       
    21         <key>CFBundleShortVersionString</key>
       
    22         <string>1.0</string>
       
    23         <key>CFBundleSignature</key>
       
    24         <string>????</string>
       
    25         <key>CFBundleVersion</key>
       
    26         <string>1</string>
       
    27         <key>LSMinimumSystemVersion</key>
       
    28         <string>${MACOSX_DEPLOYMENT_TARGET}</string>
       
    29         <key>NSHumanReadableCopyright</key>
       
    30         <string>Copyright © 2011 Your Company Inc. All Rights Reserved.</string>
       
    31         <key>JVMInfo</key>
       
    32         <dict>
       
    33                 <key>JRE</key>
       
    34                 <string>1.7.0.jre</string>
       
    35                 <key>ClassPath</key>
       
    36                 <array/>
       
    37                 <key>Properties</key>
       
    38                 <dict>
       
    39                         <key>apple.laf.useScreenMenuBar</key>
       
    40                         <string>true</string>
       
    41                 </dict>
       
    42                 <key>MainClass</key>
       
    43                 <string>com.yourcompany.yourapp.mainclass</string>
       
    44                 <key>Arguments</key>
       
    45                 <array/>
       
    46         </dict>
       
    47 </dict>
       
    48 </plist>