hs.appinfo
Module
Module for accessing information about the Hammerspoon application itself
Types
This module does not provide any types.
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.build
string
The application's build number
hs.appinfo.minimumOSVersion
string
The minimum macOS version required to run this application
hs.appinfo.copyrightNotice
string
The copyright notice for 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.