---
title: itemURLs
framework: coreservices
role: symbol
role_heading: Instance Property
path: coreservices/lslaunchurlspec/1443759-itemurls
---

# itemURLs

A reference to an array of Core Foundation URL references designating the item or items to open; see the CFArray Reference in the Core Foundation Reference Documentation for a description of the CFArrayRef data type. The value of this field can be NULL, in which case the application designated by appURL will be launched without opening any items.

## Declaration

```swift
var itemURLs: Unmanaged<CFArray>?
```

## See Also

### Configuring a Launch URL

- [appURL](coreservices/lslaunchurlspec/1443566-appurl.md)
- [asyncRefCon](coreservices/lslaunchurlspec/1448168-asyncrefcon.md)
- [launchFlags](coreservices/lslaunchurlspec/1443957-launchflags.md)
- [passThruParams](coreservices/lslaunchurlspec/1445136-passthruparams.md)
