source: release/1.8/cocoa-ide-contrib/krueger/InterfaceProjects/Cocoa Dev/lisp-app-doc.bundle/Contents/Info.plist

Last change on this file was 14585, checked in by Paul Krueger, 14 years ago

App Developer Tools from pkrueger

File size: 964 bytes
Line 
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>CFBundleSignature</key>
6 <string>LsAp</string>
7 <key>CLProvidedClasses</key>
8 <array>
9 <string>LispAppDoc</string>
10 </array>
11 <key>CFBundlePackageType</key>
12 <string>BNDL</string>
13 <key>CFBundleName</key>
14 <string>lispdoc</string>
15 <key>CFBundleIdentifier</key>
16 <string>com.clozure.apps.lispdoc</string>
17 <key>NSMainNibFile</key>
18 <string>DevMenu</string>
19 <key>CFBundleDevelopmentRegion</key>
20 <string>English</string>
21 <key>CFBundleDocumentTypes</key>
22 <array>
23 <dict>
24 <key>CFBundleTypeName</key>
25 <string>Lisp Application</string>
26 <key>CFBundleTypeRole</key>
27 <string>Editor</string>
28 <key>LSItemContentTypes</key>
29 <array>
30 <string>com.clozure.lapp</string>
31 </array>
32 <key>LSHandlerRank</key>
33 <string>Default</string>
34 </dict>
35 </array>
36</dict>
37</plist>
Note: See TracBrowser for help on using the repository browser.