- Right-click TextEdit in the Applications map
- Click “Show Package Contents“
- Go to the “Contents” folder
- Open “Info.plist” (with an editor)
- Scroll all the way down
- Find
- Place this code right above it:
- Close and save the file
- Open Terminal (in the Applications\Utilities folder)
- Enter the following, and press enter
- Close Terminal
- Done
</dict> </plist>
<key>UTExportedTypeDeclarations</key> <array> <dict> <key>UTTypeConformsTo</key> <array> <string>public.text</string> <string>public.plain-text</string> </array> <key>UTTypeDescription</key> <string>NFO information file</string> <key>UTTypeIdentifier</key> <string>com.macromates.textmate</string> <key>UTTypeTagSpecification</key> <dict> <key>com.apple.ostype</key> <string>TEXT</string> <key>public.filename-extension</key> <array> <string>nfo</string> </array> </dict> </dict> </array>
touch /Applications/TextEdit.app/
One Comment to “Mac OS X Leopard Quick Look *.nfo support”