InstallerPlugins Changes
InstallerPlugins
InstallerPane.h
Removed -[InstallerPane gotoNextPane]
Removed -[InstallerPane gotoPreviousPane]
Removed -[InstallerPane nextEnabled]
Removed -[InstallerPane previousEnabled]
Removed -[InstallerPane section]
Removed -[InstallerPane setNextEnabled:]
Removed -[InstallerPane setPreviousEnabled:]
Removed -[InstallerPane title]
Added InstallerPane.gotoNextPane
Added InstallerPane.gotoPreviousPane
Added InstallerPane.nextEnabled
Added InstallerPane.previousEnabled
Added InstallerPane.section
Added InstallerPane.title
Modified InstallerPane.contentView
Declaration | |
---|---|
From | @property(nonatomic, retain) NSView *contentView |
To | @property(nonatomic, retain) IBOutlet NSView *contentView |
Modified InstallerPane.firstKeyView
Declaration | |
---|---|
From | @property(nonatomic, retain) NSView *firstKeyView |
To | @property(nonatomic, retain) IBOutlet NSView *firstKeyView |
Modified -[InstallerPane initWithSection:]
Declaration | |
---|---|
From | - (id)initWithSection:(id)parent |
To | - (instancetype)initWithSection:(id)parent |
Modified InstallerPane.initialKeyView
Declaration | |
---|---|
From | @property(nonatomic, retain) NSView *initialKeyView |
To | @property(nonatomic, retain) IBOutlet NSView *initialKeyView |
Modified InstallerPane.lastKeyView
Declaration | |
---|---|
From | @property(nonatomic, retain) NSView *lastKeyView |
To | @property(nonatomic, retain) IBOutlet NSView *lastKeyView |
Modified InstallerPane.nextPane
Declaration | |
---|---|
From | @property(nonatomic, retain) InstallerPane *nextPane |
To | @property(nonatomic, retain) IBOutlet InstallerPane *nextPane |
InstallerSection.h
Removed -[InstallerSection activePane]
Removed -[InstallerSection bundle]
Removed -[InstallerSection firstPane]
Removed -[InstallerSection installerState]
Removed -[InstallerSection shouldLoad]
Removed -[InstallerSection title]
Added InstallerSection.activePane
Added InstallerSection.bundle
Added InstallerSection.firstPane
Added InstallerSection.installerState
Added InstallerSection.shouldLoad
Added InstallerSection.title
InstallerState.h
Removed -[InstallerState choiceDictionaries]
Removed -[InstallerState installStarted]
Removed -[InstallerState installSucceeded]
Removed -[InstallerState licenseAgreed]
Removed -[InstallerState licenseAgreedLanguage]
Removed -[InstallerState targetPath]
Removed -[InstallerState targetVolumePath]
Added InstallerState.choiceDictionaries
Added InstallerState.installStarted
Added InstallerState.installSucceeded
Added InstallerState.licenseAgreed
Added InstallerState.licenseAgreedLanguage
Added InstallerState.targetPath
Added InstallerState.targetVolumePath