A quick-n-dirty tool to convert XDXF dictionary files to Apple Dictionary plug-ins.
What you will need:
How to use:
From Xcode
- Copy your XDXF file into the xdxf folder.
- Open xdxf.xcodeproj.
- Go to Project > Edit Active Target "make"
- Change OUTPUT_NAME from "eng_spa" to whatever your XDXF file is named (less the .xdxf extension).
- Click the build button.
-
Copy the temp/OUTPUT_NAME.dictionary file to ~/Library/Dictionaries.
(PS: These instructions are for Xcode 3.2.6. I keep it around for little projects like this.)
From Terminal
- Copy your XDXF file into the xdxf folder.
-
Run the following command: OUTPUT_NAME="<xdxf>" make
(Where <xdxf> is whatever your XDXF file is named (less the .xdxf extension).)
- Copy the temp/OUTPUT_NAME.dictionary file to ~/Library/Dictionaries.