Does using caps deviceName = "iPhone Simulator" default to a specific Simulator? (e.g. iOS 8.1 Simulator)

Does using caps deviceName = “iPhone Simulator” default to a specific Simulator? (e.g. iOS 8.1 Simulator)

[caps]
platformName = "ios"
app = "/users/user/documents/apps/yourapp.app.zip"
deviceName = "iPhone Simulator"

This can be changed within the actual Appium UI. Appium --> iOS Settings --> Platform Version and this can be modified.

For everyone’s reference be sure to have the simulator installed on your local machine when running the test. These simulators can be installed via Xcode --> Preferences --> Components.