---
title: createsNewApplicationInstance
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsworkspace/openconfiguration/createsnewapplicationinstance
---

# createsNewApplicationInstance

A Boolean value indicating whether you want the system to launch a new instance of the app.

## Declaration

```swift
var createsNewApplicationInstance: Bool { get set }
```

## Discussion

Discussion When the value of this property is true, the system always launches a new version of the app, even if an existing copy is already running. The default value of this property is false, which causes the system to open the already running app when present.

## See Also

### Specifying app-related behaviors

- [activates](appkit/nsworkspace/openconfiguration/activates.md)
- [addsToRecentItems](appkit/nsworkspace/openconfiguration/addstorecentitems.md)
- [allowsRunningApplicationSubstitution](appkit/nsworkspace/openconfiguration/allowsrunningapplicationsubstitution.md)
- [hides](appkit/nsworkspace/openconfiguration/hides.md)
- [hidesOthers](appkit/nsworkspace/openconfiguration/hidesothers.md)
