Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Applesimutils --list doesn't find iPhone devices #119

Open
kg-currenxie opened this issue Nov 3, 2023 · 8 comments
Open

Applesimutils --list doesn't find iPhone devices #119

kg-currenxie opened this issue Nov 3, 2023 · 8 comments
Assignees
Labels

Comments

@kg-currenxie
Copy link

kg-currenxie commented Nov 3, 2023

Description

After upgrading Xcode to 15

applesimutils --list | grep "iPhone"
=> no output

brew untap -f wix/brew && brew tap wix/brew
brew install applesimutils

applesimutils --list | grep "iPhone"
=> still no output

Steps to Reproduce
simctl works tho:

xcrun simctl list | grep "iPhone 15"
iPhone 15 (com.apple.CoreSimulator.SimDeviceType.iPhone-15)
iPhone 15 Plus (com.apple.CoreSimulator.SimDeviceType.iPhone-15-Plus)
iPhone 15 Pro (com.apple.CoreSimulator.SimDeviceType.iPhone-15-Pro)
iPhone 15 Pro Max (com.apple.CoreSimulator.SimDeviceType.iPhone-15-Pro-Max)
    iPhone 15 (B860117E-30BC-49BB-ADEB-2742B4586EDE) (Shutdown)
    iPhone 15 Plus (0795771F-ED31-4E99-90A8-4A8AA18CF8D7) (Shutdown)
    iPhone 15 Pro (4E593FCF-74AA-4F46-84CA-F3777F02FFED) (Shutdown)
    iPhone 15 Pro Max (17FCDDC4-1659-42A6-A56F-B4D6C0773CD8) (Shutdown)

Expected Behavior
Should find ios devices

Screenshots
image

image

Environment

  • macOS version: 14.0 (23A344)
  • Xcode version: Version 15.0 (15A240d)
  • applesimutils version 0.9.10

Example of applesimutils output with other devices (without grep iPhone)

{
    "os" : {
      "bundlePath" : "\/Library\/Developer\/CoreSimulator\/Volumes\/watchOS_20R362\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/watchOS 9.0.simruntime",
      "buildversion" : "20R362",
      "platform" : "watchOS",
      "runtimeRoot" : "\/Library\/Developer\/CoreSimulator\/Volumes\/watchOS_20R362\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/watchOS 9.0.simruntime\/Contents\/Resources\/RuntimeRoot",
      "identifier" : "com.apple.CoreSimulator.SimRuntime.watchOS-9-0",
      "version" : "9.0",
      "isInternal" : false,
      "isAvailable" : true,
      "name" : "watchOS 9.0",
      "supportedDeviceTypes" : [
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 4 (40mm).simdevicetype",
          "name" : "Apple Watch Series 4 (40mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-40mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 4 (44mm).simdevicetype",
          "name" : "Apple Watch Series 4 (44mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-44mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 5 (40mm).simdevicetype",
          "name" : "Apple Watch Series 5 (40mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 5 (44mm).simdevicetype",
          "name" : "Apple Watch Series 5 (44mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch SE (40mm).simdevicetype",
          "name" : "Apple Watch SE (40mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-40mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch SE (44mm).simdevicetype",
          "name" : "Apple Watch SE (44mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-44mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 6 (40mm).simdevicetype",
          "name" : "Apple Watch Series 6 (40mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 6 (44mm).simdevicetype",
          "name" : "Apple Watch Series 6 (44mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 7 (41mm).simdevicetype",
          "name" : "Apple Watch Series 7 (41mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-41mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 7 (45mm).simdevicetype",
          "name" : "Apple Watch Series 7 (45mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-45mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch SE (40mm) (2nd generation).simdevicetype",
          "name" : "Apple Watch SE (40mm) (2nd generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-40mm-2nd-generation",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch SE (44mm) (2nd generation).simdevicetype",
          "name" : "Apple Watch SE (44mm) (2nd generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-44mm-2nd-generation",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 8 (41mm).simdevicetype",
          "name" : "Apple Watch Series 8 (41mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-8-41mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 8 (45mm).simdevicetype",
          "name" : "Apple Watch Series 8 (45mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-8-45mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Ultra (49mm).simdevicetype",
          "name" : "Apple Watch Ultra (49mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Ultra-49mm",
          "productFamily" : "Apple Watch"
        }
      ]
    },
    "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/6BB3449C-87BE-4A01-A58B-F5C06621B806\/data",
    "dataPathSize" : 0,
    "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/6BB3449C-87BE-4A01-A58B-F5C06621B806",
    "udid" : "6BB3449C-87BE-4A01-A58B-F5C06621B806",
    "isAvailable" : true,
    "deviceType" : {
      "maxRuntimeVersion" : 4294967295,
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Ultra (49mm).simdevicetype",
      "maxRuntimeVersionString" : "65535.255.255",
      "name" : "Apple Watch Ultra (49mm)",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Ultra-49mm",
      "productFamily" : "Apple Watch",
      "modelIdentifier" : "Watch6,18",
      "minRuntimeVersionString" : "9.0.0",
      "minRuntimeVersion" : 589824
    },
    "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Ultra-49mm",
    "state" : "Shutdown",
    "name" : "Apple Watch Ultra (49mm)"
  }
@asafkorem
Copy link
Contributor

@kg-currenxie could you please run xcrun simctl list --json and post the result here?

@kg-currenxie
Copy link
Author

