Action Updates

Download Action Updates.lbaction (powered by DownGit)

Action that checks locally installed custom actions to check to see if a new version is available. Actions specify the following keys in their Info.plist to facilitate features of this action

  • /CFBundleVersion – string version identifier of the action in form of major[.minor][.patch]. For example: 5.4.11
  • /LBDescription/LBUpdateURL – string URL pointing at the Info.plist of the latest version of the action
  • /LBDescription/LBDownloadURL – string URL pointing at the downloadable file of the latest version of the action
  • /LBDescription/LBChangelog – string containing the text contents of the action’s changelog to display

More information for action developers in README

Relevant LaunchBar Documentation: