イラストレータ(.ai)ファイルのQLプラグインの正しい使い方

参考
http://hrmpf.com/wordpress/195/leopard-quick-look-for-illustrator-files

ずっとプラグインを入れただけの状態で(もう少し見やすければいいのになぁと思いつつ)使っていたが,
ちょっといぢればめっちゃ見やすくなるのを知った.

IllustratorのInfo.plistの中で

</dict>
</plist>

と書いてある真上に以下を追加

<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.composite-content</string>
<string>com.adobe.pdf</string>
</array>
<key>UTTypeDescription</key>
<string>Adobe Illustrator File PDF</string>
<key>UTTypeIdentifier</key>
<string>com.adobe.illustrator.ai-image</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>com.apple.ostype</key>
<string>PDF</string>
<key>public.filename-extension</key>
<array>
<string>ai</string>
</array>
</dict>
</dict>
</array>

Info.plistに変更を保存したらIllustrator本体をtouch
("XXX"はバージョン)

touch /Applications/Adobe\ Illustrator\ XXX/Illustrator\ XXX.app

aiファイルを保存するときは”PDF互換ファイルを作成”にチェックを入れておく