{
  "devicetypes" : [
    {
      "productFamily" : "iPhone",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 6s.simdevicetype",
      "maxRuntimeVersion" : 1048575,
      "maxRuntimeVersionString" : "15.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-6s",
      "modelIdentifier" : "iPhone8,1",
      "minRuntimeVersionString" : "9.0.0",
      "minRuntimeVersion" : 589824,
      "name" : "iPhone 6s"
    },
    {
      "productFamily" : "iPhone",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 6s Plus.simdevicetype",
      "maxRuntimeVersion" : 1048575,
      "maxRuntimeVersionString" : "15.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-6s-Plus",
      "modelIdentifier" : "iPhone8,2",
      "minRuntimeVersionString" : "9.0.0",
      "minRuntimeVersion" : 589824,
      "name" : "iPhone 6s Plus"
    },
    {
      "productFamily" : "iPhone",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone SE (1st generation).simdevicetype",
      "maxRuntimeVersion" : 1048575,
      "maxRuntimeVersionString" : "15.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE",
      "modelIdentifier" : "iPhone8,4",
      "minRuntimeVersionString" : "9.3.0",
      "minRuntimeVersion" : 590592,
      "name" : "iPhone SE (1st generation)"
    },
    {
      "productFamily" : "iPhone",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 7.simdevicetype",
      "maxRuntimeVersion" : 1048575,
      "maxRuntimeVersionString" : "15.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-7",
      "modelIdentifier" : "iPhone9,1",
      "minRuntimeVersionString" : "10.0.0",
      "minRuntimeVersion" : 655360,
      "name" : "iPhone 7"
    },
    {
      "productFamily" : "iPhone",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 7 Plus.simdevicetype",
      "maxRuntimeVersion" : 1048575,
      "maxRuntimeVersionString" : "15.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-7-Plus",
      "modelIdentifier" : "iPhone9,2",
      "minRuntimeVersionString" : "10.0.0",
      "minRuntimeVersion" : 655360,
      "name" : "iPhone 7 Plus"
    },
    {
      "productFamily" : "iPhone",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 8.simdevicetype",
      "maxRuntimeVersion" : 1050880,
      "maxRuntimeVersionString" : "16.9.0",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
      "modelIdentifier" : "iPhone10,4",
      "minRuntimeVersionString" : "11.0.0",
      "minRuntimeVersion" : 720896,
      "name" : "iPhone 8"
    },
    {
      "productFamily" : "iPhone",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 8 Plus.simdevicetype",
      "maxRuntimeVersion" : 1050880,
      "maxRuntimeVersionString" : "16.9.0",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
      "modelIdentifier" : "iPhone10,5",
      "minRuntimeVersionString" : "11.0.0",
      "minRuntimeVersion" : 720896,
      "name" : "iPhone 8 Plus"
    },
    {
      "productFamily" : "iPhone",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone X.simdevicetype",
      "maxRuntimeVersion" : 1050880,
      "maxRuntimeVersionString" : "16.9.0",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-X",
      "modelIdentifier" : "iPhone10,6",
      "minRuntimeVersionString" : "11.0.0",
      "minRuntimeVersion" : 720896,
      "name" : "iPhone X"
    },
    {
      "productFamily" : "iPhone",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone Xs.simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-XS",
      "modelIdentifier" : "iPhone11,2",
      "minRuntimeVersionString" : "12.0.0",
      "minRuntimeVersion" : 786432,
      "name" : "iPhone Xs"
    },
    {
      "productFamily" : "iPhone",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone Xs Max.simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-XS-Max",
      "modelIdentifier" : "iPhone11,4",
      "minRuntimeVersionString" : "12.0.0",
      "minRuntimeVersion" : 786432,
      "name" : "iPhone Xs Max"
    },
    {
      "productFamily" : "iPhone",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone Xʀ.simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-XR",
      "modelIdentifier" : "iPhone11,8",
      "minRuntimeVersionString" : "12.0.0",
      "minRuntimeVersion" : 786432,
      "name" : "iPhone Xʀ"
    },
    {
      "productFamily" : "iPhone",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 11.simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
      "modelIdentifier" : "iPhone12,1",
      "minRuntimeVersionString" : "13.0.0",
      "minRuntimeVersion" : 851968,
      "name" : "iPhone 11"
    },
    {
      "productFamily" : "iPhone",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 11 Pro.simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
      "modelIdentifier" : "iPhone12,3",
      "minRuntimeVersionString" : "13.0.0",
      "minRuntimeVersion" : 851968,
      "name" : "iPhone 11 Pro"
    },
    {
      "productFamily" : "iPhone",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 11 Pro Max.simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
      "modelIdentifier" : "iPhone12,5",
      "minRuntimeVersionString" : "13.0.0",
      "minRuntimeVersion" : 851968,
      "name" : "iPhone 11 Pro Max"
    },
    {
      "productFamily" : "iPhone",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone SE (2nd generation).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
      "modelIdentifier" : "iPhone12,8",
      "minRuntimeVersionString" : "13.4.1",
      "minRuntimeVersion" : 852993,
      "name" : "iPhone SE (2nd generation)"
    },
    {
      "productFamily" : "iPhone",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12 mini.simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini",
      "modelIdentifier" : "iPhone13,1",
      "minRuntimeVersionString" : "14.1.0",
      "minRuntimeVersion" : 917760,
      "name" : "iPhone 12 mini"
    },
    {
      "productFamily" : "iPhone",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12.simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12",
      "modelIdentifier" : "iPhone13,2",
      "minRuntimeVersionString" : "14.1.0",
      "minRuntimeVersion" : 917760,
      "name" : "iPhone 12"
    },
    {
      "productFamily" : "iPhone",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12 Pro.simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro",
      "modelIdentifier" : "iPhone13,3",
      "minRuntimeVersionString" : "14.1.0",
      "minRuntimeVersion" : 917760,
      "name" : "iPhone 12 Pro"
    },
    {
      "productFamily" : "iPhone",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12 Pro Max.simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max",
      "modelIdentifier" : "iPhone13,4",
      "minRuntimeVersionString" : "14.1.0",
      "minRuntimeVersion" : 917760,
      "name" : "iPhone 12 Pro Max"
    },
    {
      "productFamily" : "iPhone",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13 Pro.simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro",
      "modelIdentifier" : "iPhone14,2",
      "minRuntimeVersionString" : "15.0.0",
      "minRuntimeVersion" : 983040,
      "name" : "iPhone 13 Pro"
    },
    {
      "productFamily" : "iPhone",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13 Pro Max.simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro-Max",
      "modelIdentifier" : "iPhone14,3",
      "minRuntimeVersionString" : "15.0.0",
      "minRuntimeVersion" : 983040,
      "name" : "iPhone 13 Pro Max"
    },
    {
      "productFamily" : "iPhone",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13 mini.simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-mini",
      "modelIdentifier" : "iPhone14,4",
      "minRuntimeVersionString" : "15.0.0",
      "minRuntimeVersion" : 983040,
      "name" : "iPhone 13 mini"
    },
    {
      "productFamily" : "iPhone",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13.simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13",
      "modelIdentifier" : "iPhone14,5",
      "minRuntimeVersionString" : "15.0.0",
      "minRuntimeVersion" : 983040,
      "name" : "iPhone 13"
    },
    {
      "productFamily" : "iPhone",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone SE (3rd generation).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE-3rd-generation",
      "modelIdentifier" : "iPhone14,6",
      "minRuntimeVersionString" : "15.4.0",
      "minRuntimeVersion" : 984064,
      "name" : "iPhone SE (3rd generation)"
    },
    {
      "productFamily" : "iPhone",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14.simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14",
      "modelIdentifier" : "iPhone14,7",
      "minRuntimeVersionString" : "16.0.0",
      "minRuntimeVersion" : 1048576,
      "name" : "iPhone 14"
    },
    {
      "productFamily" : "iPhone",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14 Plus.simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Plus",
      "modelIdentifier" : "iPhone14,8",
      "minRuntimeVersionString" : "16.0.0",
      "minRuntimeVersion" : 1048576,
      "name" : "iPhone 14 Plus"
    },
    {
      "productFamily" : "iPhone",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14 Pro.simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro",
      "modelIdentifier" : "iPhone15,2",
      "minRuntimeVersionString" : "16.0.0",
      "minRuntimeVersion" : 1048576,
      "name" : "iPhone 14 Pro"
    },
    {
      "productFamily" : "iPhone",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14 Pro Max.simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro-Max",
      "modelIdentifier" : "iPhone15,3",
      "minRuntimeVersionString" : "16.0.0",
      "minRuntimeVersion" : 1048576,
      "name" : "iPhone 14 Pro Max"
    },
    {
      "productFamily" : "iPhone",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 15.simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15",
      "modelIdentifier" : "iPhone15,4",
      "minRuntimeVersionString" : "17.0.0",
      "minRuntimeVersion" : 1114112,
      "name" : "iPhone 15"
    },
    {
      "productFamily" : "iPhone",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 15 Plus.simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15-Plus",
      "modelIdentifier" : "iPhone15,5",
      "minRuntimeVersionString" : "17.0.0",
      "minRuntimeVersion" : 1114112,
      "name" : "iPhone 15 Plus"
    },
    {
      "productFamily" : "iPhone",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 15 Pro.simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15-Pro",
      "modelIdentifier" : "iPhone16,1",
      "minRuntimeVersionString" : "17.0.0",
      "minRuntimeVersion" : 1114112,
      "name" : "iPhone 15 Pro"
    },
    {
      "productFamily" : "iPhone",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 15 Pro Max.simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15-Pro-Max",
      "modelIdentifier" : "iPhone16,2",
      "minRuntimeVersionString" : "17.0.0",
      "minRuntimeVersion" : 1114112,
      "name" : "iPhone 15 Pro Max"
    },
    {
      "productFamily" : "iPhone",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPod touch (7th generation).simdevicetype",
      "maxRuntimeVersion" : 1048575,
      "maxRuntimeVersionString" : "15.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-",
      "modelIdentifier" : "iPod9,1",
      "minRuntimeVersionString" : "12.3.1",
      "minRuntimeVersion" : 787201,
      "name" : "iPod touch (7th generation)"
    },
    {
      "productFamily" : "iPad",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad mini 4.simdevicetype",
      "maxRuntimeVersion" : 1048575,
      "maxRuntimeVersionString" : "15.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini-4",
      "modelIdentifier" : "iPad5,1",
      "minRuntimeVersionString" : "9.0.0",
      "minRuntimeVersion" : 589824,
      "name" : "iPad mini 4"
    },
    {
      "productFamily" : "iPad",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air 2.simdevicetype",
      "maxRuntimeVersion" : 1048575,
      "maxRuntimeVersionString" : "15.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-2",
      "modelIdentifier" : "iPad5,4",
      "minRuntimeVersionString" : "8.0.0",
      "minRuntimeVersion" : 524288,
      "name" : "iPad Air 2"
    },
    {
      "productFamily" : "iPad",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (9.7-inch).simdevicetype",
      "maxRuntimeVersion" : 1050880,
      "maxRuntimeVersionString" : "16.9.0",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
      "modelIdentifier" : "iPad6,4",
      "minRuntimeVersionString" : "10.0.0",
      "minRuntimeVersion" : 655360,
      "name" : "iPad Pro (9.7-inch)"
    },
    {
      "productFamily" : "iPad",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (1st generation).simdevicetype",
      "maxRuntimeVersion" : 1050880,
      "maxRuntimeVersionString" : "16.9.0",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro",
      "modelIdentifier" : "iPad6,8",
      "minRuntimeVersionString" : "9.1.0",
      "minRuntimeVersion" : 590080,
      "name" : "iPad Pro (12.9-inch) (1st generation)"
    },
    {
      "productFamily" : "iPad",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (5th generation).simdevicetype",
      "maxRuntimeVersion" : 1050880,
      "maxRuntimeVersionString" : "16.9.0",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--5th-generation-",
      "modelIdentifier" : "iPad6,12",
      "minRuntimeVersionString" : "10.3.0",
      "minRuntimeVersion" : 656128,
      "name" : "iPad (5th generation)"
    },
    {
      "productFamily" : "iPad",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (2nd generation).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---2nd-generation-",
      "modelIdentifier" : "iPad7,1",
      "minRuntimeVersionString" : "10.3.0",
      "minRuntimeVersion" : 656128,
      "name" : "iPad Pro (12.9-inch) (2nd generation)"
    },
    {
      "productFamily" : "iPad",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (10.5-inch).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--10-5-inch-",
      "modelIdentifier" : "iPad7,3",
      "minRuntimeVersionString" : "10.3.0",
      "minRuntimeVersion" : 656128,
      "name" : "iPad Pro (10.5-inch)"
    },
    {
      "productFamily" : "iPad",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (6th generation).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--6th-generation-",
      "modelIdentifier" : "iPad7,6",
      "minRuntimeVersionString" : "11.3.0",
      "minRuntimeVersion" : 721664,
      "name" : "iPad (6th generation)"
    },
    {
      "productFamily" : "iPad",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (7th generation).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-",
      "modelIdentifier" : "iPad7,12",
      "minRuntimeVersionString" : "13.0.0",
      "minRuntimeVersion" : 851968,
      "name" : "iPad (7th generation)"
    },
    {
      "productFamily" : "iPad",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (1st generation).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch-",
      "modelIdentifier" : "iPad8,1",
      "minRuntimeVersionString" : "12.0.0",
      "minRuntimeVersion" : 786432,
      "name" : "iPad Pro (11-inch) (1st generation)"
    },
    {
      "productFamily" : "iPad",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (3rd generation).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---3rd-generation-",
      "modelIdentifier" : "iPad8,5",
      "minRuntimeVersionString" : "12.0.0",
      "minRuntimeVersion" : 786432,
      "name" : "iPad Pro (12.9-inch) (3rd generation)"
    },
    {
      "productFamily" : "iPad",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (2nd generation).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
      "modelIdentifier" : "iPad8,9",
      "minRuntimeVersionString" : "13.4.0",
      "minRuntimeVersion" : 852992,
      "name" : "iPad Pro (11-inch) (2nd generation)"
    },
    {
      "productFamily" : "iPad",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (4th generation).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
      "modelIdentifier" : "iPad8,12",
      "minRuntimeVersionString" : "13.4.0",
      "minRuntimeVersion" : 852992,
      "name" : "iPad Pro (12.9-inch) (4th generation)"
    },
    {
      "productFamily" : "iPad",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad mini (5th generation).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini--5th-generation-",
      "modelIdentifier" : "iPad11,1",
      "minRuntimeVersionString" : "12.2.0",
      "minRuntimeVersion" : 786944,
      "name" : "iPad mini (5th generation)"
    },
    {
      "productFamily" : "iPad",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air (3rd generation).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-",
      "modelIdentifier" : "iPad11,3",
      "minRuntimeVersionString" : "12.2.0",
      "minRuntimeVersion" : 786944,
      "name" : "iPad Air (3rd generation)"
    },
    {
      "productFamily" : "iPad",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (8th generation).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-",
      "modelIdentifier" : "iPad11,7",
      "minRuntimeVersionString" : "13.0.0",
      "minRuntimeVersion" : 851968,
      "name" : "iPad (8th generation)"
    },
    {
      "productFamily" : "iPad",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (9th generation).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-9th-generation",
      "modelIdentifier" : "iPad12,2",
      "minRuntimeVersionString" : "15.0.0",
      "minRuntimeVersion" : 983040,
      "name" : "iPad (9th generation)"
    },
    {
      "productFamily" : "iPad",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air (4th generation).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-",
      "modelIdentifier" : "iPad13,2",
      "minRuntimeVersionString" : "12.2.0",
      "minRuntimeVersion" : 786944,
      "name" : "iPad Air (4th generation)"
    },
    {
      "productFamily" : "iPad",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (3rd generation).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-3rd-generation",
      "modelIdentifier" : "iPad13,5",
      "minRuntimeVersionString" : "14.5.0",
      "minRuntimeVersion" : 918784,
      "name" : "iPad Pro (11-inch) (3rd generation)"
    },
    {
      "productFamily" : "iPad",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (5th generation).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-5th-generation",
      "modelIdentifier" : "iPad13,10",
      "minRuntimeVersionString" : "14.5.0",
      "minRuntimeVersion" : 918784,
      "name" : "iPad Pro (12.9-inch) (5th generation)"
    },
    {
      "productFamily" : "iPad",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air (5th generation).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-5th-generation",
      "modelIdentifier" : "iPad13,17",
      "minRuntimeVersionString" : "15.4.0",
      "minRuntimeVersion" : 984064,
      "name" : "iPad Air (5th generation)"
    },
    {
      "productFamily" : "iPad",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (10th generation).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-10th-generation",
      "modelIdentifier" : "iPad13,18",
      "minRuntimeVersionString" : "16.1.0",
      "minRuntimeVersion" : 1048832,
      "name" : "iPad (10th generation)"
    },
    {
      "productFamily" : "iPad",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad mini (6th generation).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini-6th-generation",
      "modelIdentifier" : "iPad14,1",
      "minRuntimeVersionString" : "15.0.0",
      "minRuntimeVersion" : 983040,
      "name" : "iPad mini (6th generation)"
    },
    {
      "productFamily" : "iPad",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (4th generation).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-4th-generation-8GB",
      "modelIdentifier" : "iPad14,3",
      "minRuntimeVersionString" : "16.1.0",
      "minRuntimeVersion" : 1048832,
      "name" : "iPad Pro (11-inch) (4th generation)"
    },
    {
      "productFamily" : "iPad",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (4th generation) (16GB).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-4th-generation-16GB",
      "modelIdentifier" : "iPad14,4",
      "minRuntimeVersionString" : "16.1.0",
      "minRuntimeVersion" : 1048832,
      "name" : "iPad Pro (11-inch) (4th generation) (16GB)"
    },
    {
      "productFamily" : "iPad",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (6th generation).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-6th-generation-8GB",
      "modelIdentifier" : "iPad14,5",
      "minRuntimeVersionString" : "16.1.0",
      "minRuntimeVersion" : 1048832,
      "name" : "iPad Pro (12.9-inch) (6th generation)"
    },
    {
      "productFamily" : "iPad",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (6th generation) (16GB).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-6th-generation-16GB",
      "modelIdentifier" : "iPad14,5",
      "minRuntimeVersionString" : "16.1.0",
      "minRuntimeVersion" : 1048832,
      "name" : "iPad Pro (12.9-inch) (6th generation) (16GB)"
    },
    {
      "productFamily" : "Apple TV",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/AppleTVOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple TV.simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
      "modelIdentifier" : "AppleTV5,3",
      "minRuntimeVersionString" : "9.0.0",
      "minRuntimeVersion" : 589824,
      "name" : "Apple TV"
    },
    {
      "productFamily" : "Apple TV",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/AppleTVOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple TV 4K.simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K",
      "modelIdentifier" : "AppleTV6,2",
      "minRuntimeVersionString" : "11.0.0",
      "minRuntimeVersion" : 720896,
      "name" : "Apple TV 4K"
    },
    {
      "productFamily" : "Apple TV",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/AppleTVOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple TV 4K (at 1080p).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p",
      "modelIdentifier" : "AppleTV6,2",
      "minRuntimeVersionString" : "11.0.0",
      "minRuntimeVersion" : 720896,
      "name" : "Apple TV 4K (at 1080p)"
    },
    {
      "productFamily" : "Apple TV",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/AppleTVOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple TV 4K (2nd generation).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-4K",
      "modelIdentifier" : "AppleTV11,1",
      "minRuntimeVersionString" : "14.5.0",
      "minRuntimeVersion" : 918784,
      "name" : "Apple TV 4K (2nd generation)"
    },
    {
      "productFamily" : "Apple TV",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/AppleTVOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple TV 4K (2nd generation) (at 1080p).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-1080p",
      "modelIdentifier" : "AppleTV11,1",
      "minRuntimeVersionString" : "14.5.0",
      "minRuntimeVersion" : 918784,
      "name" : "Apple TV 4K (2nd generation) (at 1080p)"
    },
    {
      "productFamily" : "Apple TV",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/AppleTVOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple TV 4K (3rd generation).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-3rd-generation-4K",
      "modelIdentifier" : "AppleTV14,1",
      "minRuntimeVersionString" : "16.1.0",
      "minRuntimeVersion" : 1048832,
      "name" : "Apple TV 4K (3rd generation)"
    },
    {
      "productFamily" : "Apple TV",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/AppleTVOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple TV 4K (3rd generation) (at 1080p).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-3rd-generation-1080p",
      "modelIdentifier" : "AppleTV14,1",
      "minRuntimeVersionString" : "16.1.0",
      "minRuntimeVersion" : 1048832,
      "name" : "Apple TV 4K (3rd generation) (at 1080p)"
    },
    {
      "productFamily" : "Apple Watch",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 2 (38mm).simdevicetype",
      "maxRuntimeVersion" : 458751,
      "maxRuntimeVersionString" : "6.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-2-38mm",
      "modelIdentifier" : "Watch2,3",
      "minRuntimeVersionString" : "3.0.0",
      "minRuntimeVersion" : 196608,
      "name" : "Apple Watch Series 2 (38mm)"
    },
    {
      "productFamily" : "Apple Watch",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 2 (42mm).simdevicetype",
      "maxRuntimeVersion" : 458751,
      "maxRuntimeVersionString" : "6.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-2-42mm",
      "modelIdentifier" : "Watch2,4",
      "minRuntimeVersionString" : "3.0.0",
      "minRuntimeVersion" : 196608,
      "name" : "Apple Watch Series 2 (42mm)"
    },
    {
      "productFamily" : "Apple Watch",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 3 (38mm).simdevicetype",
      "maxRuntimeVersion" : 589823,
      "maxRuntimeVersionString" : "8.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-3-38mm",
      "modelIdentifier" : "Watch3,3",
      "minRuntimeVersionString" : "4.0.0",
      "minRuntimeVersion" : 262144,
      "name" : "Apple Watch Series 3 (38mm)"
    },
    {
      "productFamily" : "Apple Watch",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 3 (42mm).simdevicetype",
      "maxRuntimeVersion" : 589823,
      "maxRuntimeVersionString" : "8.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-3-42mm",
      "modelIdentifier" : "Watch3,4",
      "minRuntimeVersionString" : "4.0.0",
      "minRuntimeVersion" : 262144,
      "name" : "Apple Watch Series 3 (42mm)"
    },
    {
      "productFamily" : "Apple Watch",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 4 (40mm).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-40mm",
      "modelIdentifier" : "Watch4,3",
      "minRuntimeVersionString" : "5.0.0",
      "minRuntimeVersion" : 327680,
      "name" : "Apple Watch Series 4 (40mm)"
    },
    {
      "productFamily" : "Apple Watch",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 4 (44mm).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-44mm",
      "modelIdentifier" : "Watch4,4",
      "minRuntimeVersionString" : "5.0.0",
      "minRuntimeVersion" : 327680,
      "name" : "Apple Watch Series 4 (44mm)"
    },
    {
      "productFamily" : "Apple Watch",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 5 (40mm).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
      "modelIdentifier" : "Watch5,3",
      "minRuntimeVersionString" : "6.0.0",
      "minRuntimeVersion" : 393216,
      "name" : "Apple Watch Series 5 (40mm)"
    },
    {
      "productFamily" : "Apple Watch",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 5 (44mm).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
      "modelIdentifier" : "Watch5,4",
      "minRuntimeVersionString" : "6.0.0",
      "minRuntimeVersion" : 393216,
      "name" : "Apple Watch Series 5 (44mm)"
    },
    {
      "productFamily" : "Apple Watch",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch SE (40mm).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-40mm",
      "modelIdentifier" : "Watch5,9",
      "minRuntimeVersionString" : "7.0.0",
      "minRuntimeVersion" : 458752,
      "name" : "Apple Watch SE (40mm)"
    },
    {
      "productFamily" : "Apple Watch",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch SE (44mm).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-44mm",
      "modelIdentifier" : "Watch5,12",
      "minRuntimeVersionString" : "7.0.0",
      "minRuntimeVersion" : 458752,
      "name" : "Apple Watch SE (44mm)"
    },
    {
      "productFamily" : "Apple Watch",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 6 (40mm).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm",
      "modelIdentifier" : "Watch6,1",
      "minRuntimeVersionString" : "6.0.0",
      "minRuntimeVersion" : 393216,
      "name" : "Apple Watch Series 6 (40mm)"
    },
    {
      "productFamily" : "Apple Watch",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 6 (44mm).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm",
      "modelIdentifier" : "Watch6,2",
      "minRuntimeVersionString" : "6.0.0",
      "minRuntimeVersion" : 393216,
      "name" : "Apple Watch Series 6 (44mm)"
    },
    {
      "productFamily" : "Apple Watch",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 7 (41mm).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-41mm",
      "modelIdentifier" : "Watch6,6",
      "minRuntimeVersionString" : "8.0.0",
      "minRuntimeVersion" : 524288,
      "name" : "Apple Watch Series 7 (41mm)"
    },
    {
      "productFamily" : "Apple Watch",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 7 (45mm).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-45mm",
      "modelIdentifier" : "Watch6,9",
      "minRuntimeVersionString" : "8.0.0",
      "minRuntimeVersion" : 524288,
      "name" : "Apple Watch Series 7 (45mm)"
    },
    {
      "productFamily" : "Apple Watch",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch SE (40mm) (2nd generation).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-40mm-2nd-generation",
      "modelIdentifier" : "Watch6,12",
      "minRuntimeVersionString" : "9.0.0",
      "minRuntimeVersion" : 589824,
      "name" : "Apple Watch SE (40mm) (2nd generation)"
    },
    {
      "productFamily" : "Apple Watch",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch SE (44mm) (2nd generation).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-44mm-2nd-generation",
      "modelIdentifier" : "Watch6,13",
      "minRuntimeVersionString" : "9.0.0",
      "minRuntimeVersion" : 589824,
      "name" : "Apple Watch SE (44mm) (2nd generation)"
    },
    {
      "productFamily" : "Apple Watch",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 8 (41mm).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-8-41mm",
      "modelIdentifier" : "Watch6,14",
      "minRuntimeVersionString" : "9.0.0",
      "minRuntimeVersion" : 589824,
      "name" : "Apple Watch Series 8 (41mm)"
    },
    {
      "productFamily" : "Apple Watch",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 8 (45mm).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-8-45mm",
      "modelIdentifier" : "Watch6,15",
      "minRuntimeVersionString" : "9.0.0",
      "minRuntimeVersion" : 589824,
      "name" : "Apple Watch Series 8 (45mm)"
    },
    {
      "productFamily" : "Apple Watch",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Ultra (49mm).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Ultra-49mm",
      "modelIdentifier" : "Watch6,18",
      "minRuntimeVersionString" : "9.0.0",
      "minRuntimeVersion" : 589824,
      "name" : "Apple Watch Ultra (49mm)"
    },
    {
      "productFamily" : "Apple Watch",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 9 (41mm).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-9-41mm",
      "modelIdentifier" : "Watch7,3",
      "minRuntimeVersionString" : "10.0.0",
      "minRuntimeVersion" : 655360,
      "name" : "Apple Watch Series 9 (41mm)"
    },
    {
      "productFamily" : "Apple Watch",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 9 (45mm).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-9-45mm",
      "modelIdentifier" : "Watch7,4",
      "minRuntimeVersionString" : "10.0.0",
      "minRuntimeVersion" : 655360,
      "name" : "Apple Watch Series 9 (45mm)"
    },
    {
      "productFamily" : "Apple Watch",
      "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Ultra 2 (49mm).simdevicetype",
      "maxRuntimeVersion" : 4294967295,
      "maxRuntimeVersionString" : "65535.255.255",
      "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Ultra-2-49mm",
      "modelIdentifier" : "Watch7,5",
      "minRuntimeVersionString" : "10.0.0",
      "minRuntimeVersion" : 655360,
      "name" : "Apple Watch Ultra 2 (49mm)"
    }
  ],
  "runtimes" : [
    {
      "bundlePath" : "\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 14.5.simruntime",
      "buildversion" : "18E182",
      "platform" : "iOS",
      "runtimeRoot" : "\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 14.5.simruntime\/Contents\/Resources\/RuntimeRoot",
      "identifier" : "com.apple.CoreSimulator.SimRuntime.iOS-14-5",
      "version" : "14.5",
      "isInternal" : false,
      "isAvailable" : true,
      "name" : "iOS 14.5",
      "supportedDeviceTypes" : [
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 6s.simdevicetype",
          "name" : "iPhone 6s",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-6s",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 6s Plus.simdevicetype",
          "name" : "iPhone 6s Plus",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-6s-Plus",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone SE (1st generation).simdevicetype",
          "name" : "iPhone SE (1st generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 7.simdevicetype",
          "name" : "iPhone 7",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-7",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 7 Plus.simdevicetype",
          "name" : "iPhone 7 Plus",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-7-Plus",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 8.simdevicetype",
          "name" : "iPhone 8",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 8 Plus.simdevicetype",
          "name" : "iPhone 8 Plus",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone X.simdevicetype",
          "name" : "iPhone X",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-X",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone Xs.simdevicetype",
          "name" : "iPhone Xs",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-XS",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone Xs Max.simdevicetype",
          "name" : "iPhone Xs Max",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-XS-Max",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone Xʀ.simdevicetype",
          "name" : "iPhone Xʀ",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-XR",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 11.simdevicetype",
          "name" : "iPhone 11",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 11 Pro.simdevicetype",
          "name" : "iPhone 11 Pro",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 11 Pro Max.simdevicetype",
          "name" : "iPhone 11 Pro Max",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone SE (2nd generation).simdevicetype",
          "name" : "iPhone SE (2nd generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12 mini.simdevicetype",
          "name" : "iPhone 12 mini",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12.simdevicetype",
          "name" : "iPhone 12",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12 Pro.simdevicetype",
          "name" : "iPhone 12 Pro",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12 Pro Max.simdevicetype",
          "name" : "iPhone 12 Pro Max",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPod touch (7th generation).simdevicetype",
          "name" : "iPod touch (7th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad mini 4.simdevicetype",
          "name" : "iPad mini 4",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini-4",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air 2.simdevicetype",
          "name" : "iPad Air 2",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-2",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (9.7-inch).simdevicetype",
          "name" : "iPad Pro (9.7-inch)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (1st generation).simdevicetype",
          "name" : "iPad Pro (12.9-inch) (1st generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (5th generation).simdevicetype",
          "name" : "iPad (5th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--5th-generation-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (2nd generation).simdevicetype",
          "name" : "iPad Pro (12.9-inch) (2nd generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---2nd-generation-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (10.5-inch).simdevicetype",
          "name" : "iPad Pro (10.5-inch)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--10-5-inch-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (6th generation).simdevicetype",
          "name" : "iPad (6th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--6th-generation-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (7th generation).simdevicetype",
          "name" : "iPad (7th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (1st generation).simdevicetype",
          "name" : "iPad Pro (11-inch) (1st generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (3rd generation).simdevicetype",
          "name" : "iPad Pro (12.9-inch) (3rd generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---3rd-generation-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (2nd generation).simdevicetype",
          "name" : "iPad Pro (11-inch) (2nd generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (4th generation).simdevicetype",
          "name" : "iPad Pro (12.9-inch) (4th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad mini (5th generation).simdevicetype",
          "name" : "iPad mini (5th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini--5th-generation-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air (3rd generation).simdevicetype",
          "name" : "iPad Air (3rd generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (8th generation).simdevicetype",
          "name" : "iPad (8th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air (4th generation).simdevicetype",
          "name" : "iPad Air (4th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (3rd generation).simdevicetype",
          "name" : "iPad Pro (11-inch) (3rd generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-3rd-generation",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (5th generation).simdevicetype",
          "name" : "iPad Pro (12.9-inch) (5th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-5th-generation",
          "productFamily" : "iPad"
        }
      ]
    },
    {
      "bundlePath" : "\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21A328\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.0.simruntime",
      "buildversion" : "21A328",
      "platform" : "iOS",
      "runtimeRoot" : "\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21A328\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.0.simruntime\/Contents\/Resources\/RuntimeRoot",
      "identifier" : "com.apple.CoreSimulator.SimRuntime.iOS-17-0",
      "version" : "17.0",
      "isInternal" : false,
      "isAvailable" : true,
      "name" : "iOS 17.0",
      "supportedDeviceTypes" : [
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone Xs.simdevicetype",
          "name" : "iPhone Xs",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-XS",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone Xs Max.simdevicetype",
          "name" : "iPhone Xs Max",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-XS-Max",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone Xʀ.simdevicetype",
          "name" : "iPhone Xʀ",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-XR",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 11.simdevicetype",
          "name" : "iPhone 11",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 11 Pro.simdevicetype",
          "name" : "iPhone 11 Pro",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 11 Pro Max.simdevicetype",
          "name" : "iPhone 11 Pro Max",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone SE (2nd generation).simdevicetype",
          "name" : "iPhone SE (2nd generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12 mini.simdevicetype",
          "name" : "iPhone 12 mini",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12.simdevicetype",
          "name" : "iPhone 12",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12 Pro.simdevicetype",
          "name" : "iPhone 12 Pro",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12 Pro Max.simdevicetype",
          "name" : "iPhone 12 Pro Max",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13 Pro.simdevicetype",
          "name" : "iPhone 13 Pro",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13 Pro Max.simdevicetype",
          "name" : "iPhone 13 Pro Max",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro-Max",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13 mini.simdevicetype",
          "name" : "iPhone 13 mini",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-mini",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13.simdevicetype",
          "name" : "iPhone 13",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone SE (3rd generation).simdevicetype",
          "name" : "iPhone SE (3rd generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE-3rd-generation",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14.simdevicetype",
          "name" : "iPhone 14",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14 Plus.simdevicetype",
          "name" : "iPhone 14 Plus",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Plus",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14 Pro.simdevicetype",
          "name" : "iPhone 14 Pro",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14 Pro Max.simdevicetype",
          "name" : "iPhone 14 Pro Max",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro-Max",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 15.simdevicetype",
          "name" : "iPhone 15",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 15 Plus.simdevicetype",
          "name" : "iPhone 15 Plus",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15-Plus",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 15 Pro.simdevicetype",
          "name" : "iPhone 15 Pro",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15-Pro",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 15 Pro Max.simdevicetype",
          "name" : "iPhone 15 Pro Max",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15-Pro-Max",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (2nd generation).simdevicetype",
          "name" : "iPad Pro (12.9-inch) (2nd generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---2nd-generation-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (10.5-inch).simdevicetype",
          "name" : "iPad Pro (10.5-inch)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--10-5-inch-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (6th generation).simdevicetype",
          "name" : "iPad (6th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--6th-generation-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (7th generation).simdevicetype",
          "name" : "iPad (7th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (1st generation).simdevicetype",
          "name" : "iPad Pro (11-inch) (1st generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (3rd generation).simdevicetype",
          "name" : "iPad Pro (12.9-inch) (3rd generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---3rd-generation-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (2nd generation).simdevicetype",
          "name" : "iPad Pro (11-inch) (2nd generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (4th generation).simdevicetype",
          "name" : "iPad Pro (12.9-inch) (4th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad mini (5th generation).simdevicetype",
          "name" : "iPad mini (5th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini--5th-generation-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air (3rd generation).simdevicetype",
          "name" : "iPad Air (3rd generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (8th generation).simdevicetype",
          "name" : "iPad (8th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (9th generation).simdevicetype",
          "name" : "iPad (9th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-9th-generation",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air (4th generation).simdevicetype",
          "name" : "iPad Air (4th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (3rd generation).simdevicetype",
          "name" : "iPad Pro (11-inch) (3rd generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-3rd-generation",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (5th generation).simdevicetype",
          "name" : "iPad Pro (12.9-inch) (5th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-5th-generation",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air (5th generation).simdevicetype",
          "name" : "iPad Air (5th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-5th-generation",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (10th generation).simdevicetype",
          "name" : "iPad (10th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-10th-generation",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad mini (6th generation).simdevicetype",
          "name" : "iPad mini (6th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini-6th-generation",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (4th generation).simdevicetype",
          "name" : "iPad Pro (11-inch) (4th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-4th-generation-8GB",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (4th generation) (16GB).simdevicetype",
          "name" : "iPad Pro (11-inch) (4th generation) (16GB)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-4th-generation-16GB",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (6th generation).simdevicetype",
          "name" : "iPad Pro (12.9-inch) (6th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-6th-generation-8GB",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (6th generation) (16GB).simdevicetype",
          "name" : "iPad Pro (12.9-inch) (6th generation) (16GB)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-6th-generation-16GB",
          "productFamily" : "iPad"
        }
      ]
    },
    {
      "bundlePath" : "\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21A342\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.0.simruntime",
      "buildversion" : "21A342",
      "platform" : "iOS",
      "runtimeRoot" : "\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21A342\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.0.simruntime\/Contents\/Resources\/RuntimeRoot",
      "identifier" : "com.apple.CoreSimulator.SimRuntime.iOS-17-0",
      "version" : "17.0.1",
      "isInternal" : false,
      "isAvailable" : true,
      "name" : "iOS 17.0",
      "supportedDeviceTypes" : [
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone Xs.simdevicetype",
          "name" : "iPhone Xs",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-XS",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone Xs Max.simdevicetype",
          "name" : "iPhone Xs Max",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-XS-Max",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone Xʀ.simdevicetype",
          "name" : "iPhone Xʀ",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-XR",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 11.simdevicetype",
          "name" : "iPhone 11",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 11 Pro.simdevicetype",
          "name" : "iPhone 11 Pro",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 11 Pro Max.simdevicetype",
          "name" : "iPhone 11 Pro Max",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone SE (2nd generation).simdevicetype",
          "name" : "iPhone SE (2nd generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12 mini.simdevicetype",
          "name" : "iPhone 12 mini",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12.simdevicetype",
          "name" : "iPhone 12",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12 Pro.simdevicetype",
          "name" : "iPhone 12 Pro",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12 Pro Max.simdevicetype",
          "name" : "iPhone 12 Pro Max",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13 Pro.simdevicetype",
          "name" : "iPhone 13 Pro",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13 Pro Max.simdevicetype",
          "name" : "iPhone 13 Pro Max",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro-Max",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13 mini.simdevicetype",
          "name" : "iPhone 13 mini",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-mini",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13.simdevicetype",
          "name" : "iPhone 13",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone SE (3rd generation).simdevicetype",
          "name" : "iPhone SE (3rd generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE-3rd-generation",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14.simdevicetype",
          "name" : "iPhone 14",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14 Plus.simdevicetype",
          "name" : "iPhone 14 Plus",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Plus",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14 Pro.simdevicetype",
          "name" : "iPhone 14 Pro",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14 Pro Max.simdevicetype",
          "name" : "iPhone 14 Pro Max",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro-Max",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 15.simdevicetype",
          "name" : "iPhone 15",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 15 Plus.simdevicetype",
          "name" : "iPhone 15 Plus",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15-Plus",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 15 Pro.simdevicetype",
          "name" : "iPhone 15 Pro",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15-Pro",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 15 Pro Max.simdevicetype",
          "name" : "iPhone 15 Pro Max",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15-Pro-Max",
          "productFamily" : "iPhone"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (2nd generation).simdevicetype",
          "name" : "iPad Pro (12.9-inch) (2nd generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---2nd-generation-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (10.5-inch).simdevicetype",
          "name" : "iPad Pro (10.5-inch)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--10-5-inch-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (6th generation).simdevicetype",
          "name" : "iPad (6th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--6th-generation-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (7th generation).simdevicetype",
          "name" : "iPad (7th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (1st generation).simdevicetype",
          "name" : "iPad Pro (11-inch) (1st generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (3rd generation).simdevicetype",
          "name" : "iPad Pro (12.9-inch) (3rd generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---3rd-generation-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (2nd generation).simdevicetype",
          "name" : "iPad Pro (11-inch) (2nd generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (4th generation).simdevicetype",
          "name" : "iPad Pro (12.9-inch) (4th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad mini (5th generation).simdevicetype",
          "name" : "iPad mini (5th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini--5th-generation-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air (3rd generation).simdevicetype",
          "name" : "iPad Air (3rd generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (8th generation).simdevicetype",
          "name" : "iPad (8th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (9th generation).simdevicetype",
          "name" : "iPad (9th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-9th-generation",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air (4th generation).simdevicetype",
          "name" : "iPad Air (4th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (3rd generation).simdevicetype",
          "name" : "iPad Pro (11-inch) (3rd generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-3rd-generation",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (5th generation).simdevicetype",
          "name" : "iPad Pro (12.9-inch) (5th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-5th-generation",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air (5th generation).simdevicetype",
          "name" : "iPad Air (5th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-5th-generation",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (10th generation).simdevicetype",
          "name" : "iPad (10th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-10th-generation",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad mini (6th generation).simdevicetype",
          "name" : "iPad mini (6th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini-6th-generation",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (4th generation).simdevicetype",
          "name" : "iPad Pro (11-inch) (4th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-4th-generation-8GB",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (4th generation) (16GB).simdevicetype",
          "name" : "iPad Pro (11-inch) (4th generation) (16GB)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-4th-generation-16GB",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (6th generation).simdevicetype",
          "name" : "iPad Pro (12.9-inch) (6th generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-6th-generation-8GB",
          "productFamily" : "iPad"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (6th generation) (16GB).simdevicetype",
          "name" : "iPad Pro (12.9-inch) (6th generation) (16GB)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-6th-generation-16GB",
          "productFamily" : "iPad"
        }
      ]
    },
    {
      "bundlePath" : "\/Library\/Developer\/CoreSimulator\/Volumes\/tvOS_20J373\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/tvOS 16.0.simruntime",
      "buildversion" : "20J373",
      "platform" : "tvOS",
      "runtimeRoot" : "\/Library\/Developer\/CoreSimulator\/Volumes\/tvOS_20J373\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/tvOS 16.0.simruntime\/Contents\/Resources\/RuntimeRoot",
      "identifier" : "com.apple.CoreSimulator.SimRuntime.tvOS-16-0",
      "version" : "16.0",
      "isInternal" : false,
      "isAvailable" : true,
      "name" : "tvOS 16.0",
      "supportedDeviceTypes" : [
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/AppleTVOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple TV.simdevicetype",
          "name" : "Apple TV",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
          "productFamily" : "Apple TV"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/AppleTVOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple TV 4K.simdevicetype",
          "name" : "Apple TV 4K",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K",
          "productFamily" : "Apple TV"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/AppleTVOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple TV 4K (at 1080p).simdevicetype",
          "name" : "Apple TV 4K (at 1080p)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p",
          "productFamily" : "Apple TV"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/AppleTVOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple TV 4K (2nd generation).simdevicetype",
          "name" : "Apple TV 4K (2nd generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-4K",
          "productFamily" : "Apple TV"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/AppleTVOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple TV 4K (2nd generation) (at 1080p).simdevicetype",
          "name" : "Apple TV 4K (2nd generation) (at 1080p)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-1080p",
          "productFamily" : "Apple TV"
        }
      ]
    },
    {
      "bundlePath" : "\/Library\/Developer\/CoreSimulator\/Volumes\/tvOS_20L494\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/tvOS 16.4.simruntime",
      "buildversion" : "20L494",
      "platform" : "tvOS",
      "runtimeRoot" : "\/Library\/Developer\/CoreSimulator\/Volumes\/tvOS_20L494\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/tvOS 16.4.simruntime\/Contents\/Resources\/RuntimeRoot",
      "identifier" : "com.apple.CoreSimulator.SimRuntime.tvOS-16-4",
      "version" : "16.4",
      "isInternal" : false,
      "isAvailable" : true,
      "name" : "tvOS 16.4",
      "supportedDeviceTypes" : [
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/AppleTVOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple TV.simdevicetype",
          "name" : "Apple TV",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
          "productFamily" : "Apple TV"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/AppleTVOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple TV 4K.simdevicetype",
          "name" : "Apple TV 4K",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K",
          "productFamily" : "Apple TV"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/AppleTVOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple TV 4K (at 1080p).simdevicetype",
          "name" : "Apple TV 4K (at 1080p)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p",
          "productFamily" : "Apple TV"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/AppleTVOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple TV 4K (2nd generation).simdevicetype",
          "name" : "Apple TV 4K (2nd generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-4K",
          "productFamily" : "Apple TV"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/AppleTVOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple TV 4K (2nd generation) (at 1080p).simdevicetype",
          "name" : "Apple TV 4K (2nd generation) (at 1080p)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-1080p",
          "productFamily" : "Apple TV"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/AppleTVOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple TV 4K (3rd generation).simdevicetype",
          "name" : "Apple TV 4K (3rd generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-3rd-generation-4K",
          "productFamily" : "Apple TV"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/AppleTVOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple TV 4K (3rd generation) (at 1080p).simdevicetype",
          "name" : "Apple TV 4K (3rd generation) (at 1080p)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-3rd-generation-1080p",
          "productFamily" : "Apple TV"
        }
      ]
    },
    {
      "bundlePath" : "\/Library\/Developer\/CoreSimulator\/Volumes\/watchOS_20R362\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/watchOS 9.0.simruntime",
      "buildversion" : "20R362",
      "platform" : "watchOS",
      "runtimeRoot" : "\/Library\/Developer\/CoreSimulator\/Volumes\/watchOS_20R362\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/watchOS 9.0.simruntime\/Contents\/Resources\/RuntimeRoot",
      "identifier" : "com.apple.CoreSimulator.SimRuntime.watchOS-9-0",
      "version" : "9.0",
      "isInternal" : false,
      "isAvailable" : true,
      "name" : "watchOS 9.0",
      "supportedDeviceTypes" : [
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 4 (40mm).simdevicetype",
          "name" : "Apple Watch Series 4 (40mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-40mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 4 (44mm).simdevicetype",
          "name" : "Apple Watch Series 4 (44mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-44mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 5 (40mm).simdevicetype",
          "name" : "Apple Watch Series 5 (40mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 5 (44mm).simdevicetype",
          "name" : "Apple Watch Series 5 (44mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch SE (40mm).simdevicetype",
          "name" : "Apple Watch SE (40mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-40mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch SE (44mm).simdevicetype",
          "name" : "Apple Watch SE (44mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-44mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 6 (40mm).simdevicetype",
          "name" : "Apple Watch Series 6 (40mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 6 (44mm).simdevicetype",
          "name" : "Apple Watch Series 6 (44mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 7 (41mm).simdevicetype",
          "name" : "Apple Watch Series 7 (41mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-41mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 7 (45mm).simdevicetype",
          "name" : "Apple Watch Series 7 (45mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-45mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch SE (40mm) (2nd generation).simdevicetype",
          "name" : "Apple Watch SE (40mm) (2nd generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-40mm-2nd-generation",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch SE (44mm) (2nd generation).simdevicetype",
          "name" : "Apple Watch SE (44mm) (2nd generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-44mm-2nd-generation",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 8 (41mm).simdevicetype",
          "name" : "Apple Watch Series 8 (41mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-8-41mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 8 (45mm).simdevicetype",
          "name" : "Apple Watch Series 8 (45mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-8-45mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Ultra (49mm).simdevicetype",
          "name" : "Apple Watch Ultra (49mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Ultra-49mm",
          "productFamily" : "Apple Watch"
        }
      ]
    },
    {
      "bundlePath" : "\/Library\/Developer\/CoreSimulator\/Volumes\/watchOS_20T253\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/watchOS 9.4.simruntime",
      "buildversion" : "20T253",
      "platform" : "watchOS",
      "runtimeRoot" : "\/Library\/Developer\/CoreSimulator\/Volumes\/watchOS_20T253\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/watchOS 9.4.simruntime\/Contents\/Resources\/RuntimeRoot",
      "identifier" : "com.apple.CoreSimulator.SimRuntime.watchOS-9-4",
      "version" : "9.4",
      "isInternal" : false,
      "isAvailable" : true,
      "name" : "watchOS 9.4",
      "supportedDeviceTypes" : [
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 4 (40mm).simdevicetype",
          "name" : "Apple Watch Series 4 (40mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-40mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 4 (44mm).simdevicetype",
          "name" : "Apple Watch Series 4 (44mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-44mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 5 (40mm).simdevicetype",
          "name" : "Apple Watch Series 5 (40mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 5 (44mm).simdevicetype",
          "name" : "Apple Watch Series 5 (44mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch SE (40mm).simdevicetype",
          "name" : "Apple Watch SE (40mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-40mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch SE (44mm).simdevicetype",
          "name" : "Apple Watch SE (44mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-44mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 6 (40mm).simdevicetype",
          "name" : "Apple Watch Series 6 (40mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 6 (44mm).simdevicetype",
          "name" : "Apple Watch Series 6 (44mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 7 (41mm).simdevicetype",
          "name" : "Apple Watch Series 7 (41mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-41mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 7 (45mm).simdevicetype",
          "name" : "Apple Watch Series 7 (45mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-45mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch SE (40mm) (2nd generation).simdevicetype",
          "name" : "Apple Watch SE (40mm) (2nd generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-40mm-2nd-generation",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch SE (44mm) (2nd generation).simdevicetype",
          "name" : "Apple Watch SE (44mm) (2nd generation)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-44mm-2nd-generation",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 8 (41mm).simdevicetype",
          "name" : "Apple Watch Series 8 (41mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-8-41mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 8 (45mm).simdevicetype",
          "name" : "Apple Watch Series 8 (45mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-8-45mm",
          "productFamily" : "Apple Watch"
        },
        {
          "bundlePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Ultra (49mm).simdevicetype",
          "name" : "Apple Watch Ultra (49mm)",
          "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Ultra-49mm",
          "productFamily" : "Apple Watch"
        }
      ]
    }
  ],
  "devices" : {
    "com.apple.CoreSimulator.SimRuntime.tvOS-16-0" : [
      {
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/30B8CA55-1860-4250-8AAF-89231E6D76F9\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/30B8CA55-1860-4250-8AAF-89231E6D76F9",
        "udid" : "30B8CA55-1860-4250-8AAF-89231E6D76F9",
        "isAvailable" : true,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
        "state" : "Shutdown",
        "name" : "Apple TV"
      },
      {
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/3441CB87-7C77-41C6-A491-F260BB0788AD\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/3441CB87-7C77-41C6-A491-F260BB0788AD",
        "udid" : "3441CB87-7C77-41C6-A491-F260BB0788AD",
        "isAvailable" : true,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-4K",
        "state" : "Shutdown",
        "name" : "Apple TV 4K (2nd generation)"
      },
      {
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/6DB6A49A-917E-45B1-BF10-8B346D8FF4F8\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/6DB6A49A-917E-45B1-BF10-8B346D8FF4F8",
        "udid" : "6DB6A49A-917E-45B1-BF10-8B346D8FF4F8",
        "isAvailable" : true,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-1080p",
        "state" : "Shutdown",
        "name" : "Apple TV 4K (at 1080p) (2nd generation)"
      }
    ],
    "com.apple.CoreSimulator.SimRuntime.iOS-16-0" : [
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/F97C3D2F-6A3E-4732-9C39-0A30C8931633\/data",
        "dataPathSize" : 13316096,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/F97C3D2F-6A3E-4732-9C39-0A30C8931633",
        "udid" : "F97C3D2F-6A3E-4732-9C39-0A30C8931633",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini",
        "state" : "Shutdown",
        "name" : "iPhone 12 mini"
      },
      {
        "lastBootedAt" : "2022-09-30T09:17:46Z",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/29D50D12-86F7-41E5-BD1C-2AD9C1DCEFEC\/data",
        "dataPathSize" : 1533808640,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/29D50D12-86F7-41E5-BD1C-2AD9C1DCEFEC",
        "udid" : "29D50D12-86F7-41E5-BD1C-2AD9C1DCEFEC",
        "isAvailable" : false,
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "logPathSize" : 155648,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro",
        "state" : "Shutdown",
        "name" : "iPhone 13 Pro"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/03CA9CD4-05AC-4DB0-A6FC-755ED5EF4B7C\/data",
        "dataPathSize" : 13316096,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/03CA9CD4-05AC-4DB0-A6FC-755ED5EF4B7C",
        "udid" : "03CA9CD4-05AC-4DB0-A6FC-755ED5EF4B7C",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro-Max",
        "state" : "Shutdown",
        "name" : "iPhone 13 Pro Max"
      },
      {
        "lastBootedAt" : "2023-04-26T08:37:46Z",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/4BB07795-67FC-4673-A1DA-DC9BF975D64B\/data",
        "dataPathSize" : 1020289024,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/4BB07795-67FC-4673-A1DA-DC9BF975D64B",
        "udid" : "4BB07795-67FC-4673-A1DA-DC9BF975D64B",
        "isAvailable" : false,
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "logPathSize" : 159744,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-mini",
        "state" : "Shutdown",
        "name" : "iPhone 13 mini"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/9379D879-6B90-4A92-B174-8B9DE7CEBB7E\/data",
        "dataPathSize" : 13316096,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/9379D879-6B90-4A92-B174-8B9DE7CEBB7E",
        "udid" : "9379D879-6B90-4A92-B174-8B9DE7CEBB7E",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14",
        "state" : "Shutdown",
        "name" : "iPhone 14"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/A1BDFFCF-FB79-46B4-81DE-A5FA19E3F7C4\/data",
        "dataPathSize" : 13316096,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/A1BDFFCF-FB79-46B4-81DE-A5FA19E3F7C4",
        "udid" : "A1BDFFCF-FB79-46B4-81DE-A5FA19E3F7C4",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Plus",
        "state" : "Shutdown",
        "name" : "iPhone 14 Plus"
      },
      {
        "lastBootedAt" : "2023-09-15T03:24:36Z",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/6F6E0A37-9418-4293-BC49-FB2711AB4A35\/data",
        "dataPathSize" : 1957228544,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/6F6E0A37-9418-4293-BC49-FB2711AB4A35",
        "udid" : "6F6E0A37-9418-4293-BC49-FB2711AB4A35",
        "isAvailable" : false,
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "logPathSize" : 606208,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro",
        "state" : "Shutdown",
        "name" : "iPhone 14 Pro"
      },
      {
        "lastBootedAt" : "2023-04-13T02:25:56Z",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/4BE018DE-BD10-40EB-9E98-DFEF9FC24A0C\/data",
        "dataPathSize" : 122740736,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/4BE018DE-BD10-40EB-9E98-DFEF9FC24A0C",
        "udid" : "4BE018DE-BD10-40EB-9E98-DFEF9FC24A0C",
        "isAvailable" : false,
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "logPathSize" : 20480,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro-Max",
        "state" : "Shutdown",
        "name" : "iPhone 14 Pro Max"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/790BD6F9-A916-48F1-8A55-C60A1655A1F6\/data",
        "dataPathSize" : 13316096,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/790BD6F9-A916-48F1-8A55-C60A1655A1F6",
        "udid" : "790BD6F9-A916-48F1-8A55-C60A1655A1F6",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-",
        "state" : "Shutdown",
        "name" : "iPod touch (7th generation)"
      }
    ],
    "com.apple.CoreSimulator.SimRuntime.iOS-15-5" : [
      {
        "lastBootedAt" : "2022-10-24T02:39:13Z",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/3329BE82-1453-4C79-999E-22E5C0DAAB78\/data",
        "dataPathSize" : 1978605568,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/3329BE82-1453-4C79-999E-22E5C0DAAB78",
        "udid" : "3329BE82-1453-4C79-999E-22E5C0DAAB78",
        "isAvailable" : false,
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "logPathSize" : 614400,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro",
        "state" : "Shutdown",
        "name" : "iPhone 13 Pro"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/3F48EC96-6111-4B88-90E6-0D1DBC50E559\/data",
        "dataPathSize" : 13316096,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/3F48EC96-6111-4B88-90E6-0D1DBC50E559",
        "udid" : "3F48EC96-6111-4B88-90E6-0D1DBC50E559",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro-Max",
        "state" : "Shutdown",
        "name" : "iPhone 13 Pro Max"
      },
      {
        "lastBootedAt" : "2022-10-02T08:48:17Z",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/EA29F87B-B21F-403C-B039-97AB4EDC4C90\/data",
        "dataPathSize" : 1644363776,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/EA29F87B-B21F-403C-B039-97AB4EDC4C90",
        "udid" : "EA29F87B-B21F-403C-B039-97AB4EDC4C90",
        "isAvailable" : false,
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "logPathSize" : 405504,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-mini",
        "state" : "Shutdown",
        "name" : "iPhone 13 mini"
      }
    ],
    "com.apple.CoreSimulator.SimRuntime.iOS-16-1" : [
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/19964F56-50A4-43F8-853D-0DF7322F1F0C\/data",
        "dataPathSize" : 13316096,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/19964F56-50A4-43F8-853D-0DF7322F1F0C",
        "udid" : "19964F56-50A4-43F8-853D-0DF7322F1F0C",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE-3rd-generation",
        "state" : "Shutdown",
        "name" : "iPhone SE (3rd generation)"
      },
      {
        "lastBootedAt" : "2022-11-25T02:49:34Z",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/9157F6AF-A86B-43F1-90AE-26F4D416BFBF\/data",
        "dataPathSize" : 487546880,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/9157F6AF-A86B-43F1-90AE-26F4D416BFBF",
        "udid" : "9157F6AF-A86B-43F1-90AE-26F4D416BFBF",
        "isAvailable" : false,
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "logPathSize" : 57344,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14",
        "state" : "Shutdown",
        "name" : "iPhone 14"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/B61031E4-C4F4-4C9C-BE83-9569800FD24E\/data",
        "dataPathSize" : 13316096,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/B61031E4-C4F4-4C9C-BE83-9569800FD24E",
        "udid" : "B61031E4-C4F4-4C9C-BE83-9569800FD24E",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Plus",
        "state" : "Shutdown",
        "name" : "iPhone 14 Plus"
      },
      {
        "lastBootedAt" : "2023-07-05T06:03:31Z",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/3A116D61-397C-4B37-A511-1E9449B2D509\/data",
        "dataPathSize" : 1255878656,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/3A116D61-397C-4B37-A511-1E9449B2D509",
        "udid" : "3A116D61-397C-4B37-A511-1E9449B2D509",
        "isAvailable" : false,
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "logPathSize" : 634880,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro",
        "state" : "Shutdown",
        "name" : "iPhone 14 Pro"
      },
      {
        "lastBootedAt" : "2022-11-25T02:50:22Z",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/CAB2CB50-863C-4B8F-99B7-1FE0379FDA04\/data",
        "dataPathSize" : 900743168,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/CAB2CB50-863C-4B8F-99B7-1FE0379FDA04",
        "udid" : "CAB2CB50-863C-4B8F-99B7-1FE0379FDA04",
        "isAvailable" : false,
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "logPathSize" : 106496,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro",
        "state" : "Shutdown",
        "name" : "iPhone 14 Pro-Detox"
      },
      {
        "lastBootedAt" : "2022-11-25T03:08:30Z",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/198BEEA4-223B-4931-8E1C-418F9A9959F1\/data",
        "dataPathSize" : 556990464,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/198BEEA4-223B-4931-8E1C-418F9A9959F1",
        "udid" : "198BEEA4-223B-4931-8E1C-418F9A9959F1",
        "isAvailable" : false,
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "logPathSize" : 40960,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro",
        "state" : "Shutdown",
        "name" : "iPhone 14 Pro-Detox"
      },
      {
        "lastBootedAt" : "2022-11-25T02:53:50Z",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/E829C1C0-0042-43E2-AEF0-E12FDDDCF9E6\/data",
        "dataPathSize" : 822018048,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/E829C1C0-0042-43E2-AEF0-E12FDDDCF9E6",
        "udid" : "E829C1C0-0042-43E2-AEF0-E12FDDDCF9E6",
        "isAvailable" : false,
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "logPathSize" : 86016,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro",
        "state" : "Shutdown",
        "name" : "iPhone 14 Pro-Detox"
      },
      {
        "lastBootedAt" : "2022-11-25T03:13:05Z",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/6DD33D93-F8B2-43E1-A610-9A07374B2817\/data",
        "dataPathSize" : 460738560,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/6DD33D93-F8B2-43E1-A610-9A07374B2817",
        "udid" : "6DD33D93-F8B2-43E1-A610-9A07374B2817",
        "isAvailable" : false,
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "logPathSize" : 53248,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro",
        "state" : "Shutdown",
        "name" : "iPhone 14 Pro-Detox"
      },
      {
        "lastBootedAt" : "2023-06-19T03:26:18Z",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/4BB28D80-5199-4937-8498-26980A2BA80B\/data",
        "dataPathSize" : 630620160,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/4BB28D80-5199-4937-8498-26980A2BA80B",
        "udid" : "4BB28D80-5199-4937-8498-26980A2BA80B",
        "isAvailable" : false,
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "logPathSize" : 81920,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro-Max",
        "state" : "Shutdown",
        "name" : "iPhone 14 Pro Max"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/B9BE5F6B-B347-426C-A6CC-124110D67D10\/data",
        "dataPathSize" : 13316096,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/B9BE5F6B-B347-426C-A6CC-124110D67D10",
        "udid" : "B9BE5F6B-B347-426C-A6CC-124110D67D10",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-9th-generation",
        "state" : "Shutdown",
        "name" : "iPad (9th generation)"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/C867D8F4-E2C3-4737-907A-F3F99201AFBB\/data",
        "dataPathSize" : 13316096,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/C867D8F4-E2C3-4737-907A-F3F99201AFBB",
        "udid" : "C867D8F4-E2C3-4737-907A-F3F99201AFBB",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-3rd-generation",
        "state" : "Shutdown",
        "name" : "iPad Pro (11-inch) (3rd generation)"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/6AEDC388-1E2D-42E6-A3A1-718AEADE4438\/data",
        "dataPathSize" : 13316096,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/6AEDC388-1E2D-42E6-A3A1-718AEADE4438",
        "udid" : "6AEDC388-1E2D-42E6-A3A1-718AEADE4438",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-5th-generation",
        "state" : "Shutdown",
        "name" : "iPad Pro (12.9-inch) (5th generation)"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/CFE3E427-3C69-48A7-B665-6F2606EF30C3\/data",
        "dataPathSize" : 13316096,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/CFE3E427-3C69-48A7-B665-6F2606EF30C3",
        "udid" : "CFE3E427-3C69-48A7-B665-6F2606EF30C3",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-5th-generation",
        "state" : "Shutdown",
        "name" : "iPad Air (5th generation)"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/A7830DBB-554B-4B94-B0A8-D815CB48F45A\/data",
        "dataPathSize" : 13316096,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/A7830DBB-554B-4B94-B0A8-D815CB48F45A",
        "udid" : "A7830DBB-554B-4B94-B0A8-D815CB48F45A",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-10th-generation",
        "state" : "Shutdown",
        "name" : "iPad (10th generation)"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/106828C5-AB4D-4DAF-9198-2A8787635BA0\/data",
        "dataPathSize" : 13316096,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/106828C5-AB4D-4DAF-9198-2A8787635BA0",
        "udid" : "106828C5-AB4D-4DAF-9198-2A8787635BA0",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini-6th-generation",
        "state" : "Shutdown",
        "name" : "iPad mini (6th generation)"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/15EA77AA-D42E-4CCD-BB1A-75EE0ED44151\/data",
        "dataPathSize" : 13316096,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/15EA77AA-D42E-4CCD-BB1A-75EE0ED44151",
        "udid" : "15EA77AA-D42E-4CCD-BB1A-75EE0ED44151",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-4th-generation-8GB",
        "state" : "Shutdown",
        "name" : "iPad Pro (11-inch) (4th generation)"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/5CA2017D-D7DC-4674-A399-2A375EF219D5\/data",
        "dataPathSize" : 13316096,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/5CA2017D-D7DC-4674-A399-2A375EF219D5",
        "udid" : "5CA2017D-D7DC-4674-A399-2A375EF219D5",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-6th-generation-8GB",
        "state" : "Shutdown",
        "name" : "iPad Pro (12.9-inch) (6th generation)"
      }
    ],
    "com.apple.CoreSimulator.SimRuntime.watchOS-9-4" : [
      {
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/99F05F11-7EA1-40FA-98AA-513D39FF23A8\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/99F05F11-7EA1-40FA-98AA-513D39FF23A8",
        "udid" : "99F05F11-7EA1-40FA-98AA-513D39FF23A8",
        "isAvailable" : true,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
        "state" : "Shutdown",
        "name" : "Apple Watch Series 5 (40mm)"
      },
      {
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/F057A042-A1D9-4A8E-B4F2-010B32BBEED6\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/F057A042-A1D9-4A8E-B4F2-010B32BBEED6",
        "udid" : "F057A042-A1D9-4A8E-B4F2-010B32BBEED6",
        "isAvailable" : true,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
        "state" : "Shutdown",
        "name" : "Apple Watch Series 5 (44mm)"
      },
      {
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/B1DA57FC-4E71-438C-94E0-147C21A850A2\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/B1DA57FC-4E71-438C-94E0-147C21A850A2",
        "udid" : "B1DA57FC-4E71-438C-94E0-147C21A850A2",
        "isAvailable" : true,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm",
        "state" : "Shutdown",
        "name" : "Apple Watch Series 6 (40mm)"
      },
      {
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/FE1C1016-AF29-4BAF-A9E9-DCDE9FE77190\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/FE1C1016-AF29-4BAF-A9E9-DCDE9FE77190",
        "udid" : "FE1C1016-AF29-4BAF-A9E9-DCDE9FE77190",
        "isAvailable" : true,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm",
        "state" : "Shutdown",
        "name" : "Apple Watch Series 6 (44mm)"
      },
      {
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/2C8EFD5D-04A2-4F3D-867C-506CBDFC4052\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/2C8EFD5D-04A2-4F3D-867C-506CBDFC4052",
        "udid" : "2C8EFD5D-04A2-4F3D-867C-506CBDFC4052",
        "isAvailable" : true,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-41mm",
        "state" : "Shutdown",
        "name" : "Apple Watch Series 7 (41mm)"
      },
      {
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/EADF1EA9-D729-4572-88F5-7CA1D15722B8\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/EADF1EA9-D729-4572-88F5-7CA1D15722B8",
        "udid" : "EADF1EA9-D729-4572-88F5-7CA1D15722B8",
        "isAvailable" : true,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-45mm",
        "state" : "Shutdown",
        "name" : "Apple Watch Series 7 (45mm)"
      },
      {
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/A6661C24-DC18-41B5-81DF-D333352E0576\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/A6661C24-DC18-41B5-81DF-D333352E0576",
        "udid" : "A6661C24-DC18-41B5-81DF-D333352E0576",
        "isAvailable" : true,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-40mm-2nd-generation",
        "state" : "Shutdown",
        "name" : "Apple Watch SE (40mm) (2nd generation)"
      },
      {
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/C0473360-79A3-489A-8B30-7652CD0CF3F3\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/C0473360-79A3-489A-8B30-7652CD0CF3F3",
        "udid" : "C0473360-79A3-489A-8B30-7652CD0CF3F3",
        "isAvailable" : true,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-44mm-2nd-generation",
        "state" : "Shutdown",
        "name" : "Apple Watch SE (44mm) (2nd generation)"
      },
      {
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/C57287FA-A09F-4107-8048-5514F66054FC\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/C57287FA-A09F-4107-8048-5514F66054FC",
        "udid" : "C57287FA-A09F-4107-8048-5514F66054FC",
        "isAvailable" : true,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-8-41mm",
        "state" : "Shutdown",
        "name" : "Apple Watch Series 8 (41mm)"
      },
      {
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/580DA40C-0422-4543-AB64-50542BFBC647\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/580DA40C-0422-4543-AB64-50542BFBC647",
        "udid" : "580DA40C-0422-4543-AB64-50542BFBC647",
        "isAvailable" : true,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-8-45mm",
        "state" : "Shutdown",
        "name" : "Apple Watch Series 8 (45mm)"
      },
      {
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/9AB27BFF-688A-4A8C-BFC6-99F0880A1E71\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/9AB27BFF-688A-4A8C-BFC6-99F0880A1E71",
        "udid" : "9AB27BFF-688A-4A8C-BFC6-99F0880A1E71",
        "isAvailable" : true,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Ultra-49mm",
        "state" : "Shutdown",
        "name" : "Apple Watch Ultra (49mm)"
      }
    ],
    "com.apple.CoreSimulator.SimRuntime.watchOS-8-5" : [
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/249BC669-331C-4787-8807-7A496CFF7260\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/249BC669-331C-4787-8807-7A496CFF7260",
        "udid" : "249BC669-331C-4787-8807-7A496CFF7260",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm",
        "state" : "Shutdown",
        "name" : "Apple Watch Series 6 - 40mm"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/15FCB8B8-2758-4E24-8350-044BED8694A0\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/15FCB8B8-2758-4E24-8350-044BED8694A0",
        "udid" : "15FCB8B8-2758-4E24-8350-044BED8694A0",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm",
        "state" : "Shutdown",
        "name" : "Apple Watch Series 6 - 44mm"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/2AFDFB7B-E2FE-4E41-8FA8-328ECF885FB9\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/2AFDFB7B-E2FE-4E41-8FA8-328ECF885FB9",
        "udid" : "2AFDFB7B-E2FE-4E41-8FA8-328ECF885FB9",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-41mm",
        "state" : "Shutdown",
        "name" : "Apple Watch Series 7 - 41mm"
      }
    ],
    "com.apple.CoreSimulator.SimRuntime.iOS-16-4" : [
      {
        "lastBootedAt" : "2023-09-17T11:26:15Z",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/27C49124-2104-46B4-9FB7-2AFF98712478\/data",
        "dataPathSize" : 367734784,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/27C49124-2104-46B4-9FB7-2AFF98712478",
        "udid" : "27C49124-2104-46B4-9FB7-2AFF98712478",
        "isAvailable" : false,
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "logPathSize" : 53248,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE-3rd-generation",
        "state" : "Shutdown",
        "name" : "iPhone SE (3rd generation)"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/13854905-8666-4DE7-9B10-6FE756994BCF\/data",
        "dataPathSize" : 13316096,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/13854905-8666-4DE7-9B10-6FE756994BCF",
        "udid" : "13854905-8666-4DE7-9B10-6FE756994BCF",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14",
        "state" : "Shutdown",
        "name" : "iPhone 14"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/933450CF-2A7D-4CFD-8813-195327218D61\/data",
        "dataPathSize" : 13316096,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/933450CF-2A7D-4CFD-8813-195327218D61",
        "udid" : "933450CF-2A7D-4CFD-8813-195327218D61",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Plus",
        "state" : "Shutdown",
        "name" : "iPhone 14 Plus"
      },
      {
        "lastBootedAt" : "2023-09-16T13:30:33Z",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/FC7838D0-4342-4E0E-9418-B00BAA88A7FC\/data",
        "dataPathSize" : 777498624,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/FC7838D0-4342-4E0E-9418-B00BAA88A7FC",
        "udid" : "FC7838D0-4342-4E0E-9418-B00BAA88A7FC",
        "isAvailable" : false,
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "logPathSize" : 102400,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro",
        "state" : "Shutdown",
        "name" : "iPhone 14 Pro"
      },
      {
        "lastBootedAt" : "2023-08-21T02:59:48Z",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/14D02FA4-4A08-4A25-997C-6E73885877D0\/data",
        "dataPathSize" : 282669056,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/14D02FA4-4A08-4A25-997C-6E73885877D0",
        "udid" : "14D02FA4-4A08-4A25-997C-6E73885877D0",
        "isAvailable" : false,
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "logPathSize" : 49152,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro-Max",
        "state" : "Shutdown",
        "name" : "iPhone 14 Pro Max"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/5F2F949B-3DBA-4FC0-B8C4-29F6F3F55B26\/data",
        "dataPathSize" : 13316096,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/5F2F949B-3DBA-4FC0-B8C4-29F6F3F55B26",
        "udid" : "5F2F949B-3DBA-4FC0-B8C4-29F6F3F55B26",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-9th-generation",
        "state" : "Shutdown",
        "name" : "iPad (9th generation)"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/665D41B3-CC4B-4AAC-BD51-4CAF05FBFA17\/data",
        "dataPathSize" : 13316096,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/665D41B3-CC4B-4AAC-BD51-4CAF05FBFA17",
        "udid" : "665D41B3-CC4B-4AAC-BD51-4CAF05FBFA17",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-3rd-generation",
        "state" : "Shutdown",
        "name" : "iPad Pro (11-inch) (3rd generation)"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/8B5BAADA-9D62-4851-888B-DC533AB99AFD\/data",
        "dataPathSize" : 13316096,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/8B5BAADA-9D62-4851-888B-DC533AB99AFD",
        "udid" : "8B5BAADA-9D62-4851-888B-DC533AB99AFD",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-5th-generation",
        "state" : "Shutdown",
        "name" : "iPad Pro (12.9-inch) (5th generation)"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/07C4EC00-D45F-4200-9A1D-23090F2B5BF3\/data",
        "dataPathSize" : 13316096,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/07C4EC00-D45F-4200-9A1D-23090F2B5BF3",
        "udid" : "07C4EC00-D45F-4200-9A1D-23090F2B5BF3",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-5th-generation",
        "state" : "Shutdown",
        "name" : "iPad Air (5th generation)"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/CE0CD9C3-C5A9-47F7-BB91-7CECA274E4F4\/data",
        "dataPathSize" : 13316096,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/CE0CD9C3-C5A9-47F7-BB91-7CECA274E4F4",
        "udid" : "CE0CD9C3-C5A9-47F7-BB91-7CECA274E4F4",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-10th-generation",
        "state" : "Shutdown",
        "name" : "iPad (10th generation)"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/E09C6075-855E-4151-84AE-EB5497C1152E\/data",
        "dataPathSize" : 13316096,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/E09C6075-855E-4151-84AE-EB5497C1152E",
        "udid" : "E09C6075-855E-4151-84AE-EB5497C1152E",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini-6th-generation",
        "state" : "Shutdown",
        "name" : "iPad mini (6th generation)"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/EF3D5A96-67D7-4831-9FAD-F5C966D0F087\/data",
        "dataPathSize" : 13316096,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/EF3D5A96-67D7-4831-9FAD-F5C966D0F087",
        "udid" : "EF3D5A96-67D7-4831-9FAD-F5C966D0F087",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-4th-generation-8GB",
        "state" : "Shutdown",
        "name" : "iPad Pro (11-inch) (4th generation)"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/4315B3A9-5F62-456B-843F-D85CF6C42686\/data",
        "dataPathSize" : 13316096,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/4315B3A9-5F62-456B-843F-D85CF6C42686",
        "udid" : "4315B3A9-5F62-456B-843F-D85CF6C42686",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-6th-generation-8GB",
        "state" : "Shutdown",
        "name" : "iPad Pro (12.9-inch) (6th generation)"
      }
    ],
    "com.apple.CoreSimulator.SimRuntime.watchOS-8-0" : [
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/110C755B-12D4-4557-BA9B-F0E09CBDA42E\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/110C755B-12D4-4557-BA9B-F0E09CBDA42E",
        "udid" : "110C755B-12D4-4557-BA9B-F0E09CBDA42E",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm",
        "state" : "Shutdown",
        "name" : "Apple Watch Series 6 - 40mm"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/7FF59060-5FD2-48FA-9FD4-7FBBA1798000\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/7FF59060-5FD2-48FA-9FD4-7FBBA1798000",
        "udid" : "7FF59060-5FD2-48FA-9FD4-7FBBA1798000",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm",
        "state" : "Shutdown",
        "name" : "Apple Watch Series 6 - 44mm"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/00ABABD9-E5BB-461F-BCC6-8B6518C8E986\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/00ABABD9-E5BB-461F-BCC6-8B6518C8E986",
        "udid" : "00ABABD9-E5BB-461F-BCC6-8B6518C8E986",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-41mm",
        "state" : "Shutdown",
        "name" : "Apple Watch Series 7 - 41mm"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/8A774659-CDA9-48B6-82D1-7E7E20B83412\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/8A774659-CDA9-48B6-82D1-7E7E20B83412",
        "udid" : "8A774659-CDA9-48B6-82D1-7E7E20B83412",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-45mm",
        "state" : "Shutdown",
        "name" : "Apple Watch Series 7 - 45mm"
      }
    ],
    "com.apple.CoreSimulator.SimRuntime.tvOS-16-4" : [
      {
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/F118C634-36EE-46A0-8FE9-0312A5BF0B03\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/F118C634-36EE-46A0-8FE9-0312A5BF0B03",
        "udid" : "F118C634-36EE-46A0-8FE9-0312A5BF0B03",
        "isAvailable" : true,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
        "state" : "Shutdown",
        "name" : "Apple TV"
      },
      {
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/12E84C65-D333-4CB1-A4BC-27276E954B80\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/12E84C65-D333-4CB1-A4BC-27276E954B80",
        "udid" : "12E84C65-D333-4CB1-A4BC-27276E954B80",
        "isAvailable" : true,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-4K",
        "state" : "Shutdown",
        "name" : "Apple TV 4K (2nd generation)"
      },
      {
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/AAB47B27-F3EF-4558-966C-F104847A22AC\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/AAB47B27-F3EF-4558-966C-F104847A22AC",
        "udid" : "AAB47B27-F3EF-4558-966C-F104847A22AC",
        "isAvailable" : true,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-1080p",
        "state" : "Shutdown",
        "name" : "Apple TV 4K (at 1080p) (2nd generation)"
      },
      {
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/F585CE41-DB18-4F3D-9AFC-C306A6FCCFD6\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/F585CE41-DB18-4F3D-9AFC-C306A6FCCFD6",
        "udid" : "F585CE41-DB18-4F3D-9AFC-C306A6FCCFD6",
        "isAvailable" : true,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-3rd-generation-4K",
        "state" : "Shutdown",
        "name" : "Apple TV 4K (3rd generation)"
      },
      {
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/9943D8AE-A2C8-4921-BA00-6E9F03E545DA\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/9943D8AE-A2C8-4921-BA00-6E9F03E545DA",
        "udid" : "9943D8AE-A2C8-4921-BA00-6E9F03E545DA",
        "isAvailable" : true,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-3rd-generation-1080p",
        "state" : "Shutdown",
        "name" : "Apple TV 4K (3rd generation) (at 1080p)"
      }
    ],
    "com.apple.CoreSimulator.SimRuntime.iOS-17-0" : [

    ],
    "com.apple.CoreSimulator.SimRuntime.watchOS-9-0" : [
      {
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/2E444D7C-FD98-45C2-87F6-1C6E37514E3F\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/2E444D7C-FD98-45C2-87F6-1C6E37514E3F",
        "udid" : "2E444D7C-FD98-45C2-87F6-1C6E37514E3F",
        "isAvailable" : true,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
        "state" : "Shutdown",
        "name" : "Apple Watch Series 5 (40mm)"
      },
      {
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/8B512F84-0872-4955-849C-ECD5821F572B\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/8B512F84-0872-4955-849C-ECD5821F572B",
        "udid" : "8B512F84-0872-4955-849C-ECD5821F572B",
        "isAvailable" : true,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
        "state" : "Shutdown",
        "name" : "Apple Watch Series 5 (44mm)"
      },
      {
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/94AB12D0-D050-471B-B44D-220DD636D576\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/94AB12D0-D050-471B-B44D-220DD636D576",
        "udid" : "94AB12D0-D050-471B-B44D-220DD636D576",
        "isAvailable" : true,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm",
        "state" : "Shutdown",
        "name" : "Apple Watch Series 6 (40mm)"
      },
      {
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/CAFAEB8E-FC6B-4603-82C9-DDE345CA141A\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/CAFAEB8E-FC6B-4603-82C9-DDE345CA141A",
        "udid" : "CAFAEB8E-FC6B-4603-82C9-DDE345CA141A",
        "isAvailable" : true,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm",
        "state" : "Shutdown",
        "name" : "Apple Watch Series 6 (44mm)"
      },
      {
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/5BD6678B-658B-46D6-AA66-E3DDF66969A4\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/5BD6678B-658B-46D6-AA66-E3DDF66969A4",
        "udid" : "5BD6678B-658B-46D6-AA66-E3DDF66969A4",
        "isAvailable" : true,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-41mm",
        "state" : "Shutdown",
        "name" : "Apple Watch Series 7 (41mm)"
      },
      {
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/925404A9-43B6-4372-9663-49E6CBF2A063\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/925404A9-43B6-4372-9663-49E6CBF2A063",
        "udid" : "925404A9-43B6-4372-9663-49E6CBF2A063",
        "isAvailable" : true,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-45mm",
        "state" : "Shutdown",
        "name" : "Apple Watch Series 7 (45mm)"
      },
      {
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/A3CB29A0-4CDD-4AFE-B874-76907EC9AF97\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/A3CB29A0-4CDD-4AFE-B874-76907EC9AF97",
        "udid" : "A3CB29A0-4CDD-4AFE-B874-76907EC9AF97",
        "isAvailable" : true,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-40mm-2nd-generation",
        "state" : "Shutdown",
        "name" : "Apple Watch SE (40mm) (2nd generation)"
      },
      {
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/406F9454-B8D6-43F8-8605-04833D50E10C\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/406F9454-B8D6-43F8-8605-04833D50E10C",
        "udid" : "406F9454-B8D6-43F8-8605-04833D50E10C",
        "isAvailable" : true,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-44mm-2nd-generation",
        "state" : "Shutdown",
        "name" : "Apple Watch SE (44mm) (2nd generation)"
      },
      {
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/CF7B623C-CF25-446F-9F26-F270ED0B291C\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/CF7B623C-CF25-446F-9F26-F270ED0B291C",
        "udid" : "CF7B623C-CF25-446F-9F26-F270ED0B291C",
        "isAvailable" : true,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-8-41mm",
        "state" : "Shutdown",
        "name" : "Apple Watch Series 8 (41mm)"
      },
      {
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/087824E0-EAA1-404F-8531-5DFF182A97CC\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/087824E0-EAA1-404F-8531-5DFF182A97CC",
        "udid" : "087824E0-EAA1-404F-8531-5DFF182A97CC",
        "isAvailable" : true,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-8-45mm",
        "state" : "Shutdown",
        "name" : "Apple Watch Series 8 (45mm)"
      },
      {
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/6BB3449C-87BE-4A01-A58B-F5C06621B806\/data",
        "dataPathSize" : 0,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/6BB3449C-87BE-4A01-A58B-F5C06621B806",
        "udid" : "6BB3449C-87BE-4A01-A58B-F5C06621B806",
        "isAvailable" : true,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Ultra-49mm",
        "state" : "Shutdown",
        "name" : "Apple Watch Ultra (49mm)"
      }
    ],
    "com.apple.CoreSimulator.SimRuntime.iOS-14-5" : [

    ],
    "com.apple.CoreSimulator.SimRuntime.iOS-15-0" : [
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/19F96CC0-3CB8-423B-A6FE-77CFE5A53708\/data",
        "dataPathSize" : 13312000,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/19F96CC0-3CB8-423B-A6FE-77CFE5A53708",
        "udid" : "19F96CC0-3CB8-423B-A6FE-77CFE5A53708",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-6s",
        "state" : "Shutdown",
        "name" : "iPhone 11 Pro"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/2D7FFE7E-A7C9-4AFB-9557-DAE7220A5BED\/data",
        "dataPathSize" : 13312000,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/2D7FFE7E-A7C9-4AFB-9557-DAE7220A5BED",
        "udid" : "2D7FFE7E-A7C9-4AFB-9557-DAE7220A5BED",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
        "state" : "Shutdown",
        "name" : "iPhone SE (2nd generation)"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/ACDBFD4A-A111-40C8-8CDD-56895C170A48\/data",
        "dataPathSize" : 3034914816,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/ACDBFD4A-A111-40C8-8CDD-56895C170A48",
        "udid" : "ACDBFD4A-A111-40C8-8CDD-56895C170A48",
        "isAvailable" : false,
        "logPathSize" : 868352,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro",
        "state" : "Shutdown",
        "name" : "iPhone 13 Pro"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/339F153F-2833-464C-8242-58560FEB0601\/data",
        "dataPathSize" : 13312000,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/339F153F-2833-464C-8242-58560FEB0601",
        "udid" : "339F153F-2833-464C-8242-58560FEB0601",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro-Max",
        "state" : "Shutdown",
        "name" : "iPhone 13 Pro Max"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/F9A63FE7-25CA-45C2-8F38-DDC00661DD8A\/data",
        "dataPathSize" : 477507584,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/F9A63FE7-25CA-45C2-8F38-DDC00661DD8A",
        "udid" : "F9A63FE7-25CA-45C2-8F38-DDC00661DD8A",
        "isAvailable" : false,
        "logPathSize" : 339968,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-mini",
        "state" : "Shutdown",
        "name" : "iPhone 13 mini"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/AB2CF5CF-8304-4108-9347-DFCC32AF930D\/data",
        "dataPathSize" : 13312000,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/AB2CF5CF-8304-4108-9347-DFCC32AF930D",
        "udid" : "AB2CF5CF-8304-4108-9347-DFCC32AF930D",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13",
        "state" : "Shutdown",
        "name" : "iPhone 13"
      },
      {
        "availabilityError" : "runtime profile not found using \"System\" match policy",
        "dataPath" : "\/Users\/frexuz\/Library\/Developer\/CoreSimulator\/Devices\/A62B510B-B012-4D44-A977-7ABE72882393\/data",
        "dataPathSize" : 13312000,
        "logPath" : "\/Users\/frexuz\/Library\/Logs\/CoreSimulator\/A62B510B-B012-4D44-A977-7ABE72882393",
        "udid" : "A62B510B-B012-4D44-A977-7ABE72882393",
        "isAvailable" : false,
        "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-5th-generation",
        "state" : "Shutdown",
        "name" : "iPad Pro (12.9-inch) (5th generation)"
      }
    ]
  },
  "pairs" : {
    "D413FF5E-6E6A-46FD-B7A9-F5FCA0028A70" : {
      "watch" : {
        "name" : "Apple Watch Series 7 - 41mm",
        "udid" : "00ABABD9-E5BB-461F-BCC6-8B6518C8E986",
        "state" : "Shutdown"
      },
      "phone" : {
        "name" : "iPhone 13 mini",
        "udid" : "F9A63FE7-25CA-45C2-8F38-DDC00661DD8A",
        "state" : "Shutdown"
      },
      "state" : "(unavailable)"
    },
    "51E06CE7-DF9C-4356-878E-262E8236A051" : {
      "watch" : {
        "name" : "Apple Watch Series 6 - 44mm",
        "udid" : "7FF59060-5FD2-48FA-9FD4-7FBBA1798000",
        "state" : "Shutdown"
      },
      "phone" : {
        "name" : "iPhone 13 Pro Max",
        "udid" : "339F153F-2833-464C-8242-58560FEB0601",
        "state" : "Shutdown"
      },
      "state" : "(unavailable)"
    },
    "2688A883-1C7C-41E8-8E97-959CC3E7828A" : {
      "watch" : {
        "name" : "Apple Watch Series 8 (45mm)",
        "udid" : "087824E0-EAA1-404F-8531-5DFF182A97CC",
        "state" : "Shutdown"
      },
      "phone" : {
        "name" : "iPhone 14 Pro",
        "udid" : "6F6E0A37-9418-4293-BC49-FB2711AB4A35",
        "state" : "Shutdown"
      },
      "state" : "(unavailable)"
    },
    "E5FECBC4-CC19-4F65-BECB-CEF403C24D6B" : {
      "watch" : {
        "name" : "Apple Watch Series 7 - 45mm",
        "udid" : "8A774659-CDA9-48B6-82D1-7E7E20B83412",
        "state" : "Shutdown"
      },
      "phone" : {
        "name" : "iPhone 13",
        "udid" : "AB2CF5CF-8304-4108-9347-DFCC32AF930D",
        "state" : "Shutdown"
      },
      "state" : "(unavailable)"
    },
    "E6731FA6-46D6-46C5-AD18-5C99F0580612" : {
      "watch" : {
        "name" : "Apple Watch Series 6 - 44mm",
        "udid" : "15FCB8B8-2758-4E24-8350-044BED8694A0",
        "state" : "Shutdown"
      },
      "phone" : {
        "name" : "iPhone 13 Pro Max",
        "udid" : "3F48EC96-6111-4B88-90E6-0D1DBC50E559",
        "state" : "Shutdown"
      },
      "state" : "(unavailable)"
    },
    "F127F9D2-A2FF-4058-853A-3E6621BC9810" : {
      "watch" : {
        "name" : "Apple Watch Series 7 (45mm)",
        "udid" : "925404A9-43B6-4372-9663-49E6CBF2A063",
        "state" : "Shutdown"
      },
      "phone" : {
        "name" : "iPhone 14",
        "udid" : "9379D879-6B90-4A92-B174-8B9DE7CEBB7E",
        "state" : "Shutdown"
      },
      "state" : "(unavailable)"
    },
    "892714E7-F9B3-4289-8AA7-B735FD344C96" : {
      "watch" : {
        "name" : "Apple Watch Ultra (49mm)",
        "udid" : "9AB27BFF-688A-4A8C-BFC6-99F0880A1E71",
        "state" : "Shutdown"
      },
      "phone" : {
        "name" : "iPhone 14 Pro Max",
        "udid" : "14D02FA4-4A08-4A25-997C-6E73885877D0",
        "state" : "Shutdown"
      },
      "state" : "(unavailable)"
    },
    "482DFB84-203B-4075-8546-9ADB56B7A2FA" : {
      "watch" : {
        "name" : "Apple Watch Series 8 (45mm)",
        "udid" : "580DA40C-0422-4543-AB64-50542BFBC647",
        "state" : "Shutdown"
      },
      "phone" : {
        "name" : "iPhone 14 Pro",
        "udid" : "FC7838D0-4342-4E0E-9418-B00BAA88A7FC",
        "state" : "Shutdown"
      },
      "state" : "(unavailable)"
    },
    "6B3D66FD-BE7D-451C-82BA-4B95386F45AE" : {
      "watch" : {
        "name" : "Apple Watch Series 8 (41mm)",
        "udid" : "C57287FA-A09F-4107-8048-5514F66054FC",
        "state" : "Shutdown"
      },
      "phone" : {
        "name" : "iPhone 14 Plus",
        "udid" : "933450CF-2A7D-4CFD-8813-195327218D61",
        "state" : "Shutdown"
      },
      "state" : "(unavailable)"
    },
    "86574CC8-AEE2-461F-B4BC-CA3B0823FBC0" : {
      "watch" : {
        "name" : "Apple Watch Series 8 (41mm)",
        "udid" : "CF7B623C-CF25-446F-9F26-F270ED0B291C",
        "state" : "Shutdown"
      },
      "phone" : {
        "name" : "iPhone 14 Plus",
        "udid" : "A1BDFFCF-FB79-46B4-81DE-A5FA19E3F7C4",
        "state" : "Shutdown"
      },
      "state" : "(unavailable)"
    },
    "2AB263A3-DA70-401A-8A13-5C2D61B9BE2C" : {
      "watch" : {
        "name" : "Apple Watch Series 6 - 40mm",
        "udid" : "110C755B-12D4-4557-BA9B-F0E09CBDA42E",
        "state" : "Shutdown"
      },
      "phone" : {
        "name" : "iPhone 13 Pro",
        "udid" : "ACDBFD4A-A111-40C8-8CDD-56895C170A48",
        "state" : "Shutdown"
      },
      "state" : "(unavailable)"
    },
    "21F8A11D-9709-4B66-BD77-F2AAFA070CCD" : {
      "watch" : {
        "name" : "Apple Watch Series 7 (45mm)",
        "udid" : "EADF1EA9-D729-4572-88F5-7CA1D15722B8",
        "state" : "Shutdown"
      },
      "phone" : {
        "name" : "iPhone 14",
        "udid" : "13854905-8666-4DE7-9B10-6FE756994BCF",
        "state" : "Shutdown"
      },
      "state" : "(unavailable)"
    },
    "7D579DF4-EE5D-457B-99BF-C0DECE4B756C" : {
      "watch" : {
        "name" : "Apple Watch Series 6 - 40mm",
        "udid" : "249BC669-331C-4787-8807-7A496CFF7260",
        "state" : "Shutdown"
      },
      "phone" : {
        "name" : "iPhone 13 Pro",
        "udid" : "3329BE82-1453-4C79-999E-22E5C0DAAB78",
        "state" : "Shutdown"
      },
      "state" : "(unavailable)"
    },
    "4EC9A202-C8D5-439D-9537-BABD3DE99E02" : {
      "watch" : {
        "name" : "Apple Watch Series 7 - 41mm",
        "udid" : "2AFDFB7B-E2FE-4E41-8FA8-328ECF885FB9",
        "state" : "Shutdown"
      },
      "phone" : {
        "name" : "iPhone 13 mini",
        "udid" : "EA29F87B-B21F-403C-B039-97AB4EDC4C90",
        "state" : "Shutdown"
      },
      "state" : "(unavailable)"
    },
    "0C0ECDDF-4558-4A34-BE1D-B07109CA73A3" : {
      "watch" : {
        "name" : "Apple Watch Ultra (49mm)",
        "udid" : "6BB3449C-87BE-4A01-A58B-F5C06621B806",
        "state" : "Shutdown"
      },
      "phone" : {
        "name" : "iPhone 14 Pro Max",
        "udid" : "4BE018DE-BD10-40EB-9E98-DFEF9FC24A0C",
        "state" : "Shutdown"
      },
      "state" : "(unavailable)"
    }
  }
}

