123456789101112131415161718192021222324252627 |
- <?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>bmx</string>
- </array>
- <key>CFBundleTypeIconFile</key>
- <string>MaxIDE.icns</string>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>LSIsAppleDefaultForType</key>
- <true/>
- </dict>
- </array>
- <key>CFBundleExecutable</key>
- <string>MaxIDE</string>
- <key>CFBundleIconFile</key>
- <string>MaxIDE.icns</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- </dict>
- </plist>
|