yearbook / extendscript-api-documentation

Documentation for the ExtendScript API
http://yearbook.github.io/esdocs
MIT License
83 stars 10 forks source link

Paths in `findxml` have changed #19

Closed alexsasharegan closed 6 years ago

alexsasharegan commented 7 years ago

In src/findxml, Illustrator path has been updated to:

L12: cp -f /Library/Application\ Support/Adobe/Scripting\ Dictionaries\ CC/Illustrator\ 2017/omv.xml ${__dir}/../xml/source/illustrator.xml

Line 14 glob omv*.xml was not present for me at all, but instead found a Preferences.xml.

I also had the build choke on line 3 of xml/map.json.

This is an awesome tool to reference the ExtendScript API. This kind of terse, web documentation is much more accessible than the dictionary-style pdf from adobe. I would love to see this get up to date with the newest CC versions.