UNPKG

cepy

Version:

An utility that helps debugging and packaging HTML5-based extensions for Adobe Creative Cloud applications.

28 lines (27 loc) 952 B
<?xml version="1.0" encoding="UTF-8"?> <ExtensionManifest Version="4.0" ExtensionBundleId="{%= bundle.id %}" ExtensionBundleName="{%= bundle.name %}" ExtensionBundleVersion="{%= bundle.version %}" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Author><![CDATA[{%= bundle.author %}]]></Author> <ExtensionList> {% extensionList.forEach(function (extension) { %} {%= extension %} {% }); %} </ExtensionList> <ExecutionEnvironment> <HostList> {% hostList.forEach(function (host) { %} {%= host %} {% }); %} </HostList> <LocaleList> <Locale Code="All" /> </LocaleList> <RequiredRuntimeList> <RequiredRuntime Name="CSXS" Version="4.0" /> </RequiredRuntimeList> </ExecutionEnvironment> <DispatchInfoList> {% dispatchInfoList.forEach(function (dispatchInfo) { %} {%= dispatchInfo %} {% }); %} </DispatchInfoList> </ExtensionManifest>