Created
August 8, 2018 14:12
-
-
Save chaines27/14b194becf92f61885857051cfc25518 to your computer and use it in GitHub Desktop.
Info.plist for homebrew-openjdk 10 for macOS
This file contains 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.1+10</string> | |
<key>CFBundleIdentifier</key> | |
<string>net.java.openjdk.10.0.1.jdk</string> | |
<key>CFBundleInfoDictionaryVersion</key> | |
<string>7.0</string> | |
<key>CFBundleName</key> | |
<string>OpenJDK 10.0.1</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.1</string> | |
</dict> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment