Getting-Started-guides icon indicating copy to clipboard operation
Getting-Started-guides copied to clipboard

Issue in manifest with the version of CSXS

Open Menaquinone opened this issue 3 years ago • 0 comments

Submit an issue

Topic

This is an issue regarding:

  • [x] The guides contained within this repo.
  • [x] The samples contained within this repo.

Versions

  • [x] CEP version(s) used [must be 8.x+ for this repo]:
  • [ ] Supported CC app(s) and version(s):

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

Menaquinone avatar Dec 21 '21 17:12 Menaquinone