Files
lightroom_plugin/photonodes.lrplugin/Info.lua
2025-08-20 10:37:50 -06:00

37 lines
1.1 KiB
Lua

--[[----------------------------------------------------------------------------
Info.lua
Summary information for ftp_upload sample plug-in
--------------------------------------------------------------------------------
ADOBE SYSTEMS INCORPORATED
Copyright 2007 Adobe Systems Incorporated
All Rights Reserved.
NOTICE: Adobe permits you to use, modify, and distribute this file in accordance
with the terms of the Adobe license agreement accompanying it. If you have received
this file from a source other than Adobe, then your use, modification, or distribution
of it requires the prior written permission of Adobe.
------------------------------------------------------------------------------]]
return {
LrSdkVersion = 3.0,
LrSdkMinimumVersion = 1.3, -- minimum SDK version required by this plug-in
LrToolkitIdentifier = 'com.photonodes.lightroom.export.web_upload',
LrPluginName = LOC "$$$/photonodes/PluginName=Photonodes Export Plugin",
LrExportServiceProvider = {
title = "PhotoNodes",
file = 'PhotonodesUploadServiceProvider.lua',
},
VERSION = { major=1, minor=2, revision=0, },
}