Contents

allowsRunningApplicationSubstitution

A Boolean value that indicates whether to use a running instance of an application even if it’s at a different URL.

Declaration

var allowsRunningApplicationSubstitution: Bool { get set }

Discussion

If an instance of an application is already running and is capable of opening the provided URLs, but the running instance is at a different URL, use the running application.

This property defaults to true. Set this to false if you let the user select between specific versions of an application, or let them choose a particular installation.

See Also

Specifying app-related behaviors