| 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>CLMainFunc</key>
|
|---|
| 6 | <string>ad::make-dev-app</string>
|
|---|
| 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.