Versions in this module Expand all Collapse all v0 v0.1.0 Mar 5, 2026 Changes in this version + func GetSignatureInfo(bundlePath string) (map[string]string, error) + func VerifySignature(bundlePath string) error + type Bundle struct + Config *Config + Path string + func Create(execPath string, appName, bundleID, version string, permissions []string, ...) (*Bundle, error) + func New(execPath string, config *Config) (*Bundle, error) + func (b *Bundle) BundleID() string + func (b *Bundle) CleanName() string + func (b *Bundle) Create() error + func (b *Bundle) ExecutablePath() string + func (b *Bundle) ForceResign() + func (b *Bundle) Sign() error + func (b *Bundle) Validate() error + func (b *Bundle) Version() string + type Config struct + AdHocSign bool + AppGroups []string + AppName string + AutoSign bool + BundleID string + CleanupBundle bool + CodeSignIdentity string + CodeSigningIdentifier string + Custom []string + CustomArrays map[string][]string + CustomStrings map[string]string + Debug bool + DevMode bool + IconPath string + Info map[string]interface{} + Permissions []string + ProvisioningProfile string + ResolvedSigningIdentity string + UIMode UIMode + Version string + type ProfileEntitlements struct + ApplicationIdentifier string + TeamIdentifier string + type UIMode string + const UIModeAccessory + const UIModeBackground + const UIModeRegular