@asafkorem
Copy link
Contributor

Seems like you were able to find device types and runtime devices, but no simulators (unless we have a real issue with applesimutils, I hope not).. Try running xcrun simctl list devices

If you've just installed a new Xcode, it's possible that no simulators exist yet. You would need to create a new simulator using the available device types and runtimes, try running simctl create <name> <device_type_identifier> <runtime_identifier> or using Xcode

For the device types you can run xcrun simctl list devicetypes, and for the runtimes xcrun simctl list runtimes (or from the JSON output you provided above)

@kg-currenxie
Copy link
Author

kg-currenxie commented Nov 5, 2023

Well, I'm definitely using/running simulators when developing apps in Xcode as the first screenshot shows
image

Are these not the same ones that xcrun detects? I mean, i've never ever used simctl create, and been using this cli for years (via the Detox library for React Native).

Only now, did it break after upgrading to Xcode 15

xcrun simctl list devices | grep iPhone
    iPhone SE (3rd generation) (49B79A72-7713-48BF-9BA9-1C099CC6D947) (Shutdown)
    iPhone 15 (B860117E-30BC-49BB-ADEB-2742B4586EDE) (Shutdown)
    iPhone 15 Plus (0795771F-ED31-4E99-90A8-4A8AA18CF8D7) (Shutdown)
    iPhone 15 Pro (4E593FCF-74AA-4F46-84CA-F3777F02FFED) (Shutdown)
    iPhone 15 Pro Max (17FCDDC4-1659-42A6-A56F-B4D6C0773CD8) (Shutdown)
    iPhone 11 Pro (19F96CC0-3CB8-423B-A6FE-77CFE5A53708) (Shutdown) (unavailable, runtime profile not found using "System" match policy)
    iPhone SE (2nd generation) (2D7FFE7E-A7C9-4AFB-9557-DAE7220A5BED) (Shutdown) (unavailable, runtime profile not found using "System" match policy)
    iPhone 13 Pro (ACDBFD4A-A111-40C8-8CDD-56895C170A48) (Shutdown) (unavailable, runtime profile not found using "System" match policy)
    iPhone 13 Pro Max (339F153F-2833-464C-8242-58560FEB0601) (Shutdown) (unavailable, runtime profile not found using "System" match policy)
    iPhone 13 mini (F9A63FE7-25CA-45C2-8F38-DDC00661DD8A) (Shutdown) (unavailable, runtime profile not found using "System" match policy)
    iPhone 13 (AB2CF5CF-8304-4108-9347-DFCC32AF930D) (Shutdown) (unavailable, runtime profile not found using "System" match policy)
    iPhone 13 Pro (3329BE82-1453-4C79-999E-22E5C0DAAB78) (Shutdown) (unavailable, runtime profile not found using "System" match policy)
    iPhone 13 Pro Max (3F48EC96-6111-4B88-90E6-0D1DBC50E559) (Shutdown) (unavailable, runtime profile not found using "System" match policy)
    iPhone 13 mini (EA29F87B-B21F-403C-B039-97AB4EDC4C90) (Shutdown) (unavailable, runtime profile not found using "System" match policy)
    iPhone 12 mini (F97C3D2F-6A3E-4732-9C39-0A30C8931633) (Shutdown) (unavailable, runtime profile not found using "System" match policy)
    iPhone 13 Pro (29D50D12-86F7-41E5-BD1C-2AD9C1DCEFEC) (Shutdown) (unavailable, runtime profile not found using "System" match policy)
    iPhone 13 Pro Max (03CA9CD4-05AC-4DB0-A6FC-755ED5EF4B7C) (Shutdown) (unavailable, runtime profile not found using "System" match policy)
    iPhone 13 mini (4BB07795-67FC-4673-A1DA-DC9BF975D64B) (Shutdown) (unavailable, runtime profile not found using "System" match policy)
    iPhone 14 (9379D879-6B90-4A92-B174-8B9DE7CEBB7E) (Shutdown) (unavailable, runtime profile not found using "System" match policy)
    iPhone 14 Plus (A1BDFFCF-FB79-46B4-81DE-A5FA19E3F7C4) (Shutdown) (unavailable, runtime profile not found using "System" match policy)
    iPhone 14 Pro (6F6E0A37-9418-4293-BC49-FB2711AB4A35) (Shutdown) (unavailable, runtime profile not found using "System" match policy)
    iPhone 14 Pro Max (4BE018DE-BD10-40EB-9E98-DFEF9FC24A0C) (Shutdown) (unavailable, runtime profile not found using "System" match policy)
    iPhone SE (3rd generation) (19964F56-50A4-43F8-853D-0DF7322F1F0C) (Shutdown) (unavailable, runtime profile not found using "System" match policy)
    iPhone 14 (9157F6AF-A86B-43F1-90AE-26F4D416BFBF) (Shutdown) (unavailable, runtime profile not found using "System" match policy)
    iPhone 14 Plus (B61031E4-C4F4-4C9C-BE83-9569800FD24E) (Shutdown) (unavailable, runtime profile not found using "System" match policy)
    iPhone 14 Pro (3A116D61-397C-4B37-A511-1E9449B2D509) (Shutdown) (unavailable, runtime profile not found using "System" match policy)
    iPhone 14 Pro-Detox (CAB2CB50-863C-4B8F-99B7-1FE0379FDA04) (Shutdown) (unavailable, runtime profile not found using "System" match policy)
    iPhone 14 Pro-Detox (198BEEA4-223B-4931-8E1C-418F9A9959F1) (Shutdown) (unavailable, runtime profile not found using "System" match policy)
    iPhone 14 Pro-Detox (E829C1C0-0042-43E2-AEF0-E12FDDDCF9E6) (Shutdown) (unavailable, runtime profile not found using "System" match policy)
    iPhone 14 Pro-Detox (6DD33D93-F8B2-43E1-A610-9A07374B2817) (Shutdown) (unavailable, runtime profile not found using "System" match policy)
    iPhone 14 Pro Max (4BB28D80-5199-4937-8498-26980A2BA80B) (Shutdown) (unavailable, runtime profile not found using "System" match policy)
    iPhone SE (3rd generation) (27C49124-2104-46B4-9FB7-2AFF98712478) (Shutdown) (unavailable, runtime profile not found using "System" match policy)
    iPhone 14 (13854905-8666-4DE7-9B10-6FE756994BCF) (Shutdown) (unavailable, runtime profile not found using "System" match policy)
    iPhone 14 Plus (933450CF-2A7D-4CFD-8813-195327218D61) (Shutdown) (unavailable, runtime profile not found using "System" match policy)
    iPhone 14 Pro (FC7838D0-4342-4E0E-9418-B00BAA88A7FC) (Shutdown) (unavailable, runtime profile not found using "System" match policy)
    iPhone 14 Pro Max (14D02FA4-4A08-4A25-997C-6E73885877D0) (Shutdown) (unavailable, runtime profile not found using "System" match policy)

I'm using the Phone 15 Pro

@asafkorem
Copy link
Contributor

asafkorem commented Nov 5, 2023

I see.. however it's hard for me to reproduce this bug (I have Xcode 15 without this issue), does xcrun simctl boot 4E593FCF-74AA-4F46-84CA-F3777F02FFED work for you (start the iPhone 15 Pro with simctl)?

@kg-currenxie
Copy link
Author

Yes, it booted. I'm not sure how things work under the hood. Where is the "source of truth"? Is it the simulators on disk? Or is there some kind of registry elsewhere.
Not sure if reinstalling anything, or what what to reinstall, would help :P

@asafkorem asafkorem self-assigned this Nov 6, 2023
@noomorph
Copy link
Contributor

noomorph commented Nov 6, 2023

This looks worrisome: unavailable, runtime profile not found using "System" match policy. @asafkorem , wdyt?

From this SO issue, I can see that you're better to upgrade your iOS runtimes.

I checked on my Xcode 15 setup – applesimutils works as expected.

@kg-currenxie
Copy link
Author

Ended up purging everything Xcode, and reinstalling everything 🤷 works
Close this issue if you want

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants