Forked from chaines27/homebrew-openjdk-10-info.plist
Last active
September 28, 2018 02:02
-
-
Save sattvik/030b33a95cbe184ee62a9cfa5522c264 to your computer and use it in GitHub Desktop.
Info.plist for homebrew-openjdk 10 for macOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>CFBundleDevelopmentRegion</key> | |
<string>English</string> | |
<key>CFBundleExecutable</key> | |
<string>libjli.dylib</string> | |
<key>CFBundleGetInfoString</key> | |
<string>OpenJDK 10.0.2+13</string> | |
<key>CFBundleIdentifier</key> | |
<string>net.java.openjdk.10.0.2.jdk</string> | |
<key>CFBundleInfoDictionaryVersion</key> | |
<string>7.0</string> | |
<key>CFBundleName</key> | |
<string>OpenJDK 10.0.2</string> | |
<key>CFBundlePackageType</key> | |
<string>BNDL</string> | |
<key>CFBundleShortVersionString</key> | |
<string>1.0</string> | |
<key>CFBundleSignature</key> | |
<string>????</string> | |
<key>CFBundleVersion</key> | |
<string>10.0.2</string> | |
<key>JavaVM</key> | |
<dict> | |
<key>JVMCapabilities</key> | |
<array> | |
<string>CommandLine</string> | |
</array> | |
<key>JVMMinimumFrameworkVersion</key> | |
<string>13.2.9</string> | |
<key>JVMMinimumSystemVersion</key> | |
<string>10.6.0</string> | |
<key>JVMPlatformVersion</key> | |
<string>10.0</string> | |
<key>JVMVendor</key> | |
<string>Oracle Corporation</string> | |
<key>JVMVersion</key> | |
<string>10.0.2</string> | |
</dict> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment