1 |
jpye |
2076 |
<?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>CFBundleIconFile</key> |
6 |
jpye |
2077 |
<string>ascend.icns</string> |
7 |
jpye |
2076 |
<key>CFBundleVersion</key> |
8 |
|
|
<string>no-build-number</string> |
9 |
|
|
<key>CFBundleShortVersionString</key> |
10 |
|
|
<string>0.9.7</string> |
11 |
|
|
<key>CFBundleSignature</key> |
12 |
|
|
<string>a4py</string> |
13 |
|
|
<key>CFBundlePackageType</key> |
14 |
|
|
<string>APPL</string> |
15 |
|
|
<key>CFBundleName</key> |
16 |
|
|
<string>ASCEND bundle</string> |
17 |
|
|
<key>CFBundleInfoDictionaryVersion</key> |
18 |
|
|
<string>6.0</string> |
19 |
|
|
<key>CFBundleIdentifier</key> |
20 |
|
|
<string>edu.cmu.cheme.ascend</string> |
21 |
|
|
<key>CFBundleExecutable</key> |
22 |
|
|
<string>ascend</string> |
23 |
|
|
<key>CFBundleDisplayName</key> |
24 |
jpye |
2084 |
<!-- shown in menu bar during running --> |
25 |
|
|
<string>ASCEND</string> |
26 |
jpye |
2076 |
</dict> |
27 |
|
|
</plist> |