Automator Changes
Automator
AMAction.h
Removed -[AMAction ignoresInput]
Removed -[AMAction isStopped]
Removed -[AMAction name]
Removed -[AMAction output]
Removed -[AMAction progressValue]
Removed -[AMAction selectedInputType]
Removed -[AMAction selectedOutputType]
Removed -[AMAction setOutput:]
Removed -[AMAction setProgressValue:]
Added AMAction.ignoresInput
Added AMAction.name
Added AMAction.output
Added AMAction.progressValue
Added AMAction.stopped
Declaration | |
---|---|
From | - (id)initWithContentsOfURL:(NSURL *)fileURL error:(NSError **)outError |
To | - (instancetype)initWithContentsOfURL:(NSURL *)fileURL error:(NSError **)outError |
Declaration | |
---|---|
From | - (id)initWithDefinition:(NSDictionary *)dict fromArchive:(BOOL)archived |
To | - (instancetype)initWithDefinition:(NSDictionary *)dict fromArchive:(BOOL)archived |
AMAppleScriptAction.h
Removed -[AMAppleScriptAction script]
Removed -[AMAppleScriptAction setScript:]
AMBundleAction.h
Removed -[AMBundleAction bundle]
Removed -[AMBundleAction hasView]
Removed -[AMBundleAction parameters]
Removed -[AMBundleAction setParameters:]
Removed -[AMBundleAction view]
Declaration | |
---|---|
From | - (id)initWithDefinition:(NSDictionary *)dict fromArchive:(BOOL)archived |
To | - (instancetype)initWithDefinition:(NSDictionary *)dict fromArchive:(BOOL)archived |
AMWorkflow.h
Declaration | |
---|---|
From | - (id)initWithContentsOfURL:(NSURL *)fileURL error:(NSError **)outError |
To | - (instancetype)initWithContentsOfURL:(NSURL *)fileURL error:(NSError **)outError |
AMWorkflowController.h
Removed -[AMWorkflowController canRun]
Removed -[AMWorkflowController delegate]
Removed -[AMWorkflowController isPaused]
Removed -[AMWorkflowController workflow]
Modified -[AMWorkflowController pause:]
Declaration | |
---|---|
From | - (void)pause:(id)sender |
To | - (IBAction)pause:(id)sender |
Modified -[AMWorkflowController reset:]
Declaration | |
---|---|
From | - (void)reset:(id)sender |
To | - (IBAction)reset:(id)sender |
Modified -[AMWorkflowController run:]
Declaration | |
---|---|
From | - (void)run:(id)sender |
To | - (IBAction)run:(id)sender |
Modified -[AMWorkflowController step:]
Declaration | |
---|---|
From | - (void)step:(id)sender |
To | - (IBAction)step:(id)sender |
Modified -[AMWorkflowController stop:]
Declaration | |
---|---|
From | - (void)stop:(id)sender |
To | - (IBAction)stop:(id)sender |
AMWorkflowView.h
Removed -[AMWorkflowView isEditable]
Removed -[AMWorkflowView setEditable:]
AutomatorErrors.h