Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mpd committed Sep 11, 2013
0 parents commit 32b5c5d
Show file tree
Hide file tree
Showing 10 changed files with 3,621 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
16 changes: 16 additions & 0 deletions Info.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
return {
LrSdkVersion = 4.0,
LrSdkMinimumVersion = 3.0, -- minimum SDK version required by this plug-in

LrToolkitIdentifier = 'com.adobe.lightroom.export.stipple',
LrPluginName = LOC "$$$/Stipple/PluginName=Stipple",

LrExportServiceProvider = {
title = LOC "$$$/Stipple/Stipple-title=Stipple",
file = 'StippleExportServiceProvider.lua',
},

LrMetadataProvider = 'StippleMetadataDefinition.lua',

VERSION = { major=0, minor=1, revision=1, build=1, },
}
Loading

0 comments on commit 32b5c5d

Please sign in to comment.