You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm interested of what developers are using for their manifest too…
Because I tried once to update my manifest version to 5.0 / 6.0 but the extension was not working on older versions of CC after that!
So in the end I'm stuck with 4.0 version to support all CC versions (From 17.0 to latest 19.2.1) because it seems that you can't provide multiple manifests with different versions in the packaged extension.
+ If you want to be compatible with all CC versions, I think staying on 4.0 is the best because I'm not gonna do a different build for each CC version 😱
I understand your compatibility constraint but, with manifest version fixed to 4.0, CEFCommandLine element isn't allowed. And with InDesign CC 2015, we need to pass "--enable-nodejs" param to use nodejs in an extension.
As my extension must support CC 2015 only (for now), I modify manifest.bundle.cc2015.xml to fix manifest version to 5.0.
Hi,
By relying on the Adobe-CEP resources, ExtensionManifest_v_5_0.xsd should be used for CC 2015 and v 6.0 for CC 2015.1
Thanks
The text was updated successfully, but these errors were encountered: