|
@@ -1,28 +0,0 @@
|
|
-<?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>monkey</string>
|
|
|
|
- <string>bmx</string>
|
|
|
|
- </array>
|
|
|
|
- <key>CFBundleTypeIconFile</key>
|
|
|
|
- <string>monk.icns</string>
|
|
|
|
- <key>CFBundleTypeRole</key>
|
|
|
|
- <string>Editor</string>
|
|
|
|
- <key>LSIsAppleDefaultForType</key>
|
|
|
|
- <true/>
|
|
|
|
- </dict>
|
|
|
|
- </array>
|
|
|
|
- <key>CFBundleExecutable</key>
|
|
|
|
- <string>monk.debug</string>
|
|
|
|
- <key>CFBundleIconFile</key>
|
|
|
|
- <string>monk.icns</string>
|
|
|
|
- <key>CFBundlePackageType</key>
|
|
|
|
- <string>APPL</string>
|
|
|
|
-</dict>
|
|
|
|
-</plist>
|
|
|