# -*- mode: snippet -*- # name: Info.plist File Template # condition: (eq major-mode 'nxml-mode) # -- CFBundleIdentifier io.henrik.launchbar.${1:$(replace-regexp-in-string "[^a-zA-Z0-9]" "" yas-text)} CFBundleName ${1:Action Name} CFBundleVersion ${2:1.0.0} CFBundleIconFile icon LBDebugLogEnabled LBScripts LBDefaultScript LBScriptName default.js LBRunInBackground LBRequiresArgument LBAcceptedArgumentTypes string LBReturnsResult LBReturnType string LBDescription LBAuthor Henrik Lissner LBWebsite http://v0.io/launchbar LBEmail contact@henrik.io LBTwitter @vnought LBSummary ${3:A short summary of this action} LBArgument ${4:Describe the input(s) for this action}${5: LBResult ${6:Describe the result type} }${7:LBRequirements ${8:The requirements for this action to work}} LBUpdateURL https://github.com/hlissner/lb6-${2:actions}/blob/master/$1.lbaction/Contents/Info.plist LBDownloadURL https://dl.v0.io/launchbar/$1.lbaction