How can I add to Xcode Simulator's list of iOS devices?

I am using Xcode 11.5 - I need to do this because of the particular development environment I'm using. I'm testing various iPhone models with an app I'm developing.

When I open the Simulator for iOS 13.5 (the most recent version of iOS this version of Xcode can handle), the list of available iPhones is very short: it only includes iPhone 8, 11 and SE version 2. For example the list doesn't include the iPhone XS, which is capable of running not only iOS iOS 13.5 but even iOS 14. The XS is my main target, so I can't do the simulation I need to do.

Is there a way I can add to the list?

Replies

Answered my own question - I had not see the Help entry "Create a simulator configuration", which explains what to do.
Sorry for the interruption.