XML
51
CFBundleDevelopmentRegion
Guest on 26th April 2022 10:11:19 AM
plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>JavaAppLauncher</string>
<key>CFBundleIconFile</key>
<string>GenericApp.icns</string>
<key>CFBundleIdentifier</key>
<string>org.broad.igv.ui.Main</string>
<key>CFBundleDisplayName</key>
<string>IGV</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>IGV_user</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>user</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSHumanReadableCopyright</key>
<string/>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>JVMMainClassName</key>
<string>org.broad.igv.ui.Main</string>
<key>JVMOptions</key>
<array>
<string>-Dapple.laf.useScreenMenuBar=true</string>
</array>
<key>JVMArguments</key>
<array>
<string>-Xmx2g</string>
<string>-Xdock:name=IGV</string>
</array>
</dict>
</plist>