bookalope / InDesign-CEP

Adobe CEP extension for InDesign to use the Bookalope cloud services. You can download the extension from Adobe Exchange.
http://bookalope.net/
MIT License
15 stars 6 forks source link

Improve ReadMe for mac users #14

Open gregoriopellegrino opened 3 years ago

gregoriopellegrino commented 3 years ago

In point:

  • On Mac, open the file ~/Library/Preferences/com.adobe.CSXS.9.plist and add a row with key PlayerDebugMode of type String and value 1. You can edit .plist files using Xcode, PList Edit or other applications suited to edit Property Lists.

The file name com.adobe.CSXS.9.plist depends on the version of InDesign: at the moment I have com.adobe.CSXS.10.plist and com.adobe.CSXS.11.plist

gregoriopellegrino commented 3 years ago

Inoltre per la frase:

For InDesign to find and load the Bookalope extension, copy the entire extensions/Bookalope folder to

Ho visto che sul mac si può creare un semplice symbolic link, senza necessità di copiare i file, l'ho fatto da terminale con:

ln -s /path/to/git/repository/InDesign-CEP/extensions/Bookalope $HOME/Library/Application\ Support/Adobe/CEP/extensions/Bookalope

jenstroeger commented 3 years ago

The file name com.adobe.CSXS.9.plist depends on the version of InDesign: at the moment I have com.adobe.CSXS.10.plist and com.adobe.CSXS.11.plist

Yes, agreed, I’ll update the text soon!

Ho visto che sul mac si può creare un semplice symbolic link, senza necessità di copiare i file, l'ho fatto da terminale con:

ln -s /path/to/git/repository/InDesign-CEP/extensions/Bookalope $HOME/Library/Application\ Support/Adobe/CEP/extensions/Bookalope

I tried the symlink in the past and it didn’t work, good to know it’s good now! That’s great 👍🏼 I’ll update the text.