Automator macOS 10.15.6 to 11.0 API Differences
AMWorkflow.h
Modified
AMWorkflow.actions
Declaration
From
@property (readonly, strong) NSArray<__kindof AMAction *> *actions
To
@property (nonatomic, readonly, strong) NSArray<__kindof AMAction *> *actions
AutomatorErrors.h
Added
AMActionXPCError