API Docs

Module for accessing information about the Hammerspoon application itself

Properties

hs.appinfo.appName

string
The application's internal name (e.g., "Hammerspoon 2")

hs.appinfo.displayName

string
The application's display name shown to users

hs.appinfo.version

string
The application's version string (e.g., "2.0.0")

hs.appinfo.minimumOSVersion

string
The minimum macOS version required to run this application

hs.appinfo.bundleIdentifier

string
The application's bundle identifier (e.g., "com.hammerspoon.Hammerspoon-2")

hs.appinfo.bundlePath

string
The filesystem path to the application bundle

hs.appinfo.resourcePath

string
The filesystem path to the application's resource directory

Methods

This module has no methods.