├── .gitignore ├── LICENSE.md ├── Makefile ├── README.md ├── Templates.applescript ├── Templates.scpt ├── changelog.md ├── icon.icns ├── icon.key └── .dropbox.attr └── icon.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lemonmade/templates/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lemonmade/templates/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lemonmade/templates/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lemonmade/templates/HEAD/README.md -------------------------------------------------------------------------------- /Templates.applescript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lemonmade/templates/HEAD/Templates.applescript -------------------------------------------------------------------------------- /Templates.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lemonmade/templates/HEAD/Templates.scpt -------------------------------------------------------------------------------- /changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lemonmade/templates/HEAD/changelog.md -------------------------------------------------------------------------------- /icon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lemonmade/templates/HEAD/icon.icns -------------------------------------------------------------------------------- /icon.key/.dropbox.attr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lemonmade/templates/HEAD/icon.key/.dropbox.attr -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lemonmade/templates/HEAD/icon.png --------------------------------------------------------------------------------