Skip to content

Instantly share code, notes, and snippets.

@ErinFinnegan
Created July 26, 2022 20:43
Show Gist options
  • Select an option

  • Save ErinFinnegan/a3005d71207c4fc3b157423d4a8086ea to your computer and use it in GitHub Desktop.

Select an option

Save ErinFinnegan/a3005d71207c4fc3b157423d4a8086ea to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<macromedia-extension
id="EXTENSION-ID"
name="EXTENSION-NAME"
requires-restart="true"
version="1.0.0">
<author name="NAME"/>
<description>
<![CDATA[PRODUCT-DESCRIPTION]]>
</description>
<ui-access>
<![CDATA[LOCATION-INSTRUCTION]]>
</ui-access>
<license-agreement>
<![CDATA[LICENSE-AGREEMENT]]>
</license-agreement>
<products>
<product name="LightroomClassic" version="11"/>
</products>
<files>
<file source="myCustomPreset.lrtemplate">
destination="$developpresets”
file-type="ordinary"
products="LightroomClassic"
minVersion="11.4" />
<file source="myTemplate.lrtemplate"
destination="$Downloads"
file-type="ordinary"
products="LightroomClassic"
minVersion="11.4" />
</files>
</macromedia-extension>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment