Hi,
I've built a hybrid extension for Photoshop but apparently Extension Manager has troubles deploying the HTML panel files to the CC path:
/Users/Davide/Library/Application Support/Adobe/CEPServiceManager4/extensions
while it succeed for CC 2014:
/Users/Davide/Library/Application Support/Adobe/CEP/extensions
In order to debug the issue, I've installed the ZXP of the HTML Panel only (not the hybrid: extra files, such as plugins, are correctly installed in both CC and CC2014).
In fact, the panel only fails on CC. The manifest.xml is as follows:
<?xml version="1.0" encoding="UTF-8"?><ExtensionManifest Version="4.0" ExtensionBundleId="com.KHT.wow" ExtensionBundleVersion="0.4.0" ExtensionBundleName="com.KHT.wow" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ExtensionList> <Extension Id="com.KHT.wow" Version="0.4.0" /> </ExtensionList> <ExecutionEnvironment> <HostList> <Host Name="PHXS" Version="14.0" /> <Host Name="PHSP" Version="14.0" /> </HostList> <LocaleList> <Locale Code="All" /> </LocaleList> <RequiredRuntimeList> <RequiredRuntime Name="CSXS" Version="4.0" /> </RequiredRuntimeList> </ExecutionEnvironment> <DispatchInfoList> <Extension Id="com.KHT.wow"> <DispatchInfo > <Resources> <MainPath>./index.html</MainPath> <ScriptPath>./jsx/Photoshop.jsx</ScriptPath> </Resources> <Lifecycle> <AutoVisible>true</AutoVisible> </Lifecycle> <UI> <Type>Panel</Type> <Menu>WOW!</Menu> <Geometry> <Size> <Height>395</Height> <Width>296</Width> </Size> <MaxSize> <Height>395</Height> <Width>296</Width> </MaxSize> <MinSize> <Height>395</Height> <Width>296</Width> </MinSize> </Geometry> <Icons> <Icon Type="Normal">./icons/DarkNormal.png</Icon> <Icon Type="RollOver">./icons/DarkNormal.png</Icon> <Icon Type="Disabled">./icons/DarkNormal.png</Icon> <Icon Type="DarkNormal">./icons/Normal.png</Icon> <Icon Type="DarkRollOver">./icons/Normal.png</Icon> </Icons> </UI> </DispatchInfo> </Extension> </DispatchInfoList></ExtensionManifest>
Both the CSXS version (4.0) and the Host version (14.0 as the min version) should be fine for Photoshop CC.
Extension Manager does his things, list the product as installed on both CC + CC2014 but in fact fails to deploy the panel on the CC folder.
I can't say be 100% sure, but I think I used the very same xml some time ago and it worked (there's an Extension Manager update in between - could be that, possibly?)
Thanks in advance
Davide Barranca
---
www.davidebarranca.com
www.cs-extensions.com