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

Last change on this file was 15808, checked in by Paul Krueger, 12 years ago

Rev 3.0 Cocoa Tools & Tutorial

File size: 970 bytes
RevLine 
[14585]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>
[15808]5 <key>CLMainFunc</key>
6 <string>ad::make-dev-app</string>
[14585]7 <key>CFBundleSignature</key>
8 <string>LsAp</string>
9 <key>CLProvidedClasses</key>
10 <array>
11 <string>LispAppDoc</string>
12 </array>
13 <key>CFBundlePackageType</key>
14 <string>BNDL</string>
15 <key>CFBundleName</key>
16 <string>lispdoc</string>
17 <key>CFBundleIdentifier</key>
18 <string>com.clozure.apps.lispdoc</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.