InstallerPlugins Changes
InstallerPlugins
Modified InstallerPane.init(section: AnyObject!)
| Declaration | |
|---|---|
| From | init(section parent: AnyObject!) |
| To | init!(section parent: AnyObject!) |
Modified InstallerState_Choice_CustomLocation
| Declaration | |
|---|---|
| From | let InstallerState_Choice_CustomLocation: NSString! |
| To | let InstallerState_Choice_CustomLocation: String |
Modified InstallerState_Choice_Identifier
| Declaration | |
|---|---|
| From | let InstallerState_Choice_Identifier: NSString! |
| To | let InstallerState_Choice_Identifier: String |
Modified InstallerState_Choice_Installed
| Declaration | |
|---|---|
| From | let InstallerState_Choice_Installed: NSString! |
| To | let InstallerState_Choice_Installed: String |