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>CFBundleIconFile</key> |
6 |
<string>ascend.svg</string> |
7 |
<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 |
<string>ASCEND modelling environment</string> |
25 |
</dict> |
26 |
</plist> |