Adobe-CEP / Getting-Started-guides

Getting Started guides and samples for CEP extensions
Apache License 2.0
536 stars 94 forks source link

Issue in manifest with the version of CSXS #34

Open Menaquinone opened 2 years ago

Menaquinone commented 2 years ago

Submit an issue

Topic

This is an issue regarding:

Versions

Description of the issue

The version of the applications Photoshop Integrated with CEP and the version of CSXS doesn't match.

  <ExecutionEnvironment>
    <HostList>
      <!-- 3) -->
      <Host Name="PHSP" Version="19" />
      <Host Name="PHXS" Version="19" />
    </HostList>
    <LocaleList>
      <Locale Code="All" />
    </LocaleList>
    <RequiredRuntimeList>
      <RequiredRuntime Name="CSXS" Version="7.0" />
    </RequiredRuntimeList>
  </ExecutionEnvironment>

Proposed solution or attempted solutions that failed

Use the version 8 of CSXS or 18 of PHSP/PHXS as you can see in the CEP 8 HTML Extension Cookbook