automaticTerminationSupportEnabled
A Boolean value indicating whether the app supports automatic termination.
Declaration
var automaticTerminationSupportEnabled: Bool { get set }Discussion
Without setting this property or setting the equivalent Info.plist key (NSSupportsAutomaticTermination), the methods disableAutomaticTermination(_:) and enableAutomaticTermination(_:) have no effect, although the counter tracking automatic termination opt-outs is still kept up to date to ensure correctness if this is called later. Currently, setting this property to false has no effect. This property should be set in the app delegate method applicationDidFinishLaunching(_:) or earlier.