blob: 81130249ed1e7859e44097b25b7d7fbed21c36ee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//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>PeopsSoftGL</string>
<key>CFBundleIdentifier</key>
<string>net.sf.peops.SoftGpuGLPlugin</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>PsxP</string>
<key>CFBundleSignature</key>
<string>PSGl</string>
<key>CFBundleVersion</key>
<string>1.16</string>
</dict>
</plist>
|