12047
|
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>CFBundleIdentifier</key>
|
|
6 |
<string>net.java.openjdk.cmd</string>
|
|
7 |
<key>CFBundleInfoDictionaryVersion</key>
|
|
8 |
<string>6.0</string>
|
|
9 |
<key>CFBundleName</key>
|
|
10 |
<string>OpenJDK 7 Command</string>
|
|
11 |
<key>CFBundleShortVersionString</key>
|
|
12 |
<string>1.0</string>
|
|
13 |
<key>CFBundleVersion</key>
|
|
14 |
<string>1.0</string>
|
|
15 |
<key>SecTaskAccess</key>
|
|
16 |
<string>allowed</string>
|
|
17 |
</dict>
|
|
18 |
</plist>
|