-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMacCladePropList.plist
More file actions
49 lines (49 loc) · 1.32 KB
/
Copy pathMacCladePropList.plist
File metadata and controls
49 lines (49 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?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>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>nex</string>
<string>nxs</string>
<string>nexus</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>129</string>
<key>CFBundleTypeName</key>
<string>MacClade document</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>TEXT</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
</array>
<key>CFBundleIconFile</key>
<string>128</string>
<key>CFBundleIdentifier</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
<string>4.07 © 2005 David R. Maddison and Wayne P. Maddison</string>
<key>CFBundleName</key>
<string>MacClade</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.07</string>
<key>CFBundleSignature</key>
<string>CLAD</string>
<key>CFBundleVersion</key>
<string>4.07</string>
<key>LSPrefersCarbon</key>
<true/>
<key>NSAppleScriptEnabled</key>
<false/>
<key>NSHumanReadableCopyright</key>
<string>Copyright (c) 2005 David R. Maddison and Wayne P. Maddison</string>
</dict>
</plist>