Last active
August 8, 2018 14:12
-
-
Save chaines27/32810cdfddefeeb5965e2969eb709fb5 to your computer and use it in GitHub Desktop.
Info.plist for homebrew-openjdk 1.8 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 1.8.0_172</string> | |
<key>CFBundleIdentifier</key> | |
<string>net.java.openjdk.1.8.0.jdk</string> | |
<key>CFBundleInfoDictionaryVersion</key> | |
<string>7.0</string> | |
<key>CFBundleName</key> | |
<string>OpenJDK 1.8.0</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>1.8</string> | |
<key>JVMVendor</key> | |
<string>Oracle Corporation</string> | |
<key>JVMVersion</key> | |
<string>1.8.0_172</string> | |
</dict> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment