Versions in this module Expand all Collapse all v0 v0.5.0 Sep 6, 2026 Changes in this version type Bundle + func (b Bundle) DesignatedRequirement() (string, error) + func (b Bundle) Sign(s Signer) error + type Signer struct + Entitlements string + Identifier string + Identity string v0.4.0 Sep 4, 2026 Changes in this version + func ICNS(images ...[]byte) ([]byte, error) + type Bundle struct + Name string + Path string + func Build(s Spec) (Bundle, error) + func Of(exePath string) (Bundle, bool) + func Running() (Bundle, bool) + type Spec struct + Accessory bool + Dir string + Executable string + Icon []byte + Identifier string + MinimumSystem string + Name string + UsageDescriptions map[string]string + Version string