mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
31 lines
799 B
XML
31 lines
799 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ExtensionList>
|
|
<Extension Id="io.ynput.AE.panel">
|
|
<HostList>
|
|
|
|
<!-- Comment Host tags according to the apps you want your panel to support -->
|
|
|
|
<!-- Photoshop -->
|
|
<Host Name="PHXS" Port="8088"/>
|
|
|
|
<!-- Illustrator -->
|
|
<Host Name="ILST" Port="8089"/>
|
|
|
|
<!-- InDesign -->
|
|
<Host Name="IDSN" Port="8090" />
|
|
|
|
<!-- Premiere -->
|
|
<Host Name="PPRO" Port="8091" />
|
|
|
|
<!-- AfterEffects -->
|
|
<Host Name="AEFT" Port="8092" />
|
|
|
|
<!-- PRELUDE -->
|
|
<Host Name="PRLD" Port="8093" />
|
|
|
|
<!-- FLASH Pro -->
|
|
<Host Name="FLPR" Port="8094" />
|
|
|
|
</HostList>
|
|
</Extension>
|
|
</ExtensionList>
|