Skip to content

Instantly share code, notes, and snippets.

@MHabiib
Created July 1, 2024 02:24
Show Gist options
  • Save MHabiib/d4dfe30aee4d87e27b168fdd49a456ea to your computer and use it in GitHub Desktop.
Save MHabiib/d4dfe30aee4d87e27b168fdd49a456ea to your computer and use it in GitHub Desktop.
xcrun simctl list --json
{
"devicetypes" : [
{
"productFamily" : "iPhone",
"bundlePath" : "\/Applications\/Xcode-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (2nd generation).simdevicetype",
"maxRuntimeVersion" : 1139456,
"maxRuntimeVersionString" : "17.99.0",
"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-beta.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (10.5-inch).simdevicetype",
"maxRuntimeVersion" : 1139456,
"maxRuntimeVersionString" : "17.99.0",
"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-beta.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (6th generation).simdevicetype",
"maxRuntimeVersion" : 1139456,
"maxRuntimeVersionString" : "17.99.0",
"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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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" : "iPad",
"bundlePath" : "\/Applications\/Xcode-beta.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air 11-inch (M2).simdevicetype",
"maxRuntimeVersion" : 4294967295,
"maxRuntimeVersionString" : "65535.255.255",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-11-inch-M2",
"modelIdentifier" : "iPad14,9",
"minRuntimeVersionString" : "17.4.0",
"minRuntimeVersion" : 1115136,
"name" : "iPad Air 11-inch (M2)"
},
{
"productFamily" : "iPad",
"bundlePath" : "\/Applications\/Xcode-beta.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air 13-inch (M2).simdevicetype",
"maxRuntimeVersion" : 4294967295,
"maxRuntimeVersionString" : "65535.255.255",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-13-inch-M2",
"modelIdentifier" : "iPad14,11",
"minRuntimeVersionString" : "17.4.0",
"minRuntimeVersion" : 1115136,
"name" : "iPad Air 13-inch (M2)"
},
{
"productFamily" : "iPad",
"bundlePath" : "\/Applications\/Xcode-beta.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro 11-inch (M4).simdevicetype",
"maxRuntimeVersion" : 4294967295,
"maxRuntimeVersionString" : "65535.255.255",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-M4-8GB",
"modelIdentifier" : "iPad16,4",
"minRuntimeVersionString" : "17.4.0",
"minRuntimeVersion" : 1115136,
"name" : "iPad Pro 11-inch (M4)"
},
{
"productFamily" : "iPad",
"bundlePath" : "\/Applications\/Xcode-beta.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro 11-inch (M4) (16GB).simdevicetype",
"maxRuntimeVersion" : 4294967295,
"maxRuntimeVersionString" : "65535.255.255",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-M4-16GB",
"modelIdentifier" : "iPad16,4",
"minRuntimeVersionString" : "17.4.0",
"minRuntimeVersion" : 1115136,
"name" : "iPad Pro 11-inch (M4) (16GB)"
},
{
"productFamily" : "iPad",
"bundlePath" : "\/Applications\/Xcode-beta.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro 13-inch (M4).simdevicetype",
"maxRuntimeVersion" : 4294967295,
"maxRuntimeVersionString" : "65535.255.255",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-13-inch-M4-8GB",
"modelIdentifier" : "iPad16,6",
"minRuntimeVersionString" : "17.4.0",
"minRuntimeVersion" : 1115136,
"name" : "iPad Pro 13-inch (M4)"
},
{
"productFamily" : "iPad",
"bundlePath" : "\/Applications\/Xcode-beta.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro 13-inch (M4) (16GB).simdevicetype",
"maxRuntimeVersion" : 4294967295,
"maxRuntimeVersionString" : "65535.255.255",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-13-inch-M4-16GB",
"modelIdentifier" : "iPad16,6",
"minRuntimeVersionString" : "17.4.0",
"minRuntimeVersion" : 1115136,
"name" : "iPad Pro 13-inch (M4) (16GB)"
},
{
"productFamily" : "Apple TV",
"bundlePath" : "\/Applications\/Xcode-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 4 (40mm).simdevicetype",
"maxRuntimeVersion" : 680704,
"maxRuntimeVersionString" : "10.99.0",
"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-beta.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 4 (44mm).simdevicetype",
"maxRuntimeVersion" : 680704,
"maxRuntimeVersionString" : "10.99.0",
"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-beta.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 5 (40mm).simdevicetype",
"maxRuntimeVersion" : 680704,
"maxRuntimeVersionString" : "10.99.0",
"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-beta.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 5 (44mm).simdevicetype",
"maxRuntimeVersion" : 680704,
"maxRuntimeVersionString" : "10.99.0",
"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-beta.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch SE (40mm).simdevicetype",
"maxRuntimeVersion" : 680704,
"maxRuntimeVersionString" : "10.99.0",
"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-beta.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch SE (44mm).simdevicetype",
"maxRuntimeVersion" : 680704,
"maxRuntimeVersionString" : "10.99.0",
"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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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)"
},
{
"productFamily" : "Apple Vision",
"bundlePath" : "\/Applications\/Xcode-beta.app\/Contents\/Developer\/Platforms\/XROS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Vision Pro.simdevicetype",
"maxRuntimeVersion" : 4294967295,
"maxRuntimeVersionString" : "65535.255.255",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Vision-Pro",
"modelIdentifier" : "RealityDevice14,1",
"minRuntimeVersionString" : "1.0.0",
"minRuntimeVersion" : 65536,
"name" : "Apple Vision Pro"
}
],
"runtimes" : [
{
"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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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_21C62\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.2.simruntime",
"buildversion" : "21C62",
"platform" : "iOS",
"runtimeRoot" : "\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21C62\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.2.simruntime\/Contents\/Resources\/RuntimeRoot",
"identifier" : "com.apple.CoreSimulator.SimRuntime.iOS-17-2",
"version" : "17.2",
"isInternal" : false,
"isAvailable" : true,
"name" : "iOS 17.2",
"supportedDeviceTypes" : [
{
"bundlePath" : "\/Applications\/Xcode-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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_21E213\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.4.simruntime",
"buildversion" : "21E213",
"platform" : "iOS",
"runtimeRoot" : "\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21E213\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.4.simruntime\/Contents\/Resources\/RuntimeRoot",
"identifier" : "com.apple.CoreSimulator.SimRuntime.iOS-17-4",
"version" : "17.4",
"isInternal" : false,
"isAvailable" : true,
"name" : "iOS 17.4",
"supportedDeviceTypes" : [
{
"bundlePath" : "\/Applications\/Xcode-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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" : "\/Applications\/Xcode-beta.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air 11-inch (M2).simdevicetype",
"name" : "iPad Air 11-inch (M2)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-11-inch-M2",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode-beta.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air 13-inch (M2).simdevicetype",
"name" : "iPad Air 13-inch (M2)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-13-inch-M2",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode-beta.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro 11-inch (M4).simdevicetype",
"name" : "iPad Pro 11-inch (M4)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-M4-8GB",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode-beta.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro 11-inch (M4) (16GB).simdevicetype",
"name" : "iPad Pro 11-inch (M4) (16GB)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-M4-16GB",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode-beta.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro 13-inch (M4).simdevicetype",
"name" : "iPad Pro 13-inch (M4)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-13-inch-M4-8GB",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode-beta.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro 13-inch (M4) (16GB).simdevicetype",
"name" : "iPad Pro 13-inch (M4) (16GB)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-13-inch-M4-16GB",
"productFamily" : "iPad"
}
]
},
{
"bundlePath" : "\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_22A5282m\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 18.0.simruntime",
"buildversion" : "22A5282m",
"platform" : "iOS",
"runtimeRoot" : "\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_22A5282m\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 18.0.simruntime\/Contents\/Resources\/RuntimeRoot",
"identifier" : "com.apple.CoreSimulator.SimRuntime.iOS-18-0",
"version" : "18.0",
"isInternal" : false,
"isAvailable" : true,
"name" : "iOS 18.0",
"supportedDeviceTypes" : [
{
"bundlePath" : "\/Applications\/Xcode-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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-beta.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" : "\/Applications\/Xcode-beta.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air 11-inch (M2).simdevicetype",
"name" : "iPad Air 11-inch (M2)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-11-inch-M2",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode-beta.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air 13-inch (M2).simdevicetype",
"name" : "iPad Air 13-inch (M2)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-13-inch-M2",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode-beta.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro 11-inch (M4).simdevicetype",
"name" : "iPad Pro 11-inch (M4)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-M4-8GB",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode-beta.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro 11-inch (M4) (16GB).simdevicetype",
"name" : "iPad Pro 11-inch (M4) (16GB)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-M4-16GB",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode-beta.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro 13-inch (M4).simdevicetype",
"name" : "iPad Pro 13-inch (M4)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-13-inch-M4-8GB",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode-beta.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro 13-inch (M4) (16GB).simdevicetype",
"name" : "iPad Pro 13-inch (M4) (16GB)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-13-inch-M4-16GB",
"productFamily" : "iPad"
}
]
}
],
"devices" : {
"com.apple.CoreSimulator.SimRuntime.iOS-17-2" : [
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/0C22773F-73B2-400C-8D30-F466DBD17D80\/data",
"dataPathSize" : 18337792,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/0C22773F-73B2-400C-8D30-F466DBD17D80",
"udid" : "0C22773F-73B2-400C-8D30-F466DBD17D80",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE-3rd-generation",
"state" : "Shutdown",
"name" : "iPhone SE (3rd generation)"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/EB8F0B6C-B997-49BA-8D8E-DD2C22C080D4\/data",
"dataPathSize" : 18337792,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/EB8F0B6C-B997-49BA-8D8E-DD2C22C080D4",
"udid" : "EB8F0B6C-B997-49BA-8D8E-DD2C22C080D4",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15",
"state" : "Shutdown",
"name" : "iPhone 15"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/676467F4-A917-48DC-9077-A2B5CAC1C470\/data",
"dataPathSize" : 18337792,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/676467F4-A917-48DC-9077-A2B5CAC1C470",
"udid" : "676467F4-A917-48DC-9077-A2B5CAC1C470",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15-Plus",
"state" : "Shutdown",
"name" : "iPhone 15 Plus"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/5C984721-E126-44FC-A16E-3C2F71D0C0D4\/data",
"dataPathSize" : 18337792,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/5C984721-E126-44FC-A16E-3C2F71D0C0D4",
"udid" : "5C984721-E126-44FC-A16E-3C2F71D0C0D4",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15-Pro",
"state" : "Shutdown",
"name" : "iPhone 15 Pro"
},
{
"lastBootedAt" : "2024-06-28T16:09:53Z",
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/BFFC38B5-6447-4BEF-B5FB-E6E6CEAC95CF\/data",
"dataPathSize" : 544829440,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/BFFC38B5-6447-4BEF-B5FB-E6E6CEAC95CF",
"udid" : "BFFC38B5-6447-4BEF-B5FB-E6E6CEAC95CF",
"isAvailable" : true,
"logPathSize" : 57344,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15-Pro-Max",
"state" : "Shutdown",
"name" : "iPhone 15 Pro Max"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/F4500AD8-4EC1-4268-99A7-2D6505956D46\/data",
"dataPathSize" : 18337792,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/F4500AD8-4EC1-4268-99A7-2D6505956D46",
"udid" : "F4500AD8-4EC1-4268-99A7-2D6505956D46",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-5th-generation",
"state" : "Shutdown",
"name" : "iPad Air (5th generation)"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/F4560C9F-785E-47A6-AF15-6ECC8B063D5B\/data",
"dataPathSize" : 18337792,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/F4560C9F-785E-47A6-AF15-6ECC8B063D5B",
"udid" : "F4560C9F-785E-47A6-AF15-6ECC8B063D5B",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-10th-generation",
"state" : "Shutdown",
"name" : "iPad (10th generation)"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/213CC231-766D-4F61-AC24-53929D04AF6D\/data",
"dataPathSize" : 18337792,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/213CC231-766D-4F61-AC24-53929D04AF6D",
"udid" : "213CC231-766D-4F61-AC24-53929D04AF6D",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini-6th-generation",
"state" : "Shutdown",
"name" : "iPad mini (6th generation)"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/6B0B0DD8-7694-43A0-A052-AC359D1E3750\/data",
"dataPathSize" : 18337792,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/6B0B0DD8-7694-43A0-A052-AC359D1E3750",
"udid" : "6B0B0DD8-7694-43A0-A052-AC359D1E3750",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-4th-generation-8GB",
"state" : "Shutdown",
"name" : "iPad Pro (11-inch) (4th generation)"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/09F010B6-F3BE-44E5-8592-53528129E9E3\/data",
"dataPathSize" : 18337792,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/09F010B6-F3BE-44E5-8592-53528129E9E3",
"udid" : "09F010B6-F3BE-44E5-8592-53528129E9E3",
"isAvailable" : true,
"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.iOS-17-4" : [
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/358F7BF5-8253-42F1-AC4D-0F6687A8FCF8\/data",
"dataPathSize" : 18337792,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/358F7BF5-8253-42F1-AC4D-0F6687A8FCF8",
"udid" : "358F7BF5-8253-42F1-AC4D-0F6687A8FCF8",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE-3rd-generation",
"state" : "Shutdown",
"name" : "iPhone SE (3rd generation)"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/A7B8AE69-AF10-4735-B414-4129C72D0495\/data",
"dataPathSize" : 18337792,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/A7B8AE69-AF10-4735-B414-4129C72D0495",
"udid" : "A7B8AE69-AF10-4735-B414-4129C72D0495",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15",
"state" : "Shutdown",
"name" : "iPhone 15"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/AC8C82A8-7CD6-43A2-8C52-A929CDDE1465\/data",
"dataPathSize" : 18337792,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/AC8C82A8-7CD6-43A2-8C52-A929CDDE1465",
"udid" : "AC8C82A8-7CD6-43A2-8C52-A929CDDE1465",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15-Plus",
"state" : "Shutdown",
"name" : "iPhone 15 Plus"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/A291C88C-E20D-4CEF-8C84-F748C2F5B751\/data",
"dataPathSize" : 18337792,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/A291C88C-E20D-4CEF-8C84-F748C2F5B751",
"udid" : "A291C88C-E20D-4CEF-8C84-F748C2F5B751",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15-Pro",
"state" : "Shutdown",
"name" : "iPhone 15 Pro"
},
{
"lastBootedAt" : "2024-05-29T05:18:56Z",
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/3E9484B4-977E-4C46-A299-2D093B928565\/data",
"dataPathSize" : 652369920,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/3E9484B4-977E-4C46-A299-2D093B928565",
"udid" : "3E9484B4-977E-4C46-A299-2D093B928565",
"isAvailable" : true,
"logPathSize" : 53248,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15-Pro-Max",
"state" : "Shutdown",
"name" : "iPhone 15 Pro Max"
},
{
"lastBootedAt" : "2024-05-29T05:35:29Z",
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/3B1AAE1D-2D4F-47A5-8B91-3FF2E7725796\/data",
"dataPathSize" : 625225728,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/3B1AAE1D-2D4F-47A5-8B91-3FF2E7725796",
"udid" : "3B1AAE1D-2D4F-47A5-8B91-3FF2E7725796",
"isAvailable" : true,
"logPathSize" : 61440,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15-Pro-Max",
"state" : "Shutdown",
"name" : "iPhone 15 Pro Max"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/BFC09E48-F750-4347-84DE-754A0AB051A3\/data",
"dataPathSize" : 18337792,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/BFC09E48-F750-4347-84DE-754A0AB051A3",
"udid" : "BFC09E48-F750-4347-84DE-754A0AB051A3",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-5th-generation",
"state" : "Shutdown",
"name" : "iPad Air (5th generation)"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/259AC266-AE1D-4EBF-AEBF-8B21B2E185B1\/data",
"dataPathSize" : 18337792,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/259AC266-AE1D-4EBF-AEBF-8B21B2E185B1",
"udid" : "259AC266-AE1D-4EBF-AEBF-8B21B2E185B1",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-10th-generation",
"state" : "Shutdown",
"name" : "iPad (10th generation)"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/49C74DE3-2716-44A5-B097-83456877B3EB\/data",
"dataPathSize" : 18337792,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/49C74DE3-2716-44A5-B097-83456877B3EB",
"udid" : "49C74DE3-2716-44A5-B097-83456877B3EB",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini-6th-generation",
"state" : "Shutdown",
"name" : "iPad mini (6th generation)"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/AEEE3307-9ADC-47D5-B885-C86C766BC893\/data",
"dataPathSize" : 18337792,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/AEEE3307-9ADC-47D5-B885-C86C766BC893",
"udid" : "AEEE3307-9ADC-47D5-B885-C86C766BC893",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-4th-generation-8GB",
"state" : "Shutdown",
"name" : "iPad Pro (11-inch) (4th generation)"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/1D98C585-1805-4975-AC75-A3A82FF4810E\/data",
"dataPathSize" : 18337792,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/1D98C585-1805-4975-AC75-A3A82FF4810E",
"udid" : "1D98C585-1805-4975-AC75-A3A82FF4810E",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-6th-generation-8GB",
"state" : "Shutdown",
"name" : "iPad Pro (12.9-inch) (6th generation)"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/893EDC1D-542E-4D2C-84F9-8116B47DC420\/data",
"dataPathSize" : 18337792,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/893EDC1D-542E-4D2C-84F9-8116B47DC420",
"udid" : "893EDC1D-542E-4D2C-84F9-8116B47DC420",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-11-inch-M2",
"state" : "Shutdown",
"name" : "iPad Air 11-inch (M2)"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/E7A664CB-6AF2-47D5-859E-B35B4FE3CB81\/data",
"dataPathSize" : 18337792,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/E7A664CB-6AF2-47D5-859E-B35B4FE3CB81",
"udid" : "E7A664CB-6AF2-47D5-859E-B35B4FE3CB81",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-13-inch-M2",
"state" : "Shutdown",
"name" : "iPad Air 13-inch (M2)"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/037067E4-8532-43B4-B0E0-3FA93FF22D43\/data",
"dataPathSize" : 18337792,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/037067E4-8532-43B4-B0E0-3FA93FF22D43",
"udid" : "037067E4-8532-43B4-B0E0-3FA93FF22D43",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-M4-8GB",
"state" : "Shutdown",
"name" : "iPad Pro 11-inch (M4)"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/30989E1A-A81F-4E02-B58A-FB4EC25F0221\/data",
"dataPathSize" : 18337792,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/30989E1A-A81F-4E02-B58A-FB4EC25F0221",
"udid" : "30989E1A-A81F-4E02-B58A-FB4EC25F0221",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-13-inch-M4-8GB",
"state" : "Shutdown",
"name" : "iPad Pro 13-inch (M4)"
}
],
"com.apple.CoreSimulator.SimRuntime.iOS-17-0" : [
{
"lastBootedAt" : "2024-06-28T16:09:54Z",
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/0A676AE5-7193-4013-A452-BD1F58D90324\/data",
"dataPathSize" : 1028820992,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/0A676AE5-7193-4013-A452-BD1F58D90324",
"udid" : "0A676AE5-7193-4013-A452-BD1F58D90324",
"isAvailable" : true,
"logPathSize" : 57344,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE-3rd-generation",
"state" : "Shutdown",
"name" : "iPhone SE (3rd generation)"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/3744C611-7B59-462F-879E-FEC2DA2F2B3A\/data",
"dataPathSize" : 13258752,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/3744C611-7B59-462F-879E-FEC2DA2F2B3A",
"udid" : "3744C611-7B59-462F-879E-FEC2DA2F2B3A",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15",
"state" : "Shutdown",
"name" : "iPhone 15"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/D924E491-E79D-46C4-8531-5D02A999EFEC\/data",
"dataPathSize" : 13258752,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/D924E491-E79D-46C4-8531-5D02A999EFEC",
"udid" : "D924E491-E79D-46C4-8531-5D02A999EFEC",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15-Plus",
"state" : "Shutdown",
"name" : "iPhone 15 Plus"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/B70CB526-43DC-4D80-9379-67305C7382A6\/data",
"dataPathSize" : 13258752,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/B70CB526-43DC-4D80-9379-67305C7382A6",
"udid" : "B70CB526-43DC-4D80-9379-67305C7382A6",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15-Pro",
"state" : "Shutdown",
"name" : "iPhone 15 Pro"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/9FC18793-5C7D-4E68-AE09-2B9453432773\/data",
"dataPathSize" : 13258752,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/9FC18793-5C7D-4E68-AE09-2B9453432773",
"udid" : "9FC18793-5C7D-4E68-AE09-2B9453432773",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15-Pro-Max",
"state" : "Shutdown",
"name" : "iPhone 15 Pro Max"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/76BA41D2-A2E9-49A1-AA23-D3B89F9CCE35\/data",
"dataPathSize" : 13258752,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/76BA41D2-A2E9-49A1-AA23-D3B89F9CCE35",
"udid" : "76BA41D2-A2E9-49A1-AA23-D3B89F9CCE35",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-5th-generation",
"state" : "Shutdown",
"name" : "iPad Air (5th generation)"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/2AFDEF06-7DB8-4675-9D7C-953D2A64BC80\/data",
"dataPathSize" : 13258752,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/2AFDEF06-7DB8-4675-9D7C-953D2A64BC80",
"udid" : "2AFDEF06-7DB8-4675-9D7C-953D2A64BC80",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-10th-generation",
"state" : "Shutdown",
"name" : "iPad (10th generation)"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/B6E16B38-2296-46D1-985A-B13B37AAC52A\/data",
"dataPathSize" : 13258752,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/B6E16B38-2296-46D1-985A-B13B37AAC52A",
"udid" : "B6E16B38-2296-46D1-985A-B13B37AAC52A",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini-6th-generation",
"state" : "Shutdown",
"name" : "iPad mini (6th generation)"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/F80E3E54-496F-4B75-AC52-12C4F216006F\/data",
"dataPathSize" : 13258752,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/F80E3E54-496F-4B75-AC52-12C4F216006F",
"udid" : "F80E3E54-496F-4B75-AC52-12C4F216006F",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-4th-generation-8GB",
"state" : "Shutdown",
"name" : "iPad Pro (11-inch) (4th generation)"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/B56DFC84-720E-4F2C-BE38-AC64228B98E7\/data",
"dataPathSize" : 13258752,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/B56DFC84-720E-4F2C-BE38-AC64228B98E7",
"udid" : "B56DFC84-720E-4F2C-BE38-AC64228B98E7",
"isAvailable" : true,
"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.iOS-18-0" : [
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/D19E1AFC-44F2-493B-B9A9-5E4D24665711\/data",
"dataPathSize" : 18337792,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/D19E1AFC-44F2-493B-B9A9-5E4D24665711",
"udid" : "D19E1AFC-44F2-493B-B9A9-5E4D24665711",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE-3rd-generation",
"state" : "Shutdown",
"name" : "iPhone SE (3rd generation)"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/B9BCA1A3-7CB0-4D07-94C4-720650BEAFA9\/data",
"dataPathSize" : 18337792,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/B9BCA1A3-7CB0-4D07-94C4-720650BEAFA9",
"udid" : "B9BCA1A3-7CB0-4D07-94C4-720650BEAFA9",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15",
"state" : "Shutdown",
"name" : "iPhone 15"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/E9586AD3-B6D7-49F6-8640-8594B778C2DF\/data",
"dataPathSize" : 18337792,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/E9586AD3-B6D7-49F6-8640-8594B778C2DF",
"udid" : "E9586AD3-B6D7-49F6-8640-8594B778C2DF",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15-Plus",
"state" : "Shutdown",
"name" : "iPhone 15 Plus"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/EFDA8751-80AD-4BED-B31E-F744F706847D\/data",
"dataPathSize" : 18337792,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/EFDA8751-80AD-4BED-B31E-F744F706847D",
"udid" : "EFDA8751-80AD-4BED-B31E-F744F706847D",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15-Pro",
"state" : "Shutdown",
"name" : "iPhone 15 Pro"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/A8520F07-F053-4945-A20B-F4169CE525E1\/data",
"dataPathSize" : 18337792,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/A8520F07-F053-4945-A20B-F4169CE525E1",
"udid" : "A8520F07-F053-4945-A20B-F4169CE525E1",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15-Pro-Max",
"state" : "Shutdown",
"name" : "iPhone 15 Pro Max"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/1CEE3B8E-1A00-478F-A17B-6503F769BB5A\/data",
"dataPathSize" : 18337792,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/1CEE3B8E-1A00-478F-A17B-6503F769BB5A",
"udid" : "1CEE3B8E-1A00-478F-A17B-6503F769BB5A",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-10th-generation",
"state" : "Shutdown",
"name" : "iPad (10th generation)"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/BCDCEE84-E157-4FE6-88CD-4849821F3BBF\/data",
"dataPathSize" : 18337792,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/BCDCEE84-E157-4FE6-88CD-4849821F3BBF",
"udid" : "BCDCEE84-E157-4FE6-88CD-4849821F3BBF",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini-6th-generation",
"state" : "Shutdown",
"name" : "iPad mini (6th generation)"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/97FDF8CD-DAC4-4A9E-9A90-A9BF7DC8093E\/data",
"dataPathSize" : 18337792,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/97FDF8CD-DAC4-4A9E-9A90-A9BF7DC8093E",
"udid" : "97FDF8CD-DAC4-4A9E-9A90-A9BF7DC8093E",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-11-inch-M2",
"state" : "Shutdown",
"name" : "iPad Air 11-inch (M2)"
},
{
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/7DF3120D-7617-4D33-BF0E-61AE85C49EF0\/data",
"dataPathSize" : 18337792,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/7DF3120D-7617-4D33-BF0E-61AE85C49EF0",
"udid" : "7DF3120D-7617-4D33-BF0E-61AE85C49EF0",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-13-inch-M2",
"state" : "Shutdown",
"name" : "iPad Air 13-inch (M2)"
},
{
"lastBootedAt" : "2024-06-28T16:09:54Z",
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/A3F018CE-E539-4CDA-AD08-35CC2755B6A3\/data",
"dataPathSize" : 913092608,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/A3F018CE-E539-4CDA-AD08-35CC2755B6A3",
"udid" : "A3F018CE-E539-4CDA-AD08-35CC2755B6A3",
"isAvailable" : true,
"logPathSize" : 417792,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-M4-8GB",
"state" : "Shutdown",
"name" : "iPad Pro 11-inch (M4)"
},
{
"lastBootedAt" : "2024-06-28T13:25:17Z",
"dataPath" : "\/Users\/muhammadhabib\/Library\/Developer\/CoreSimulator\/Devices\/F154841C-81BD-4D8F-9A13-C1E0E4B5BB16\/data",
"dataPathSize" : 992038912,
"logPath" : "\/Users\/muhammadhabib\/Library\/Logs\/CoreSimulator\/F154841C-81BD-4D8F-9A13-C1E0E4B5BB16",
"udid" : "F154841C-81BD-4D8F-9A13-C1E0E4B5BB16",
"isAvailable" : true,
"logPathSize" : 307200,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-13-inch-M4-8GB",
"state" : "Shutdown",
"name" : "iPad Pro 13-inch (M4)"
}
]
},
"pairs" : {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment