Versions in this module Expand all Collapse all v0 v0.6.18 Aug 22, 2026 v0.6.17 Aug 22, 2026 Changes in this version + var EPErrorDomain foundation.NSErrorDomain + func NewBoolBlock(handler BoolHandler) (objc.ID, func()) + type BoolHandler = func(bool) + type EPDeveloperTool struct + func EPDeveloperToolFromID(id objc.ID) EPDeveloperTool + func NewEPDeveloperTool() EPDeveloperTool + func (e EPDeveloperTool) AuthorizationStatus() EPDeveloperToolStatus + func (e EPDeveloperTool) Autorelease() EPDeveloperTool + func (e EPDeveloperTool) Init() EPDeveloperTool + func (e EPDeveloperTool) RequestDeveloperToolAccess(ctx context.Context) (bool, error) + func (e EPDeveloperTool) RequestDeveloperToolAccessWithCompletionHandler(handler BoolHandler) + type EPDeveloperToolClass struct + func GetEPDeveloperToolClass() EPDeveloperToolClass + func (ec EPDeveloperToolClass) Alloc() EPDeveloperTool + func (ec EPDeveloperToolClass) Class() objc.Class + type EPDeveloperToolStatus int + const EPDeveloperToolStatusAuthorized + const EPDeveloperToolStatusDenied + const EPDeveloperToolStatusNotDetermined + const EPDeveloperToolStatusRestricted + func (e EPDeveloperToolStatus) String() string + type EPError int + const EPErrorGeneric + const EPErrorNotADeveloperTool + func (e EPError) String() string + type EPExecutionPolicy struct + func EPExecutionPolicyFromID(id objc.ID) EPExecutionPolicy + func NewEPExecutionPolicy() EPExecutionPolicy + func (e EPExecutionPolicy) AddPolicyExceptionForURLError(url foundation.NSURL) (bool, error) + func (e EPExecutionPolicy) Autorelease() EPExecutionPolicy + func (e EPExecutionPolicy) Init() EPExecutionPolicy + type EPExecutionPolicyClass struct + func GetEPExecutionPolicyClass() EPExecutionPolicyClass + func (ec EPExecutionPolicyClass) Alloc() EPExecutionPolicy + func (ec EPExecutionPolicyClass) Class() objc.Class + type IEPDeveloperTool interface + AuthorizationStatus func() EPDeveloperToolStatus + RequestDeveloperToolAccessWithCompletionHandler func(handler BoolHandler) + type IEPExecutionPolicy interface + AddPolicyExceptionForURLError func(url foundation.NSURL) (bool, error)