CC-Extension-Builder-for-Brackets
CC-Extension-Builder-for-Brackets copied to clipboard
Extension does not appear in Photoshop CC 2015
Hi, Newbie here. I installed CC Extension Builder for brackets (win 7) and tried to view the demo extension on Photoshop CC 2015.
It seems the extension is saved here: C:\Users(me)\AppData\Roaming\Adobe\CEP\extensions
But when I launch Photoshop CC 2015 the extension does not appear under Windows > Extensions.
In the manifest I have the default value of <Host Name="PHXS" Version="[15.0,15.9]" /> <Host Name="PHSP" Version="[15.0,15.9]" />
I tried changing this to <Host Name="PHXS" Version="[2015.0,2015.9]" /> <Host Name="PHSP" Version="[2015.0,2015.9]" />
But with no success. Tried re-launching Photoshop CC2015 - no success.
This is a French version of Photoshop CC 2015 in case this matters.
thanks for any guidance!
Do you have the Photoshop version in the manifest set to 16? ([16.0,16.9]). Otherwise the extension would not show up.
@sbaechler Thank you! The issue is solved.
I'm having a similar issue : https://github.com/davidderaedt/CC-Extension-Builder-for-Brackets/issues/28 @sbaechler How did you solve the issue ?