From b19b9ed80808ef40cf23197dd97d1d7d4b400d6a Mon Sep 17 00:00:00 2001 From: Bitrise InfraBot Date: Tue, 12 Dec 2023 10:06:29 -0500 Subject: [PATCH] Stack update `v2023-12-12` for `osx-xcode-15.1.x` (#193) --- data/osx-xcode-15.1.x/android-sdk.txt | 16 + data/osx-xcode-15.1.x/android.json | 38 + data/osx-xcode-15.1.x/apple.json | 108 + data/osx-xcode-15.1.x/bitrise.json | 31 + data/osx-xcode-15.1.x/brew.txt | 164 ++ data/osx-xcode-15.1.x/languages.json | 80 + data/osx-xcode-15.1.x/npm.json | 17 + data/osx-xcode-15.1.x/os.json | 31 + data/osx-xcode-15.1.x/simctl.json | 3650 ++++++++++++++++++++++++ data/osx-xcode-15.1.x/simctl_plain.txt | 226 ++ data/osx-xcode-15.1.x/stack_rev_id.txt | 1 + data/osx-xcode-15.1.x/tools.json | 87 + 12 files changed, 4449 insertions(+) create mode 100644 data/osx-xcode-15.1.x/android-sdk.txt create mode 100644 data/osx-xcode-15.1.x/android.json create mode 100644 data/osx-xcode-15.1.x/apple.json create mode 100644 data/osx-xcode-15.1.x/bitrise.json create mode 100644 data/osx-xcode-15.1.x/brew.txt create mode 100644 data/osx-xcode-15.1.x/languages.json create mode 100644 data/osx-xcode-15.1.x/npm.json create mode 100644 data/osx-xcode-15.1.x/os.json create mode 100644 data/osx-xcode-15.1.x/simctl.json create mode 100644 data/osx-xcode-15.1.x/simctl_plain.txt create mode 100644 data/osx-xcode-15.1.x/stack_rev_id.txt create mode 100644 data/osx-xcode-15.1.x/tools.json diff --git a/data/osx-xcode-15.1.x/android-sdk.txt b/data/osx-xcode-15.1.x/android-sdk.txt new file mode 100644 index 00000000..104009c9 --- /dev/null +++ b/data/osx-xcode-15.1.x/android-sdk.txt @@ -0,0 +1,16 @@ + Path | Version | Description | Location + ------- | ------- | ------- | ------- + add-ons;addon-google_apis-google-24 | 1 | Google APIs | add-ons/addon-google_apis-google-24 + build-tools;32.0.0 | 32.0.0 | Android SDK Build-Tools 32 | build-tools/32.0.0 + build-tools;34.0.0 | 34.0.0 | Android SDK Build-Tools 34 | build-tools/34.0.0 + cmake;3.10.2.4988404 | 3.10.2 | CMake 3.10.2.4988404 | cmake/3.10.2.4988404 + cmake;3.22.1 | 3.22.1 | CMake 3.22.1 | cmake/3.22.1 + emulator | 32.1.15 | Android Emulator | emulator + extras;google;google_play_services | 49 | Google Play services | extras/google/google_play_services + ndk-bundle | 24.0.8215888 | Android NDK | ndk-bundle + patcher;v4 | 1 | SDK Patch Applier v4 | patcher/v4 + platform-tools | 34.0.4 | Android SDK Platform-Tools | platform-tools + platforms;android-32 | 1 | Android SDK Platform 32 | platforms/android-32 + platforms;android-33 | 3 | Android SDK Platform 33 | platforms/android-33 + platforms;android-34 | 2 | Android SDK Platform 34 | platforms/android-34 + diff --git a/data/osx-xcode-15.1.x/android.json b/data/osx-xcode-15.1.x/android.json new file mode 100644 index 00000000..ad43ec5a --- /dev/null +++ b/data/osx-xcode-15.1.x/android.json @@ -0,0 +1,38 @@ +[ + { + "category": "android", + "output": { + "items": [ + { + "name": "Emulator version", + "category": "android", + "version": "32.1.15", + "raw_output": "Pkg.Revision=32.1.15", + "executed_command": "grep ^Pkg.Revision \"${ANDROID_HOME}\"/emulator/source.properties" + }, + { + "name": "Gradle", + "category": "android", + "version": "8.3", + "raw_output": "Welcome to Gradle 8.3!\n\nHere are the highlights of this release:\n - Faster Java compilation\n - Reduced memory usage\n - Support for running on Java 20\n\nFor more details see https://docs.gradle.org/8.3/release-notes.html\n\n\n------------------------------------------------------------\nGradle 8.3\n------------------------------------------------------------\n\nBuild time: 2023-08-17 07:06:47 UTC\nRevision: 8afbf24b469158b714b36e84c6f4d4976c86fcd5\n\nKotlin: 1.9.0\nGroovy: 3.0.17\nAnt: Apache Ant(TM) version 1.10.13 compiled on January 4 2023\nJVM: 11.0.20.1 (Eclipse Adoptium 11.0.20.1+1)\nOS: Mac OS X 13.5 aarch64", + "executed_command": "gradle --version" + }, + { + "name": "Maven", + "category": "android", + "version": "3.9.4", + "raw_output": "Apache Maven 3.9.4 (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9)\nMaven home: /opt/homebrew/Cellar/maven/3.9.4/libexec\nJava version: 11.0.20.1, vendor: Eclipse Adoptium, runtime: /Library/Java/JavaVirtualMachines/temurin-11.jdk/Contents/Home\nDefault locale: en_US, platform encoding: UTF-8\nOS name: \"mac os x\", version: \"13.5\", arch: \"aarch64\", family: \"mac\"", + "executed_command": "mvn --version" + }, + { + "name": "Ant", + "category": "android", + "version": "1.10.14", + "raw_output": "Apache Ant(TM) version 1.10.14 compiled on August 16 2023", + "executed_command": "ant -version" + } + ], + "errors": null + } + } +] diff --git a/data/osx-xcode-15.1.x/apple.json b/data/osx-xcode-15.1.x/apple.json new file mode 100644 index 00000000..e478a336 --- /dev/null +++ b/data/osx-xcode-15.1.x/apple.json @@ -0,0 +1,108 @@ +[ + { + "category": "apple", + "output": { + "items": [ + { + "name": "Xcode version", + "category": "apple", + "version": "", + "raw_output": "Xcode 15.1\nBuild version 15C65", + "executed_command": "xcodebuild -version" + }, + { + "name": "Swift (Xcode bundled)", + "category": "apple", + "version": "", + "raw_output": "swift-driver version: 1.87.3 Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)\nTarget: arm64-apple-macosx13.0", + "executed_command": "xcrun swift --version" + }, + { + "name": "Active Xcode command line tools", + "category": "apple", + "version": "", + "raw_output": "/Applications/Xcode-15.1.0.app/Contents/Developer", + "executed_command": "xcode-select --print-path" + }, + { + "name": "swift-format", + "category": "apple", + "version": "509.0.0", + "raw_output": "509.0.0", + "executed_command": "swift-format --version" + }, + { + "name": "Tuist", + "category": "apple", + "version": "3.19.0", + "raw_output": "3.19.0", + "executed_command": "tuist version" + }, + { + "name": "Mint", + "category": "apple", + "version": "0.17.5", + "raw_output": "Version: 0.17.5", + "executed_command": "mint version" + }, + { + "name": "Cocoapods", + "category": "apple", + "version": "1.12.1", + "raw_output": "1.12.1", + "executed_command": "pod --version" + }, + { + "name": "Carthage", + "category": "apple", + "version": "0.39.1", + "raw_output": "0.39.1", + "executed_command": "carthage version" + }, + { + "name": "SwiftLint", + "category": "apple", + "version": "0.52.4", + "raw_output": "0.52.4", + "executed_command": "swiftlint version" + }, + { + "name": "xcpretty", + "category": "apple", + "version": "0.3.0", + "raw_output": "0.3.0", + "executed_command": "xcpretty --version" + }, + { + "name": "applesimutils", + "category": "apple", + "version": "0.9.9", + "raw_output": "applesimutils version 0.9.9", + "executed_command": "applesimutils -v" + }, + { + "name": "danger-swift", + "category": "apple", + "version": "3.17.1", + "raw_output": "3.17.1\n\u001b[0;0m", + "executed_command": "danger-swift --version" + }, + { + "name": "xcbeautify", + "category": "apple", + "version": "1.0.0", + "raw_output": "1.0.0", + "executed_command": "xcbeautify --version" + }, + { + "name": "xclogparser", + "category": "apple", + "version": "0.2.36", + "raw_output": "XCLogParser 0.2.36", + "executed_command": "xclogparser version" + } + ], + "errors": null + } + } +] diff --git a/data/osx-xcode-15.1.x/bitrise.json b/data/osx-xcode-15.1.x/bitrise.json new file mode 100644 index 00000000..9417ebca --- /dev/null +++ b/data/osx-xcode-15.1.x/bitrise.json @@ -0,0 +1,31 @@ +[ + { + "category": "bitrise", + "output": { + "items": [ + { + "name": "Bitrise CLI", + "category": "bitrise", + "version": "2.5.0", + "raw_output": "2.5.0", + "executed_command": "bitrise --version" + }, + { + "name": "Bitrise stepman", + "category": "bitrise", + "version": "0.16.1", + "raw_output": "0.16.1", + "executed_command": "stepman --version" + }, + { + "name": "Bitrise envman", + "category": "bitrise", + "version": "2.4.2", + "raw_output": "2.4.2", + "executed_command": "envman --version" + } + ], + "errors": null + } + } +] diff --git a/data/osx-xcode-15.1.x/brew.txt b/data/osx-xcode-15.1.x/brew.txt new file mode 100644 index 00000000..dc65ee86 --- /dev/null +++ b/data/osx-xcode-15.1.x/brew.txt @@ -0,0 +1,164 @@ +ant 1.10.14 +aom 3.7.0 +applesimutils 0.9.9 +apr 1.7.4 +apr-util 1.6.3_1 +argon2 20190702_1 +aria2 1.36.0_2 +aspell 0.60.8 +autoconf 2.71 +awscli 2.13.19 +bazelisk 1.18.0 +boost 1.82.0_1 +brotli 1.1.0 +ca-certificates 2023-08-22 +cairo 1.16.0_5 +carthage 0.39.1 +cffi 1.15.1 +cmake 3.27.5 +coreutils 9.4 +curl 8.3.0 +danger-js 64 +danger-swift 3.17.1 +dart 3.1.2 +docutils 0.20.1 +double-conversion 3.3.0 +edencommon 2023.09.18.00 +fb303 2023.09.18.00 +fbthrift 2023.09.18.00 +fizz 2023.09.18.00 +flow 0.216.1 +fmt 10.1.1 +folly 2023.09.18.00 +fontconfig 2.14.2 +freetds 1.3.20 +freetype 2.13.2 +fvm 2.4.1 +gd 2.3.3_6 +gettext 0.21.1 +gflags 2.2.2 +gh 2.35.0 +ghostscript 10.02.0 +giflib 5.2.1 +git 2.42.0 +git-lfs 3.4.0 +glib 2.78.0 +glog 0.6.0 +gmp 6.2.1_1 +gnupg 2.4.3 +gnutls 3.8.1 +gradle 8.3 +graphite2 1.3.14 +groovy 4.0.15 +harfbuzz 8.2.0 +highway 1.0.7 +hub 2.14.2 +icu4c 73.2 +imagemagick 7.1.1-17 +imath 3.1.9 +jasper 4.0.0 +jbig2dec 0.20 +jenv 0.5.6 +jpeg-turbo 3.0.0 +jpeg-xl 0.8.2_1 +jq 1.7 +kotlin 1.9.10 +krb5 1.21.2 +libassuan 2.5.6 +libavif 1.0.1 +libde265 1.0.12 +libevent 2.1.12_1 +libgcrypt 1.10.2 +libgpg-error 1.47 +libheif 1.16.2 +libidn 1.41 +libidn2 2.3.4_1 +libksba 1.6.4 +liblqr 0.4.2_1 +libnghttp2 1.56.0 +libomp 17.0.1 +libpng 1.6.40 +libpq 16.0 +libraw 0.21.1 +libsodium 1.0.18_1 +libssh2 1.11.0_1 +libtasn1 4.19.0 +libtiff 4.5.1 +libtool 2.4.7 +libunistring 1.1 +libusb 1.0.26 +libvmaf 2.3.1 +libx11 1.8.6 +libxau 1.0.11 +libxcb 1.16 +libxdmcp 1.1.4 +libxext 1.3.5 +libxrender 0.9.11 +libyaml 0.2.5 +libzip 1.10.1 +little-cms2 2.15 +lokalise2 2.6.8 +lz4 1.9.4 +lzo 2.10 +m4 1.4.19 +maven 3.9.4 +mercurial 6.5.2 +mint 0.17.5 +mpdecimal 2.5.1 +nettle 3.9.1 +npth 1.6 +oniguruma 6.9.8 +openconnect 9.12 +openexr 3.2.0 +openjdk 20.0.2 +openjpeg 2.5.0_1 +openldap 2.6.6 +openssl@3 3.1.2 +openvpn 2.6.6 +p11-kit 0.25.0 +parallel 20230822 +pcre2 10.42 +php 8.2.10 +pinentry 1.2.1 +pixman 0.42.2 +pkcs11-helper 1.29.0 +pkg-config 0.29.2_3 +pycparser 2.21 +pyenv 2.3.27 +python@3.11 3.11.5 +pyyaml 6.0.1 +rbenv 1.2.0 +readline 8.2.1 +rtmpdump 2.4-20151223_3 +ruby-build 20230919 +screen 4.9.1 +shared-mime-info 2.2 +six 1.16.0_3 +snappy 1.1.10 +sonar-scanner 5.0.1.3006 +sqlite 3.43.1 +stoken 0.93 +swift-format 509.0.0 +swiftlint 0.52.4 +tidy-html5 5.8.0 +transcrypt 2.2.3 +tree 2.1.1 +unbound 1.18.0_1 +unixodbc 2.3.12 +wangle 2023.09.18.00 +watchman 2023.09.18.00 +webp 1.3.2 +wget 1.21.4 +x265 3.5 +xcbeautify 1.0.0 +xclogparser 0.2.36 +xcodes 1.3.0 +xorgproto 2023.2 +xz 5.4.4 +yamllint 1.32.0 +yarn 1.22.19 +zeromq 4.3.4 +zstd 1.5.5 +temurin11 11.0.20.1,1 +temurin17 17.0.8.1,1 +temurin8 8,382,05 diff --git a/data/osx-xcode-15.1.x/languages.json b/data/osx-xcode-15.1.x/languages.json new file mode 100644 index 00000000..6003303f --- /dev/null +++ b/data/osx-xcode-15.1.x/languages.json @@ -0,0 +1,80 @@ +[ + { + "category": "languages", + "output": { + "items": [ + { + "name": "Ruby versions", + "category": "languages", + "version": "", + "raw_output": "3.0.0\n 3.0.6\n 3.0\n 3.1.4\n 3.1\n 3.2.2\n *3.2\n 3", + "executed_command": "asdf list ruby" + }, + { + "name": "Ruby version aliases", + "category": "languages", + "version": "", + "raw_output": "3 =\u003e 3.2.2\n3.0 =\u003e 3.0.6\n3.1 =\u003e 3.1.4\n3.2 =\u003e 3.2.2", + "executed_command": "asdf alias ruby --list" + }, + { + "name": "Go versions", + "category": "languages", + "version": "", + "raw_output": "1.20.8\n 1.20\n 1.21.1\n *1.21\n 1", + "executed_command": "asdf list golang" + }, + { + "name": "Go version aliases", + "category": "languages", + "version": "", + "raw_output": "1 =\u003e 1.21.1\n1.20 =\u003e 1.20.8\n1.21 =\u003e 1.21.1", + "executed_command": "asdf alias golang --list" + }, + { + "name": "Node.js versions", + "category": "languages", + "version": "", + "raw_output": "18.18.2\n 18.18\n *18\n 20.9.0\n 20.9\n 20\n 21.2.0\n 21.2\n 21\n lts", + "executed_command": "asdf list nodejs" + }, + { + "name": "Node.js version aliases", + "category": "languages", + "version": "", + "raw_output": "18 =\u003e 18.18.2\n18.18 =\u003e 18.18.2\n20 =\u003e 20.9.0\n20.9 =\u003e 20.9.0\n21 =\u003e 21.2.0\n21.2 =\u003e 21.2.0\nlts =\u003e 20.9.0", + "executed_command": "asdf alias nodejs --list" + }, + { + "name": "Java versions", + "category": "languages", + "version": "", + "raw_output": "system\n 1.8\n 1.8.0.382\n* 11.0 (set by /Users/vagrant/.jenv/version)\n 11.0.20.1\n 17.0\n 17.0.8.1\n 8.0\n temurin64-1.8.0.382\n temurin64-11.0.20.1\n temurin64-17.0.8.1", + "executed_command": "jenv versions" + }, + { + "name": "Flutter versions", + "category": "languages", + "version": "3.7.12", + "raw_output": "Cache Directory: /Users/vagrant/fvm/versions\n\n3.7.12 (global)", + "executed_command": "fvm list" + }, + { + "name": "Python", + "category": "languages", + "version": "2.7.18", + "raw_output": "Python 2.7.18", + "executed_command": "python --version" + }, + { + "name": "Kotlin", + "category": "languages", + "version": "1.9.10", + "raw_output": "Kotlin version 1.9.10-release-459 (JRE 11.0.20.1+1)", + "executed_command": "kotlin -version" + } + ], + "errors": null + } + } +] diff --git a/data/osx-xcode-15.1.x/npm.json b/data/osx-xcode-15.1.x/npm.json new file mode 100644 index 00000000..fb7a6aa2 --- /dev/null +++ b/data/osx-xcode-15.1.x/npm.json @@ -0,0 +1,17 @@ +[ + { + "category": "npm", + "output": { + "items": [ + { + "name": "Global NPM packages", + "category": "npm", + "version": "", + "raw_output": "/Users/vagrant/.asdf/installs/nodejs/18.18.2/lib\n├── @ionic/cli@6.20.1\n├── appcenter-cli@2.11.0\n├── cordova@11.0.0\n├── corepack@0.19.0\n├── npm@9.8.1\n├── openupm-cli@1.15.5\n└── react-native@0.70.0", + "executed_command": "npm list -g --depth=0" + } + ], + "errors": null + } + } +] diff --git a/data/osx-xcode-15.1.x/os.json b/data/osx-xcode-15.1.x/os.json new file mode 100644 index 00000000..042dff29 --- /dev/null +++ b/data/osx-xcode-15.1.x/os.json @@ -0,0 +1,31 @@ +[ + { + "category": "os", + "output": { + "items": [ + { + "name": "macOS system overview", + "category": "os", + "version": "", + "raw_output": "Software:\n\n System Software Overview:\n\n System Version: macOS 13.5 (22G74)\n Kernel Version: Darwin 22.6.0\n Boot Volume: Macintosh HD\n Boot Mode: Normal\n Computer Name: vm-osx-ventura-15-g2-m1-max.5core-8312d1b0-1dfc-43ce-8c8d-c32ec0611fc5\n User Name: vagrant (vagrant)\n Secure Virtual Memory: Enabled\n System Integrity Protection: Disabled\n Time since boot: 1 minute, 37 seconds", + "executed_command": "system_profiler SPSoftwareDataType" + }, + { + "name": "Disk space", + "category": "os", + "version": "", + "raw_output": "Filesystem Size Used Avail Capacity iused ifree %iused Mounted on\n/dev/disk2s1s1 235Gi 8.5Gi 99Gi 8% 356048 1036295840 0% /", + "executed_command": "df -h /" + }, + { + "name": "OpenSSH", + "category": "os", + "version": "", + "raw_output": "OpenSSH_9.0p1, LibreSSL 3.3.6", + "executed_command": "ssh -V" + } + ], + "errors": null + } + } +] diff --git a/data/osx-xcode-15.1.x/simctl.json b/data/osx-xcode-15.1.x/simctl.json new file mode 100644 index 00000000..440940aa --- /dev/null +++ b/data/osx-xcode-15.1.x/simctl.json @@ -0,0 +1,3650 @@ +{ + "devicetypes" : [ + { + "productFamily" : "iPhone", + "bundlePath" : "\/Applications\/Xcode-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (2nd generation).simdevicetype", + "maxRuntimeVersion" : 4294967295, + "maxRuntimeVersionString" : "65535.255.255", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---2nd-generation-", + "modelIdentifier" : "iPad7,1", + "minRuntimeVersionString" : "10.3.0", + "minRuntimeVersion" : 656128, + "name" : "iPad Pro (12.9-inch) (2nd generation)" + }, + { + "productFamily" : "iPad", + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (10.5-inch).simdevicetype", + "maxRuntimeVersion" : 4294967295, + "maxRuntimeVersionString" : "65535.255.255", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--10-5-inch-", + "modelIdentifier" : "iPad7,3", + "minRuntimeVersionString" : "10.3.0", + "minRuntimeVersion" : 656128, + "name" : "iPad Pro (10.5-inch)" + }, + { + "productFamily" : "iPad", + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (6th generation).simdevicetype", + "maxRuntimeVersion" : 4294967295, + "maxRuntimeVersionString" : "65535.255.255", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--6th-generation-", + "modelIdentifier" : "iPad7,6", + "minRuntimeVersionString" : "11.3.0", + "minRuntimeVersion" : 721664, + "name" : "iPad (6th generation)" + }, + { + "productFamily" : "iPad", + "bundlePath" : "\/Applications\/Xcode-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (6th generation) (16GB).simdevicetype", + "maxRuntimeVersion" : 4294967295, + "maxRuntimeVersionString" : "65535.255.255", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-6th-generation-16GB", + "modelIdentifier" : "iPad14,5", + "minRuntimeVersionString" : "16.1.0", + "minRuntimeVersion" : 1048832, + "name" : "iPad Pro (12.9-inch) (6th generation) (16GB)" + }, + { + "productFamily" : "Apple TV", + "bundlePath" : "\/Applications\/Xcode-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 4 (40mm).simdevicetype", + "maxRuntimeVersion" : 4294967295, + "maxRuntimeVersionString" : "65535.255.255", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-40mm", + "modelIdentifier" : "Watch4,3", + "minRuntimeVersionString" : "5.0.0", + "minRuntimeVersion" : 327680, + "name" : "Apple Watch Series 4 (40mm)" + }, + { + "productFamily" : "Apple Watch", + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 4 (44mm).simdevicetype", + "maxRuntimeVersion" : 4294967295, + "maxRuntimeVersionString" : "65535.255.255", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-44mm", + "modelIdentifier" : "Watch4,4", + "minRuntimeVersionString" : "5.0.0", + "minRuntimeVersion" : 327680, + "name" : "Apple Watch Series 4 (44mm)" + }, + { + "productFamily" : "Apple Watch", + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 5 (40mm).simdevicetype", + "maxRuntimeVersion" : 4294967295, + "maxRuntimeVersionString" : "65535.255.255", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm", + "modelIdentifier" : "Watch5,3", + "minRuntimeVersionString" : "6.0.0", + "minRuntimeVersion" : 393216, + "name" : "Apple Watch Series 5 (40mm)" + }, + { + "productFamily" : "Apple Watch", + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 5 (44mm).simdevicetype", + "maxRuntimeVersion" : 4294967295, + "maxRuntimeVersionString" : "65535.255.255", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm", + "modelIdentifier" : "Watch5,4", + "minRuntimeVersionString" : "6.0.0", + "minRuntimeVersion" : 393216, + "name" : "Apple Watch Series 5 (44mm)" + }, + { + "productFamily" : "Apple Watch", + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch SE (40mm).simdevicetype", + "maxRuntimeVersion" : 4294967295, + "maxRuntimeVersionString" : "65535.255.255", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-40mm", + "modelIdentifier" : "Watch5,9", + "minRuntimeVersionString" : "7.0.0", + "minRuntimeVersion" : 458752, + "name" : "Apple Watch SE (40mm)" + }, + { + "productFamily" : "Apple Watch", + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch SE (44mm).simdevicetype", + "maxRuntimeVersion" : 4294967295, + "maxRuntimeVersionString" : "65535.255.255", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-44mm", + "modelIdentifier" : "Watch5,12", + "minRuntimeVersionString" : "7.0.0", + "minRuntimeVersion" : 458752, + "name" : "Apple Watch SE (44mm)" + }, + { + "productFamily" : "Apple Watch", + "bundlePath" : "\/Applications\/Xcode-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Ultra 2 (49mm).simdevicetype", + "maxRuntimeVersion" : 4294967295, + "maxRuntimeVersionString" : "65535.255.255", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Ultra-2-49mm", + "modelIdentifier" : "Watch7,5", + "minRuntimeVersionString" : "10.0.0", + "minRuntimeVersion" : 655360, + "name" : "Apple Watch Ultra 2 (49mm)" + } + ], + "runtimes" : [ + { + "bundlePath" : "\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 15.5.simruntime", + "buildversion" : "19F70", + "platform" : "iOS", + "runtimeRoot" : "\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 15.5.simruntime\/Contents\/Resources\/RuntimeRoot", + "identifier" : "com.apple.CoreSimulator.SimRuntime.iOS-15-5", + "version" : "15.5", + "isInternal" : false, + "isAvailable" : true, + "name" : "iOS 15.5", + "supportedDeviceTypes" : [ + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 6s.simdevicetype", + "name" : "iPhone 6s", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-6s", + "productFamily" : "iPhone" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 6s Plus.simdevicetype", + "name" : "iPhone 6s Plus", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-6s-Plus", + "productFamily" : "iPhone" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone SE (1st generation).simdevicetype", + "name" : "iPhone SE (1st generation)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE", + "productFamily" : "iPhone" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 7.simdevicetype", + "name" : "iPhone 7", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-7", + "productFamily" : "iPhone" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 7 Plus.simdevicetype", + "name" : "iPhone 7 Plus", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-7-Plus", + "productFamily" : "iPhone" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 8.simdevicetype", + "name" : "iPhone 8", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8", + "productFamily" : "iPhone" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 8 Plus.simdevicetype", + "name" : "iPhone 8 Plus", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus", + "productFamily" : "iPhone" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone X.simdevicetype", + "name" : "iPhone X", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-X", + "productFamily" : "iPhone" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPod touch (7th generation).simdevicetype", + "name" : "iPod touch (7th generation)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-", + "productFamily" : "iPhone" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad mini 4.simdevicetype", + "name" : "iPad mini 4", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini-4", + "productFamily" : "iPad" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air 2.simdevicetype", + "name" : "iPad Air 2", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-2", + "productFamily" : "iPad" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (9.7-inch).simdevicetype", + "name" : "iPad Pro (9.7-inch)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-", + "productFamily" : "iPad" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (1st generation).simdevicetype", + "name" : "iPad Pro (12.9-inch) (1st generation)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro", + "productFamily" : "iPad" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (5th generation).simdevicetype", + "name" : "iPad (5th generation)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--5th-generation-", + "productFamily" : "iPad" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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" : "\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_20E247\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 16.4.simruntime", + "buildversion" : "20E247", + "platform" : "iOS", + "runtimeRoot" : "\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_20E247\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 16.4.simruntime\/Contents\/Resources\/RuntimeRoot", + "identifier" : "com.apple.CoreSimulator.SimRuntime.iOS-16-4", + "version" : "16.4", + "isInternal" : false, + "isAvailable" : true, + "name" : "iOS 16.4", + "supportedDeviceTypes" : [ + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 8.simdevicetype", + "name" : "iPhone 8", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8", + "productFamily" : "iPhone" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 8 Plus.simdevicetype", + "name" : "iPhone 8 Plus", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus", + "productFamily" : "iPhone" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone X.simdevicetype", + "name" : "iPhone X", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-X", + "productFamily" : "iPhone" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (9.7-inch).simdevicetype", + "name" : "iPad Pro (9.7-inch)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-", + "productFamily" : "iPad" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (1st generation).simdevicetype", + "name" : "iPad Pro (12.9-inch) (1st generation)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro", + "productFamily" : "iPad" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (5th generation).simdevicetype", + "name" : "iPad (5th generation)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--5th-generation-", + "productFamily" : "iPad" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (6th generation) (16GB).simdevicetype", + "name" : "iPad Pro (12.9-inch) (6th generation) (16GB)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-6th-generation-16GB", + "productFamily" : "iPad" + } + ] + }, + { + "bundlePath" : "\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21A342\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.0.simruntime", + "buildversion" : "21A342", + "platform" : "iOS", + "runtimeRoot" : "\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21A342\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.0.simruntime\/Contents\/Resources\/RuntimeRoot", + "identifier" : "com.apple.CoreSimulator.SimRuntime.iOS-17-0", + "version" : "17.0.1", + "isInternal" : false, + "isAvailable" : true, + "name" : "iOS 17.0", + "supportedDeviceTypes" : [ + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.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-15.1.0.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (6th generation) (16GB).simdevicetype", + "name" : "iPad Pro (12.9-inch) (6th generation) (16GB)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-6th-generation-16GB", + "productFamily" : "iPad" + } + ] + }, + { + "bundlePath" : "\/Library\/Developer\/CoreSimulator\/Volumes\/tvOS_21J353\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/tvOS 17.0.simruntime", + "buildversion" : "21J353", + "platform" : "tvOS", + "runtimeRoot" : "\/Library\/Developer\/CoreSimulator\/Volumes\/tvOS_21J353\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/tvOS 17.0.simruntime\/Contents\/Resources\/RuntimeRoot", + "identifier" : "com.apple.CoreSimulator.SimRuntime.tvOS-17-0", + "version" : "17.0", + "isInternal" : false, + "isAvailable" : true, + "name" : "tvOS 17.0", + "supportedDeviceTypes" : [ + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/AppleTVOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple TV.simdevicetype", + "name" : "Apple TV", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p", + "productFamily" : "Apple TV" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/AppleTVOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple TV 4K.simdevicetype", + "name" : "Apple TV 4K", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K", + "productFamily" : "Apple TV" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/AppleTVOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple TV 4K (at 1080p).simdevicetype", + "name" : "Apple TV 4K (at 1080p)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p", + "productFamily" : "Apple TV" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/AppleTVOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple TV 4K (2nd generation).simdevicetype", + "name" : "Apple TV 4K (2nd generation)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-4K", + "productFamily" : "Apple TV" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/AppleTVOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple TV 4K (2nd generation) (at 1080p).simdevicetype", + "name" : "Apple TV 4K (2nd generation) (at 1080p)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-1080p", + "productFamily" : "Apple TV" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/AppleTVOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple TV 4K (3rd generation).simdevicetype", + "name" : "Apple TV 4K (3rd generation)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-3rd-generation-4K", + "productFamily" : "Apple TV" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/AppleTVOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple TV 4K (3rd generation) (at 1080p).simdevicetype", + "name" : "Apple TV 4K (3rd generation) (at 1080p)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-3rd-generation-1080p", + "productFamily" : "Apple TV" + } + ] + }, + { + "bundlePath" : "\/Library\/Developer\/CoreSimulator\/Volumes\/tvOS_21K364\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/tvOS 17.2.simruntime", + "buildversion" : "21K364", + "platform" : "tvOS", + "runtimeRoot" : "\/Library\/Developer\/CoreSimulator\/Volumes\/tvOS_21K364\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/tvOS 17.2.simruntime\/Contents\/Resources\/RuntimeRoot", + "identifier" : "com.apple.CoreSimulator.SimRuntime.tvOS-17-2", + "version" : "17.2", + "isInternal" : false, + "isAvailable" : true, + "name" : "tvOS 17.2", + "supportedDeviceTypes" : [ + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/AppleTVOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple TV.simdevicetype", + "name" : "Apple TV", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p", + "productFamily" : "Apple TV" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/AppleTVOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple TV 4K.simdevicetype", + "name" : "Apple TV 4K", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K", + "productFamily" : "Apple TV" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/AppleTVOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple TV 4K (at 1080p).simdevicetype", + "name" : "Apple TV 4K (at 1080p)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p", + "productFamily" : "Apple TV" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/AppleTVOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple TV 4K (2nd generation).simdevicetype", + "name" : "Apple TV 4K (2nd generation)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-4K", + "productFamily" : "Apple TV" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/AppleTVOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple TV 4K (2nd generation) (at 1080p).simdevicetype", + "name" : "Apple TV 4K (2nd generation) (at 1080p)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-1080p", + "productFamily" : "Apple TV" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/AppleTVOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple TV 4K (3rd generation).simdevicetype", + "name" : "Apple TV 4K (3rd generation)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-3rd-generation-4K", + "productFamily" : "Apple TV" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/AppleTVOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple TV 4K (3rd generation) (at 1080p).simdevicetype", + "name" : "Apple TV 4K (3rd generation) (at 1080p)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-3rd-generation-1080p", + "productFamily" : "Apple TV" + } + ] + }, + { + "bundlePath" : "\/Library\/Developer\/CoreSimulator\/Volumes\/watchOS_20T253\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/watchOS 9.4.simruntime", + "buildversion" : "20T253", + "platform" : "watchOS", + "runtimeRoot" : "\/Library\/Developer\/CoreSimulator\/Volumes\/watchOS_20T253\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/watchOS 9.4.simruntime\/Contents\/Resources\/RuntimeRoot", + "identifier" : "com.apple.CoreSimulator.SimRuntime.watchOS-9-4", + "version" : "9.4", + "isInternal" : false, + "isAvailable" : true, + "name" : "watchOS 9.4", + "supportedDeviceTypes" : [ + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 4 (40mm).simdevicetype", + "name" : "Apple Watch Series 4 (40mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-40mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 4 (44mm).simdevicetype", + "name" : "Apple Watch Series 4 (44mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-44mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 5 (40mm).simdevicetype", + "name" : "Apple Watch Series 5 (40mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 5 (44mm).simdevicetype", + "name" : "Apple Watch Series 5 (44mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch SE (40mm).simdevicetype", + "name" : "Apple Watch SE (40mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-40mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch SE (44mm).simdevicetype", + "name" : "Apple Watch SE (44mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-44mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 6 (40mm).simdevicetype", + "name" : "Apple Watch Series 6 (40mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 6 (44mm).simdevicetype", + "name" : "Apple Watch Series 6 (44mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 7 (41mm).simdevicetype", + "name" : "Apple Watch Series 7 (41mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-41mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 7 (45mm).simdevicetype", + "name" : "Apple Watch Series 7 (45mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-45mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch SE (40mm) (2nd generation).simdevicetype", + "name" : "Apple Watch SE (40mm) (2nd generation)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-40mm-2nd-generation", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch SE (44mm) (2nd generation).simdevicetype", + "name" : "Apple Watch SE (44mm) (2nd generation)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-44mm-2nd-generation", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 8 (41mm).simdevicetype", + "name" : "Apple Watch Series 8 (41mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-8-41mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 8 (45mm).simdevicetype", + "name" : "Apple Watch Series 8 (45mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-8-45mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Ultra (49mm).simdevicetype", + "name" : "Apple Watch Ultra (49mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Ultra-49mm", + "productFamily" : "Apple Watch" + } + ] + }, + { + "bundlePath" : "\/Library\/Developer\/CoreSimulator\/Volumes\/watchOS_21R355\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/watchOS 10.0.simruntime", + "buildversion" : "21R355", + "platform" : "watchOS", + "runtimeRoot" : "\/Library\/Developer\/CoreSimulator\/Volumes\/watchOS_21R355\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/watchOS 10.0.simruntime\/Contents\/Resources\/RuntimeRoot", + "identifier" : "com.apple.CoreSimulator.SimRuntime.watchOS-10-0", + "version" : "10.0", + "isInternal" : false, + "isAvailable" : true, + "name" : "watchOS 10.0", + "supportedDeviceTypes" : [ + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 4 (40mm).simdevicetype", + "name" : "Apple Watch Series 4 (40mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-40mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 4 (44mm).simdevicetype", + "name" : "Apple Watch Series 4 (44mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-44mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 5 (40mm).simdevicetype", + "name" : "Apple Watch Series 5 (40mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 5 (44mm).simdevicetype", + "name" : "Apple Watch Series 5 (44mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch SE (40mm).simdevicetype", + "name" : "Apple Watch SE (40mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-40mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch SE (44mm).simdevicetype", + "name" : "Apple Watch SE (44mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-44mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 6 (40mm).simdevicetype", + "name" : "Apple Watch Series 6 (40mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 6 (44mm).simdevicetype", + "name" : "Apple Watch Series 6 (44mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 7 (41mm).simdevicetype", + "name" : "Apple Watch Series 7 (41mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-41mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 7 (45mm).simdevicetype", + "name" : "Apple Watch Series 7 (45mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-45mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch SE (40mm) (2nd generation).simdevicetype", + "name" : "Apple Watch SE (40mm) (2nd generation)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-40mm-2nd-generation", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch SE (44mm) (2nd generation).simdevicetype", + "name" : "Apple Watch SE (44mm) (2nd generation)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-44mm-2nd-generation", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 8 (41mm).simdevicetype", + "name" : "Apple Watch Series 8 (41mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-8-41mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 8 (45mm).simdevicetype", + "name" : "Apple Watch Series 8 (45mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-8-45mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Ultra (49mm).simdevicetype", + "name" : "Apple Watch Ultra (49mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Ultra-49mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 9 (41mm).simdevicetype", + "name" : "Apple Watch Series 9 (41mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-9-41mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 9 (45mm).simdevicetype", + "name" : "Apple Watch Series 9 (45mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-9-45mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Ultra 2 (49mm).simdevicetype", + "name" : "Apple Watch Ultra 2 (49mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Ultra-2-49mm", + "productFamily" : "Apple Watch" + } + ] + }, + { + "bundlePath" : "\/Library\/Developer\/CoreSimulator\/Volumes\/watchOS_21S364\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/watchOS 10.2.simruntime", + "buildversion" : "21S364", + "platform" : "watchOS", + "runtimeRoot" : "\/Library\/Developer\/CoreSimulator\/Volumes\/watchOS_21S364\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/watchOS 10.2.simruntime\/Contents\/Resources\/RuntimeRoot", + "identifier" : "com.apple.CoreSimulator.SimRuntime.watchOS-10-2", + "version" : "10.2", + "isInternal" : false, + "isAvailable" : true, + "name" : "watchOS 10.2", + "supportedDeviceTypes" : [ + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 4 (40mm).simdevicetype", + "name" : "Apple Watch Series 4 (40mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-40mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 4 (44mm).simdevicetype", + "name" : "Apple Watch Series 4 (44mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-44mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 5 (40mm).simdevicetype", + "name" : "Apple Watch Series 5 (40mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 5 (44mm).simdevicetype", + "name" : "Apple Watch Series 5 (44mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch SE (40mm).simdevicetype", + "name" : "Apple Watch SE (40mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-40mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch SE (44mm).simdevicetype", + "name" : "Apple Watch SE (44mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-44mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 6 (40mm).simdevicetype", + "name" : "Apple Watch Series 6 (40mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 6 (44mm).simdevicetype", + "name" : "Apple Watch Series 6 (44mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 7 (41mm).simdevicetype", + "name" : "Apple Watch Series 7 (41mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-41mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 7 (45mm).simdevicetype", + "name" : "Apple Watch Series 7 (45mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-45mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch SE (40mm) (2nd generation).simdevicetype", + "name" : "Apple Watch SE (40mm) (2nd generation)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-40mm-2nd-generation", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch SE (44mm) (2nd generation).simdevicetype", + "name" : "Apple Watch SE (44mm) (2nd generation)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-44mm-2nd-generation", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 8 (41mm).simdevicetype", + "name" : "Apple Watch Series 8 (41mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-8-41mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 8 (45mm).simdevicetype", + "name" : "Apple Watch Series 8 (45mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-8-45mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Ultra (49mm).simdevicetype", + "name" : "Apple Watch Ultra (49mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Ultra-49mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 9 (41mm).simdevicetype", + "name" : "Apple Watch Series 9 (41mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-9-41mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Series 9 (45mm).simdevicetype", + "name" : "Apple Watch Series 9 (45mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-9-45mm", + "productFamily" : "Apple Watch" + }, + { + "bundlePath" : "\/Applications\/Xcode-15.1.0.app\/Contents\/Developer\/Platforms\/WatchOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/Apple Watch Ultra 2 (49mm).simdevicetype", + "name" : "Apple Watch Ultra 2 (49mm)", + "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Ultra-2-49mm", + "productFamily" : "Apple Watch" + } + ] + } + ], + "devices" : { + "com.apple.CoreSimulator.SimRuntime.iOS-17-2" : [ + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/D4D7EFAA-D489-4FD3-A636-272326A0ADE9\/data", + "dataPathSize" : 18337792, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/D4D7EFAA-D489-4FD3-A636-272326A0ADE9", + "udid" : "D4D7EFAA-D489-4FD3-A636-272326A0ADE9", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11", + "state" : "Shutdown", + "name" : "Bitrise iOS default" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/FCF17C25-1BDE-49B1-ADB1-05192FFE3981\/data", + "dataPathSize" : 18337792, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/FCF17C25-1BDE-49B1-ADB1-05192FFE3981", + "udid" : "FCF17C25-1BDE-49B1-ADB1-05192FFE3981", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11", + "state" : "Shutdown", + "name" : "iPhone 11" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/3D5A1442-3941-45E7-8EFF-E0B95154E227\/data", + "dataPathSize" : 18337792, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/3D5A1442-3941-45E7-8EFF-E0B95154E227", + "udid" : "3D5A1442-3941-45E7-8EFF-E0B95154E227", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE-3rd-generation", + "state" : "Shutdown", + "name" : "iPhone SE (3rd generation)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/038B36A4-F20D-4BC2-8A3B-2414ECAC8D27\/data", + "dataPathSize" : 18337792, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/038B36A4-F20D-4BC2-8A3B-2414ECAC8D27", + "udid" : "038B36A4-F20D-4BC2-8A3B-2414ECAC8D27", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15", + "state" : "Shutdown", + "name" : "iPhone 15" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/205DF787-0F95-4B05-9881-1497400BD3C6\/data", + "dataPathSize" : 18337792, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/205DF787-0F95-4B05-9881-1497400BD3C6", + "udid" : "205DF787-0F95-4B05-9881-1497400BD3C6", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15-Plus", + "state" : "Shutdown", + "name" : "iPhone 15 Plus" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/8A007AF2-2839-405B-9FDD-2B73CC2C00F0\/data", + "dataPathSize" : 18337792, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/8A007AF2-2839-405B-9FDD-2B73CC2C00F0", + "udid" : "8A007AF2-2839-405B-9FDD-2B73CC2C00F0", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15-Pro", + "state" : "Shutdown", + "name" : "iPhone 15 Pro" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/89472A72-0D48-4573-85E9-C17DD467792F\/data", + "dataPathSize" : 18337792, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/89472A72-0D48-4573-85E9-C17DD467792F", + "udid" : "89472A72-0D48-4573-85E9-C17DD467792F", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15-Pro-Max", + "state" : "Shutdown", + "name" : "iPhone 15 Pro Max" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/3E03080C-F3E1-46EA-B992-0120F0C8827E\/data", + "dataPathSize" : 18337792, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/3E03080C-F3E1-46EA-B992-0120F0C8827E", + "udid" : "3E03080C-F3E1-46EA-B992-0120F0C8827E", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-5th-generation", + "state" : "Shutdown", + "name" : "iPad Air (5th generation)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/E84498E2-4FDC-4D01-9469-7E62ADF62BF2\/data", + "dataPathSize" : 18337792, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/E84498E2-4FDC-4D01-9469-7E62ADF62BF2", + "udid" : "E84498E2-4FDC-4D01-9469-7E62ADF62BF2", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-10th-generation", + "state" : "Shutdown", + "name" : "iPad (10th generation)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/0B223C0C-2D5F-46A3-9543-5558DEFE8FD9\/data", + "dataPathSize" : 18337792, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/0B223C0C-2D5F-46A3-9543-5558DEFE8FD9", + "udid" : "0B223C0C-2D5F-46A3-9543-5558DEFE8FD9", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini-6th-generation", + "state" : "Shutdown", + "name" : "iPad mini (6th generation)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/53D4C6CE-375B-48DD-AD8E-1EB2BBF14F31\/data", + "dataPathSize" : 18337792, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/53D4C6CE-375B-48DD-AD8E-1EB2BBF14F31", + "udid" : "53D4C6CE-375B-48DD-AD8E-1EB2BBF14F31", + "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\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/A516C793-66D4-4FC1-9CDB-FE85E88CC9AD\/data", + "dataPathSize" : 18337792, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/A516C793-66D4-4FC1-9CDB-FE85E88CC9AD", + "udid" : "A516C793-66D4-4FC1-9CDB-FE85E88CC9AD", + "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.watchOS-9-4" : [ + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/B29FBFB7-99E9-413C-B66C-AC577A82F5EA\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/B29FBFB7-99E9-413C-B66C-AC577A82F5EA", + "udid" : "B29FBFB7-99E9-413C-B66C-AC577A82F5EA", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm", + "state" : "Shutdown", + "name" : "Apple Watch Series 5 (40mm)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/B39CB1AD-2C6A-4C1B-9559-3E2ABBCE029E\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/B39CB1AD-2C6A-4C1B-9559-3E2ABBCE029E", + "udid" : "B39CB1AD-2C6A-4C1B-9559-3E2ABBCE029E", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm", + "state" : "Shutdown", + "name" : "Apple Watch Series 5 (44mm)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/C2F5A740-74F5-4334-A058-1562592BA8A0\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/C2F5A740-74F5-4334-A058-1562592BA8A0", + "udid" : "C2F5A740-74F5-4334-A058-1562592BA8A0", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm", + "state" : "Shutdown", + "name" : "Apple Watch Series 6 (40mm)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/8A7D4454-0BCD-4055-99CC-2F709F56D5A7\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/8A7D4454-0BCD-4055-99CC-2F709F56D5A7", + "udid" : "8A7D4454-0BCD-4055-99CC-2F709F56D5A7", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm", + "state" : "Shutdown", + "name" : "Apple Watch Series 6 (44mm)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/F0BA611F-07AF-48E0-A394-28EB64B34CEE\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/F0BA611F-07AF-48E0-A394-28EB64B34CEE", + "udid" : "F0BA611F-07AF-48E0-A394-28EB64B34CEE", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-41mm", + "state" : "Shutdown", + "name" : "Apple Watch Series 7 (41mm)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/95138FD3-B58E-4428-B5F6-CCE6767FA723\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/95138FD3-B58E-4428-B5F6-CCE6767FA723", + "udid" : "95138FD3-B58E-4428-B5F6-CCE6767FA723", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-45mm", + "state" : "Shutdown", + "name" : "Apple Watch Series 7 (45mm)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/B64ED313-A6C9-4842-8D83-4C1E24E728EC\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/B64ED313-A6C9-4842-8D83-4C1E24E728EC", + "udid" : "B64ED313-A6C9-4842-8D83-4C1E24E728EC", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-40mm-2nd-generation", + "state" : "Shutdown", + "name" : "Apple Watch SE (40mm) (2nd generation)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/15138770-DCBF-4D54-8B1E-D9DA4EA8DCCB\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/15138770-DCBF-4D54-8B1E-D9DA4EA8DCCB", + "udid" : "15138770-DCBF-4D54-8B1E-D9DA4EA8DCCB", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-44mm-2nd-generation", + "state" : "Shutdown", + "name" : "Apple Watch SE (44mm) (2nd generation)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/DC634958-9BAA-4A72-B718-ACA33AF9A233\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/DC634958-9BAA-4A72-B718-ACA33AF9A233", + "udid" : "DC634958-9BAA-4A72-B718-ACA33AF9A233", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-8-41mm", + "state" : "Shutdown", + "name" : "Apple Watch Series 8 (41mm)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/7E0468B9-FF5A-495D-BAF9-98E802302CEF\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/7E0468B9-FF5A-495D-BAF9-98E802302CEF", + "udid" : "7E0468B9-FF5A-495D-BAF9-98E802302CEF", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-8-45mm", + "state" : "Shutdown", + "name" : "Apple Watch Series 8 (45mm)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/2745AD72-5AEF-4D70-AE1B-62D8D96CB2AA\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/2745AD72-5AEF-4D70-AE1B-62D8D96CB2AA", + "udid" : "2745AD72-5AEF-4D70-AE1B-62D8D96CB2AA", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Ultra-49mm", + "state" : "Shutdown", + "name" : "Apple Watch Ultra (49mm)" + } + ], + "com.apple.CoreSimulator.SimRuntime.watchOS-10-0" : [ + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/F953CAA9-A524-40A4-9F8F-10D46CD7331B\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/F953CAA9-A524-40A4-9F8F-10D46CD7331B", + "udid" : "F953CAA9-A524-40A4-9F8F-10D46CD7331B", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm", + "state" : "Shutdown", + "name" : "Apple Watch Series 5 (40mm)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/6FC7959B-4AC9-4356-A3F6-1B106AD6D9FB\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/6FC7959B-4AC9-4356-A3F6-1B106AD6D9FB", + "udid" : "6FC7959B-4AC9-4356-A3F6-1B106AD6D9FB", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm", + "state" : "Shutdown", + "name" : "Apple Watch Series 5 (44mm)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/2E4CD49E-4D7C-4158-8923-CA77B715C21F\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/2E4CD49E-4D7C-4158-8923-CA77B715C21F", + "udid" : "2E4CD49E-4D7C-4158-8923-CA77B715C21F", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm", + "state" : "Shutdown", + "name" : "Apple Watch Series 6 (40mm)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/1D6A524F-A170-41CB-BC3C-3540B52FF7F4\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/1D6A524F-A170-41CB-BC3C-3540B52FF7F4", + "udid" : "1D6A524F-A170-41CB-BC3C-3540B52FF7F4", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm", + "state" : "Shutdown", + "name" : "Apple Watch Series 6 (44mm)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/7A330F55-AB76-4885-909D-451BA8DAE3E2\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/7A330F55-AB76-4885-909D-451BA8DAE3E2", + "udid" : "7A330F55-AB76-4885-909D-451BA8DAE3E2", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-41mm", + "state" : "Shutdown", + "name" : "Apple Watch Series 7 (41mm)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/BE2C3A95-9D90-4DD1-B0DC-378D3CF7FE11\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/BE2C3A95-9D90-4DD1-B0DC-378D3CF7FE11", + "udid" : "BE2C3A95-9D90-4DD1-B0DC-378D3CF7FE11", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-45mm", + "state" : "Shutdown", + "name" : "Apple Watch Series 7 (45mm)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/45BC8AB3-928A-478F-8C81-F87C80057F24\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/45BC8AB3-928A-478F-8C81-F87C80057F24", + "udid" : "45BC8AB3-928A-478F-8C81-F87C80057F24", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-40mm-2nd-generation", + "state" : "Shutdown", + "name" : "Apple Watch SE (40mm) (2nd generation)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/8E8FAEAF-C35C-4E10-A37E-57023A2E7527\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/8E8FAEAF-C35C-4E10-A37E-57023A2E7527", + "udid" : "8E8FAEAF-C35C-4E10-A37E-57023A2E7527", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-44mm-2nd-generation", + "state" : "Shutdown", + "name" : "Apple Watch SE (44mm) (2nd generation)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/179C9521-7813-423B-A05D-252EECC3CDAA\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/179C9521-7813-423B-A05D-252EECC3CDAA", + "udid" : "179C9521-7813-423B-A05D-252EECC3CDAA", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-9-41mm", + "state" : "Shutdown", + "name" : "Apple Watch Series 9 (41mm)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/D66C40D9-7D9F-431B-91C4-DFC5F4456AFA\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/D66C40D9-7D9F-431B-91C4-DFC5F4456AFA", + "udid" : "D66C40D9-7D9F-431B-91C4-DFC5F4456AFA", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-9-45mm", + "state" : "Shutdown", + "name" : "Apple Watch Series 9 (45mm)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/2C6257C5-2BBD-4177-9CDD-5DCFAA7B2977\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/2C6257C5-2BBD-4177-9CDD-5DCFAA7B2977", + "udid" : "2C6257C5-2BBD-4177-9CDD-5DCFAA7B2977", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Ultra-2-49mm", + "state" : "Shutdown", + "name" : "Apple Watch Ultra 2 (49mm)" + } + ], + "com.apple.CoreSimulator.SimRuntime.tvOS-17-2" : [ + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/09E782A6-ED90-4578-BBBF-0646C0F8407E\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/09E782A6-ED90-4578-BBBF-0646C0F8407E", + "udid" : "09E782A6-ED90-4578-BBBF-0646C0F8407E", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p", + "state" : "Shutdown", + "name" : "Apple TV" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/37EA85AF-2C26-483B-896D-B9121BC5DAA3\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/37EA85AF-2C26-483B-896D-B9121BC5DAA3", + "udid" : "37EA85AF-2C26-483B-896D-B9121BC5DAA3", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-3rd-generation-4K", + "state" : "Shutdown", + "name" : "Apple TV 4K (3rd generation)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/6909A97B-6D46-4E3B-941D-C55BD28A9FC7\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/6909A97B-6D46-4E3B-941D-C55BD28A9FC7", + "udid" : "6909A97B-6D46-4E3B-941D-C55BD28A9FC7", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-3rd-generation-1080p", + "state" : "Shutdown", + "name" : "Apple TV 4K (3rd generation) (at 1080p)" + } + ], + "com.apple.CoreSimulator.SimRuntime.watchOS-10-2" : [ + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/368C6200-80AB-45FC-8DE5-97B66D5765DF\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/368C6200-80AB-45FC-8DE5-97B66D5765DF", + "udid" : "368C6200-80AB-45FC-8DE5-97B66D5765DF", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm", + "state" : "Shutdown", + "name" : "Apple Watch Series 5 (40mm)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/80585ACB-9688-481D-A74C-975D9C740A49\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/80585ACB-9688-481D-A74C-975D9C740A49", + "udid" : "80585ACB-9688-481D-A74C-975D9C740A49", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm", + "state" : "Shutdown", + "name" : "Apple Watch Series 5 (44mm)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/43A606AC-F4F1-40DD-88DD-40FEF5FFB96B\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/43A606AC-F4F1-40DD-88DD-40FEF5FFB96B", + "udid" : "43A606AC-F4F1-40DD-88DD-40FEF5FFB96B", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm", + "state" : "Shutdown", + "name" : "Apple Watch Series 6 (40mm)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/0744D0F2-A76B-4781-9D7F-CFF3CD98494F\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/0744D0F2-A76B-4781-9D7F-CFF3CD98494F", + "udid" : "0744D0F2-A76B-4781-9D7F-CFF3CD98494F", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm", + "state" : "Shutdown", + "name" : "Apple Watch Series 6 (44mm)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/A0293643-143D-448D-AF48-F9088201B395\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/A0293643-143D-448D-AF48-F9088201B395", + "udid" : "A0293643-143D-448D-AF48-F9088201B395", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-41mm", + "state" : "Shutdown", + "name" : "Apple Watch Series 7 (41mm)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/57698805-A43B-4E3C-8222-D2BCD7C774BD\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/57698805-A43B-4E3C-8222-D2BCD7C774BD", + "udid" : "57698805-A43B-4E3C-8222-D2BCD7C774BD", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-45mm", + "state" : "Shutdown", + "name" : "Apple Watch Series 7 (45mm)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/5C712AA3-0A67-4E60-967A-228001446172\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/5C712AA3-0A67-4E60-967A-228001446172", + "udid" : "5C712AA3-0A67-4E60-967A-228001446172", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-40mm-2nd-generation", + "state" : "Shutdown", + "name" : "Apple Watch SE (40mm) (2nd generation)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/9A741884-DC69-4640-9E46-66E2431F3CFB\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/9A741884-DC69-4640-9E46-66E2431F3CFB", + "udid" : "9A741884-DC69-4640-9E46-66E2431F3CFB", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-44mm-2nd-generation", + "state" : "Shutdown", + "name" : "Apple Watch SE (44mm) (2nd generation)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/E212054C-99FD-485E-AD19-44CEE6C04CDC\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/E212054C-99FD-485E-AD19-44CEE6C04CDC", + "udid" : "E212054C-99FD-485E-AD19-44CEE6C04CDC", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-9-41mm", + "state" : "Shutdown", + "name" : "Apple Watch Series 9 (41mm)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/DB28ED7B-A7C5-4E5F-87BE-4D57024A1907\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/DB28ED7B-A7C5-4E5F-87BE-4D57024A1907", + "udid" : "DB28ED7B-A7C5-4E5F-87BE-4D57024A1907", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-9-45mm", + "state" : "Shutdown", + "name" : "Apple Watch Series 9 (45mm)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/BB9D689F-6611-4078-914E-5F8235D646DC\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/BB9D689F-6611-4078-914E-5F8235D646DC", + "udid" : "BB9D689F-6611-4078-914E-5F8235D646DC", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Ultra-2-49mm", + "state" : "Shutdown", + "name" : "Apple Watch Ultra 2 (49mm)" + } + ], + "com.apple.CoreSimulator.SimRuntime.iOS-16-4" : [ + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/C6C7DD39-B9DC-481A-8F11-FDD7AE68DDF4\/data", + "dataPathSize" : 13258752, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/C6C7DD39-B9DC-481A-8F11-FDD7AE68DDF4", + "udid" : "C6C7DD39-B9DC-481A-8F11-FDD7AE68DDF4", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8", + "state" : "Shutdown", + "name" : "Bitrise iOS default" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/94395BE2-AD28-4744-B20A-86F958B1D7BD\/data", + "dataPathSize" : 13258752, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/94395BE2-AD28-4744-B20A-86F958B1D7BD", + "udid" : "94395BE2-AD28-4744-B20A-86F958B1D7BD", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus", + "state" : "Shutdown", + "name" : "iPhone 8 Plus" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/BDB68B23-40B5-4541-A6AA-A8F3E12599CA\/data", + "dataPathSize" : 13258752, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/BDB68B23-40B5-4541-A6AA-A8F3E12599CA", + "udid" : "BDB68B23-40B5-4541-A6AA-A8F3E12599CA", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11", + "state" : "Shutdown", + "name" : "iPhone 11" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/0AD0641F-782F-4CA0-9842-76826E48F31E\/data", + "dataPathSize" : 13258752, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/0AD0641F-782F-4CA0-9842-76826E48F31E", + "udid" : "0AD0641F-782F-4CA0-9842-76826E48F31E", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE-3rd-generation", + "state" : "Shutdown", + "name" : "iPhone SE (3rd generation)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/3D607B78-B519-49C9-9893-69E10C677495\/data", + "dataPathSize" : 13258752, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/3D607B78-B519-49C9-9893-69E10C677495", + "udid" : "3D607B78-B519-49C9-9893-69E10C677495", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14", + "state" : "Shutdown", + "name" : "iPhone 14" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/1D83C48C-4ABF-4D52-98DF-D6C62F0BB549\/data", + "dataPathSize" : 13258752, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/1D83C48C-4ABF-4D52-98DF-D6C62F0BB549", + "udid" : "1D83C48C-4ABF-4D52-98DF-D6C62F0BB549", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Plus", + "state" : "Shutdown", + "name" : "iPhone 14 Plus" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/D4F29F64-9C4D-4A90-AF2F-8E7FC340DBE4\/data", + "dataPathSize" : 13258752, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/D4F29F64-9C4D-4A90-AF2F-8E7FC340DBE4", + "udid" : "D4F29F64-9C4D-4A90-AF2F-8E7FC340DBE4", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro", + "state" : "Shutdown", + "name" : "iPhone 14 Pro" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/7E38606E-0033-48B6-A7B8-ED93F589F86F\/data", + "dataPathSize" : 13258752, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/7E38606E-0033-48B6-A7B8-ED93F589F86F", + "udid" : "7E38606E-0033-48B6-A7B8-ED93F589F86F", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro-Max", + "state" : "Shutdown", + "name" : "iPhone 14 Pro Max" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/A66DBA63-8E37-4FBC-BE41-32A5A3165147\/data", + "dataPathSize" : 13258752, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/A66DBA63-8E37-4FBC-BE41-32A5A3165147", + "udid" : "A66DBA63-8E37-4FBC-BE41-32A5A3165147", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-5th-generation", + "state" : "Shutdown", + "name" : "iPad Air (5th generation)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/C7745330-9A89-42C0-85F3-3BE5B806445B\/data", + "dataPathSize" : 13258752, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/C7745330-9A89-42C0-85F3-3BE5B806445B", + "udid" : "C7745330-9A89-42C0-85F3-3BE5B806445B", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-10th-generation", + "state" : "Shutdown", + "name" : "iPad (10th generation)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/44CFB3B3-ECA1-447B-BC93-20DCC5EA3232\/data", + "dataPathSize" : 13258752, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/44CFB3B3-ECA1-447B-BC93-20DCC5EA3232", + "udid" : "44CFB3B3-ECA1-447B-BC93-20DCC5EA3232", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini-6th-generation", + "state" : "Shutdown", + "name" : "iPad mini (6th generation)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/3A190CB9-2067-4439-BB67-6D63D86B4A06\/data", + "dataPathSize" : 13258752, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/3A190CB9-2067-4439-BB67-6D63D86B4A06", + "udid" : "3A190CB9-2067-4439-BB67-6D63D86B4A06", + "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\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/A0DCE94F-9674-40DF-B6CF-FA1C3DDE877E\/data", + "dataPathSize" : 13258752, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/A0DCE94F-9674-40DF-B6CF-FA1C3DDE877E", + "udid" : "A0DCE94F-9674-40DF-B6CF-FA1C3DDE877E", + "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-15-5" : [ + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/1FA65FA6-CD7B-4CE2-9AF7-EDC5BFED9033\/data", + "dataPathSize" : 18341888, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/1FA65FA6-CD7B-4CE2-9AF7-EDC5BFED9033", + "udid" : "1FA65FA6-CD7B-4CE2-9AF7-EDC5BFED9033", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8", + "state" : "Shutdown", + "name" : "Bitrise iOS default" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/830CA92C-EF94-4CB6-8FED-1A56C38B8817\/data", + "dataPathSize" : 18341888, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/830CA92C-EF94-4CB6-8FED-1A56C38B8817", + "udid" : "830CA92C-EF94-4CB6-8FED-1A56C38B8817", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus", + "state" : "Shutdown", + "name" : "iPhone 8 Plus" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/9AB3C6A1-EFE0-4968-B683-F82686D6B937\/data", + "dataPathSize" : 18341888, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/9AB3C6A1-EFE0-4968-B683-F82686D6B937", + "udid" : "9AB3C6A1-EFE0-4968-B683-F82686D6B937", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11", + "state" : "Shutdown", + "name" : "iPhone 11" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/2D3D37A1-F11D-49C9-99E5-4D6613D8A930\/data", + "dataPathSize" : 18341888, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/2D3D37A1-F11D-49C9-99E5-4D6613D8A930", + "udid" : "2D3D37A1-F11D-49C9-99E5-4D6613D8A930", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro", + "state" : "Shutdown", + "name" : "iPhone 13 Pro" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/B6EF5DF2-1C5C-4C80-B8A1-452326577623\/data", + "dataPathSize" : 18341888, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/B6EF5DF2-1C5C-4C80-B8A1-452326577623", + "udid" : "B6EF5DF2-1C5C-4C80-B8A1-452326577623", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro-Max", + "state" : "Shutdown", + "name" : "iPhone 13 Pro Max" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/02366464-D543-45A1-9890-BB5593EB99FF\/data", + "dataPathSize" : 18341888, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/02366464-D543-45A1-9890-BB5593EB99FF", + "udid" : "02366464-D543-45A1-9890-BB5593EB99FF", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-mini", + "state" : "Shutdown", + "name" : "iPhone 13 mini" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/9DB2DEA1-2202-48A4-9467-8954B896F343\/data", + "dataPathSize" : 18341888, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/9DB2DEA1-2202-48A4-9467-8954B896F343", + "udid" : "9DB2DEA1-2202-48A4-9467-8954B896F343", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13", + "state" : "Shutdown", + "name" : "iPhone 13" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/9ABF6697-7993-44D2-A101-D9F3ECBEE9D7\/data", + "dataPathSize" : 18341888, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/9ABF6697-7993-44D2-A101-D9F3ECBEE9D7", + "udid" : "9ABF6697-7993-44D2-A101-D9F3ECBEE9D7", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE-3rd-generation", + "state" : "Shutdown", + "name" : "iPhone SE (3rd generation)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/BAC5341B-A745-4542-BD7E-723FC88BCB96\/data", + "dataPathSize" : 18341888, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/BAC5341B-A745-4542-BD7E-723FC88BCB96", + "udid" : "BAC5341B-A745-4542-BD7E-723FC88BCB96", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-", + "state" : "Shutdown", + "name" : "iPod touch (7th generation)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/F767F0CE-2645-413E-A2FB-84DA1CBEE843\/data", + "dataPathSize" : 18341888, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/F767F0CE-2645-413E-A2FB-84DA1CBEE843", + "udid" : "F767F0CE-2645-413E-A2FB-84DA1CBEE843", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-", + "state" : "Shutdown", + "name" : "iPad Pro (9.7-inch)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/AC61E935-A8D7-421E-A2BA-BAA71A690B38\/data", + "dataPathSize" : 18341888, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/AC61E935-A8D7-421E-A2BA-BAA71A690B38", + "udid" : "AC61E935-A8D7-421E-A2BA-BAA71A690B38", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-9th-generation", + "state" : "Shutdown", + "name" : "iPad (9th generation)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/D46341C6-9908-483B-A90E-69C202C6124A\/data", + "dataPathSize" : 18341888, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/D46341C6-9908-483B-A90E-69C202C6124A", + "udid" : "D46341C6-9908-483B-A90E-69C202C6124A", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-3rd-generation", + "state" : "Shutdown", + "name" : "iPad Pro (11-inch) (3rd generation)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/B04083CD-F86A-481B-A937-FA97FDD29F91\/data", + "dataPathSize" : 18341888, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/B04083CD-F86A-481B-A937-FA97FDD29F91", + "udid" : "B04083CD-F86A-481B-A937-FA97FDD29F91", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-5th-generation", + "state" : "Shutdown", + "name" : "iPad Pro (12.9-inch) (5th generation)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/727EAE5E-E928-4867-A848-298F0530AB25\/data", + "dataPathSize" : 18341888, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/727EAE5E-E928-4867-A848-298F0530AB25", + "udid" : "727EAE5E-E928-4867-A848-298F0530AB25", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-5th-generation", + "state" : "Shutdown", + "name" : "iPad Air (5th generation)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/89A11C4F-E7F6-4104-B6BC-F3D564314A17\/data", + "dataPathSize" : 18341888, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/89A11C4F-E7F6-4104-B6BC-F3D564314A17", + "udid" : "89A11C4F-E7F6-4104-B6BC-F3D564314A17", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini-6th-generation", + "state" : "Shutdown", + "name" : "iPad mini (6th generation)" + } + ], + "com.apple.CoreSimulator.SimRuntime.iOS-17-0" : [ + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/EB15C9CE-6A43-46E1-95C4-AE1885B8E411\/data", + "dataPathSize" : 18337792, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/EB15C9CE-6A43-46E1-95C4-AE1885B8E411", + "udid" : "EB15C9CE-6A43-46E1-95C4-AE1885B8E411", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11", + "state" : "Shutdown", + "name" : "Bitrise iOS default" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/4FE51A31-1A31-4618-B8A2-A387E679D4A4\/data", + "dataPathSize" : 18337792, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/4FE51A31-1A31-4618-B8A2-A387E679D4A4", + "udid" : "4FE51A31-1A31-4618-B8A2-A387E679D4A4", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11", + "state" : "Shutdown", + "name" : "iPhone 11" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/0EAE1011-A78C-4D0F-97F4-EA1A00F7123E\/data", + "dataPathSize" : 13258752, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/0EAE1011-A78C-4D0F-97F4-EA1A00F7123E", + "udid" : "0EAE1011-A78C-4D0F-97F4-EA1A00F7123E", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE-3rd-generation", + "state" : "Shutdown", + "name" : "iPhone SE (3rd generation)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/1A1B136F-8300-4783-9C26-595F9AB4C583\/data", + "dataPathSize" : 13258752, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/1A1B136F-8300-4783-9C26-595F9AB4C583", + "udid" : "1A1B136F-8300-4783-9C26-595F9AB4C583", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15", + "state" : "Shutdown", + "name" : "iPhone 15" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/120202B1-5D44-414B-8600-EAF3152802A7\/data", + "dataPathSize" : 13258752, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/120202B1-5D44-414B-8600-EAF3152802A7", + "udid" : "120202B1-5D44-414B-8600-EAF3152802A7", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15-Plus", + "state" : "Shutdown", + "name" : "iPhone 15 Plus" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/FE526A58-FECD-47AE-8BF1-D9633DFF7589\/data", + "dataPathSize" : 13258752, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/FE526A58-FECD-47AE-8BF1-D9633DFF7589", + "udid" : "FE526A58-FECD-47AE-8BF1-D9633DFF7589", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15-Pro", + "state" : "Shutdown", + "name" : "iPhone 15 Pro" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/8D9EE4F4-97FD-495B-8AC5-F2D2566D5F39\/data", + "dataPathSize" : 13258752, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/8D9EE4F4-97FD-495B-8AC5-F2D2566D5F39", + "udid" : "8D9EE4F4-97FD-495B-8AC5-F2D2566D5F39", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-15-Pro-Max", + "state" : "Shutdown", + "name" : "iPhone 15 Pro Max" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/422EE673-60B9-48BC-A301-E60E28C0C759\/data", + "dataPathSize" : 13258752, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/422EE673-60B9-48BC-A301-E60E28C0C759", + "udid" : "422EE673-60B9-48BC-A301-E60E28C0C759", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-5th-generation", + "state" : "Shutdown", + "name" : "iPad Air (5th generation)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/D56D3452-6048-4907-A0E9-BE4C612BB6B3\/data", + "dataPathSize" : 13258752, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/D56D3452-6048-4907-A0E9-BE4C612BB6B3", + "udid" : "D56D3452-6048-4907-A0E9-BE4C612BB6B3", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-10th-generation", + "state" : "Shutdown", + "name" : "iPad (10th generation)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/DAADC1D3-B9DB-4744-A635-DDF4CE5EA9CF\/data", + "dataPathSize" : 13258752, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/DAADC1D3-B9DB-4744-A635-DDF4CE5EA9CF", + "udid" : "DAADC1D3-B9DB-4744-A635-DDF4CE5EA9CF", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini-6th-generation", + "state" : "Shutdown", + "name" : "iPad mini (6th generation)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/D9D1F8E0-A22D-4EC2-A5DD-03469036E3C3\/data", + "dataPathSize" : 13258752, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/D9D1F8E0-A22D-4EC2-A5DD-03469036E3C3", + "udid" : "D9D1F8E0-A22D-4EC2-A5DD-03469036E3C3", + "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\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/7642C1FA-44DD-45B2-8CB6-3995EA30B60C\/data", + "dataPathSize" : 13258752, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/7642C1FA-44DD-45B2-8CB6-3995EA30B60C", + "udid" : "7642C1FA-44DD-45B2-8CB6-3995EA30B60C", + "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.tvOS-17-0" : [ + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/D25E4FB4-3CF7-4CD3-9D7A-043F34DAB4B1\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/D25E4FB4-3CF7-4CD3-9D7A-043F34DAB4B1", + "udid" : "D25E4FB4-3CF7-4CD3-9D7A-043F34DAB4B1", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p", + "state" : "Shutdown", + "name" : "Apple TV" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/3FE15510-2761-4F51-9547-8C85261527EE\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/3FE15510-2761-4F51-9547-8C85261527EE", + "udid" : "3FE15510-2761-4F51-9547-8C85261527EE", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-3rd-generation-4K", + "state" : "Shutdown", + "name" : "Apple TV 4K (3rd generation)" + }, + { + "dataPath" : "\/Users\/vagrant\/Library\/Developer\/CoreSimulator\/Devices\/F11BE32F-FC39-43D9-BE1F-633B402D32E7\/data", + "dataPathSize" : 4096, + "logPath" : "\/Users\/vagrant\/Library\/Logs\/CoreSimulator\/F11BE32F-FC39-43D9-BE1F-633B402D32E7", + "udid" : "F11BE32F-FC39-43D9-BE1F-633B402D32E7", + "isAvailable" : true, + "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-3rd-generation-1080p", + "state" : "Shutdown", + "name" : "Apple TV 4K (3rd generation) (at 1080p)" + } + ] + }, + "pairs" : { + "3D1F4BE2-F265-4FB6-8FB2-E1B59B511DB4" : { + "watch" : { + "name" : "Apple Watch Series 9 (41mm)", + "udid" : "E212054C-99FD-485E-AD19-44CEE6C04CDC", + "state" : "Shutdown" + }, + "phone" : { + "name" : "iPhone 15 Plus", + "udid" : "205DF787-0F95-4B05-9881-1497400BD3C6", + "state" : "Shutdown" + }, + "state" : "(active, disconnected)" + }, + "98547560-E449-4082-BBD4-31A5857E5D81" : { + "watch" : { + "name" : "Apple Watch Series 7 (45mm)", + "udid" : "57698805-A43B-4E3C-8222-D2BCD7C774BD", + "state" : "Shutdown" + }, + "phone" : { + "name" : "iPhone 15", + "udid" : "038B36A4-F20D-4BC2-8A3B-2414ECAC8D27", + "state" : "Shutdown" + }, + "state" : "(active, disconnected)" + }, + "A41532B3-1315-48DB-8094-71F2B73D14A9" : { + "watch" : { + "name" : "Apple Watch Series 7 (45mm)", + "udid" : "BE2C3A95-9D90-4DD1-B0DC-378D3CF7FE11", + "state" : "Shutdown" + }, + "phone" : { + "name" : "iPhone 15", + "udid" : "1A1B136F-8300-4783-9C26-595F9AB4C583", + "state" : "Shutdown" + }, + "state" : "(active, disconnected)" + }, + "9201159A-B4A3-471D-A691-6140A37ED3FD" : { + "watch" : { + "name" : "Apple Watch Ultra 2 (49mm)", + "udid" : "BB9D689F-6611-4078-914E-5F8235D646DC", + "state" : "Shutdown" + }, + "phone" : { + "name" : "iPhone 15 Pro Max", + "udid" : "89472A72-0D48-4573-85E9-C17DD467792F", + "state" : "Shutdown" + }, + "state" : "(active, disconnected)" + }, + "F1757F54-4B3A-40F7-B6D8-789A0CC9267F" : { + "watch" : { + "name" : "Apple Watch Series 9 (45mm)", + "udid" : "D66C40D9-7D9F-431B-91C4-DFC5F4456AFA", + "state" : "Shutdown" + }, + "phone" : { + "name" : "iPhone 15 Pro", + "udid" : "FE526A58-FECD-47AE-8BF1-D9633DFF7589", + "state" : "Shutdown" + }, + "state" : "(active, disconnected)" + }, + "9121CB8E-6FCF-443E-81DE-16C8716ECDFF" : { + "watch" : { + "name" : "Apple Watch Series 9 (41mm)", + "udid" : "179C9521-7813-423B-A05D-252EECC3CDAA", + "state" : "Shutdown" + }, + "phone" : { + "name" : "iPhone 15 Plus", + "udid" : "120202B1-5D44-414B-8600-EAF3152802A7", + "state" : "Shutdown" + }, + "state" : "(active, disconnected)" + }, + "C5C3CC4A-D3F6-4A57-AFF2-6EBA00072D91" : { + "watch" : { + "name" : "Apple Watch Series 9 (45mm)", + "udid" : "DB28ED7B-A7C5-4E5F-87BE-4D57024A1907", + "state" : "Shutdown" + }, + "phone" : { + "name" : "iPhone 15 Pro", + "udid" : "8A007AF2-2839-405B-9FDD-2B73CC2C00F0", + "state" : "Shutdown" + }, + "state" : "(active, disconnected)" + }, + "66343E68-C632-43E1-A051-14ED4CBFA3DE" : { + "watch" : { + "name" : "Apple Watch Ultra 2 (49mm)", + "udid" : "2C6257C5-2BBD-4177-9CDD-5DCFAA7B2977", + "state" : "Shutdown" + }, + "phone" : { + "name" : "iPhone 15 Pro Max", + "udid" : "8D9EE4F4-97FD-495B-8AC5-F2D2566D5F39", + "state" : "Shutdown" + }, + "state" : "(active, disconnected)" + } + } +} diff --git a/data/osx-xcode-15.1.x/simctl_plain.txt b/data/osx-xcode-15.1.x/simctl_plain.txt new file mode 100644 index 00000000..4041ef4c --- /dev/null +++ b/data/osx-xcode-15.1.x/simctl_plain.txt @@ -0,0 +1,226 @@ +== Device Types == +iPhone 6s (com.apple.CoreSimulator.SimDeviceType.iPhone-6s) +iPhone 6s Plus (com.apple.CoreSimulator.SimDeviceType.iPhone-6s-Plus) +iPhone SE (1st generation) (com.apple.CoreSimulator.SimDeviceType.iPhone-SE) +iPhone 7 (com.apple.CoreSimulator.SimDeviceType.iPhone-7) +iPhone 7 Plus (com.apple.CoreSimulator.SimDeviceType.iPhone-7-Plus) +iPhone 8 (com.apple.CoreSimulator.SimDeviceType.iPhone-8) +iPhone 8 Plus (com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus) +iPhone X (com.apple.CoreSimulator.SimDeviceType.iPhone-X) +iPhone Xs (com.apple.CoreSimulator.SimDeviceType.iPhone-XS) +iPhone Xs Max (com.apple.CoreSimulator.SimDeviceType.iPhone-XS-Max) +iPhone Xʀ (com.apple.CoreSimulator.SimDeviceType.iPhone-XR) +iPhone 11 (com.apple.CoreSimulator.SimDeviceType.iPhone-11) +iPhone 11 Pro (com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro) +iPhone 11 Pro Max (com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max) +iPhone SE (2nd generation) (com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-) +iPhone 12 mini (com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini) +iPhone 12 (com.apple.CoreSimulator.SimDeviceType.iPhone-12) +iPhone 12 Pro (com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro) +iPhone 12 Pro Max (com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max) +iPhone 13 Pro (com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro) +iPhone 13 Pro Max (com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro-Max) +iPhone 13 mini (com.apple.CoreSimulator.SimDeviceType.iPhone-13-mini) +iPhone 13 (com.apple.CoreSimulator.SimDeviceType.iPhone-13) +iPhone SE (3rd generation) (com.apple.CoreSimulator.SimDeviceType.iPhone-SE-3rd-generation) +iPhone 14 (com.apple.CoreSimulator.SimDeviceType.iPhone-14) +iPhone 14 Plus (com.apple.CoreSimulator.SimDeviceType.iPhone-14-Plus) +iPhone 14 Pro (com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro) +iPhone 14 Pro Max (com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro-Max) +iPhone 15 (com.apple.CoreSimulator.SimDeviceType.iPhone-15) +iPhone 15 Plus (com.apple.CoreSimulator.SimDeviceType.iPhone-15-Plus) +iPhone 15 Pro (com.apple.CoreSimulator.SimDeviceType.iPhone-15-Pro) +iPhone 15 Pro Max (com.apple.CoreSimulator.SimDeviceType.iPhone-15-Pro-Max) +iPod touch (7th generation) (com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-) +iPad mini 4 (com.apple.CoreSimulator.SimDeviceType.iPad-mini-4) +iPad Air 2 (com.apple.CoreSimulator.SimDeviceType.iPad-Air-2) +iPad Pro (9.7-inch) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-) +iPad Pro (12.9-inch) (1st generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro) +iPad (5th generation) (com.apple.CoreSimulator.SimDeviceType.iPad--5th-generation-) +iPad Pro (12.9-inch) (2nd generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---2nd-generation-) +iPad Pro (10.5-inch) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--10-5-inch-) +iPad (6th generation) (com.apple.CoreSimulator.SimDeviceType.iPad--6th-generation-) +iPad (7th generation) (com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-) +iPad Pro (11-inch) (1st generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch-) +iPad Pro (12.9-inch) (3rd generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---3rd-generation-) +iPad Pro (11-inch) (2nd generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-) +iPad Pro (12.9-inch) (4th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-) +iPad mini (5th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-mini--5th-generation-) +iPad Air (3rd generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-) +iPad (8th generation) (com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-) +iPad (9th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-9th-generation) +iPad Air (4th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-) +iPad Pro (11-inch) (3rd generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-3rd-generation) +iPad Pro (12.9-inch) (5th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-5th-generation) +iPad Air (5th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Air-5th-generation) +iPad (10th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-10th-generation) +iPad mini (6th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-mini-6th-generation) +iPad Pro (11-inch) (4th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-4th-generation-8GB) +iPad Pro (11-inch) (4th generation) (16GB) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-4th-generation-16GB) +iPad Pro (12.9-inch) (6th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-6th-generation-8GB) +iPad Pro (12.9-inch) (6th generation) (16GB) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-6th-generation-16GB) +Apple TV (com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p) +Apple TV 4K (com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K) +Apple TV 4K (at 1080p) (com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p) +Apple TV 4K (2nd generation) (com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-4K) +Apple TV 4K (2nd generation) (at 1080p) (com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-1080p) +Apple TV 4K (3rd generation) (com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-3rd-generation-4K) +Apple TV 4K (3rd generation) (at 1080p) (com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-3rd-generation-1080p) +Apple Watch Series 2 (38mm) (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-2-38mm) +Apple Watch Series 2 (42mm) (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-2-42mm) +Apple Watch Series 3 (38mm) (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-3-38mm) +Apple Watch Series 3 (42mm) (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-3-42mm) +Apple Watch Series 4 (40mm) (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-40mm) +Apple Watch Series 4 (44mm) (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-44mm) +Apple Watch Series 5 (40mm) (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm) +Apple Watch Series 5 (44mm) (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm) +Apple Watch SE (40mm) (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-40mm) +Apple Watch SE (44mm) (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-44mm) +Apple Watch Series 6 (40mm) (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm) +Apple Watch Series 6 (44mm) (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm) +Apple Watch Series 7 (41mm) (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-41mm) +Apple Watch Series 7 (45mm) (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-45mm) +Apple Watch SE (40mm) (2nd generation) (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-40mm-2nd-generation) +Apple Watch SE (44mm) (2nd generation) (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-44mm-2nd-generation) +Apple Watch Series 8 (41mm) (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-8-41mm) +Apple Watch Series 8 (45mm) (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-8-45mm) +Apple Watch Ultra (49mm) (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Ultra-49mm) +Apple Watch Series 9 (41mm) (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-9-41mm) +Apple Watch Series 9 (45mm) (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-9-45mm) +Apple Watch Ultra 2 (49mm) (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Ultra-2-49mm) +== Runtimes == +iOS 15.5 (15.5 - 19F70) - com.apple.CoreSimulator.SimRuntime.iOS-15-5 +iOS 16.4 (16.4 - 20E247) - com.apple.CoreSimulator.SimRuntime.iOS-16-4 +iOS 17.0 (17.0.1 - 21A342) - com.apple.CoreSimulator.SimRuntime.iOS-17-0 +iOS 17.2 (17.2 - 21C62) - com.apple.CoreSimulator.SimRuntime.iOS-17-2 +tvOS 17.0 (17.0 - 21J353) - com.apple.CoreSimulator.SimRuntime.tvOS-17-0 +tvOS 17.2 (17.2 - 21K364) - com.apple.CoreSimulator.SimRuntime.tvOS-17-2 +watchOS 9.4 (9.4 - 20T253) - com.apple.CoreSimulator.SimRuntime.watchOS-9-4 +watchOS 10.0 (10.0 - 21R355) - com.apple.CoreSimulator.SimRuntime.watchOS-10-0 +watchOS 10.2 (10.2 - 21S364) - com.apple.CoreSimulator.SimRuntime.watchOS-10-2 +== Devices == +-- iOS 15.5 -- + Bitrise iOS default (1FA65FA6-CD7B-4CE2-9AF7-EDC5BFED9033) (Shutdown) + iPhone 8 Plus (830CA92C-EF94-4CB6-8FED-1A56C38B8817) (Shutdown) + iPhone 11 (9AB3C6A1-EFE0-4968-B683-F82686D6B937) (Shutdown) + iPhone 13 Pro (2D3D37A1-F11D-49C9-99E5-4D6613D8A930) (Shutdown) + iPhone 13 Pro Max (B6EF5DF2-1C5C-4C80-B8A1-452326577623) (Shutdown) + iPhone 13 mini (02366464-D543-45A1-9890-BB5593EB99FF) (Shutdown) + iPhone 13 (9DB2DEA1-2202-48A4-9467-8954B896F343) (Shutdown) + iPhone SE (3rd generation) (9ABF6697-7993-44D2-A101-D9F3ECBEE9D7) (Shutdown) + iPod touch (7th generation) (BAC5341B-A745-4542-BD7E-723FC88BCB96) (Shutdown) + iPad Pro (9.7-inch) (F767F0CE-2645-413E-A2FB-84DA1CBEE843) (Shutdown) + iPad (9th generation) (AC61E935-A8D7-421E-A2BA-BAA71A690B38) (Shutdown) + iPad Pro (11-inch) (3rd generation) (D46341C6-9908-483B-A90E-69C202C6124A) (Shutdown) + iPad Pro (12.9-inch) (5th generation) (B04083CD-F86A-481B-A937-FA97FDD29F91) (Shutdown) + iPad Air (5th generation) (727EAE5E-E928-4867-A848-298F0530AB25) (Shutdown) + iPad mini (6th generation) (89A11C4F-E7F6-4104-B6BC-F3D564314A17) (Shutdown) +-- iOS 16.4 -- + Bitrise iOS default (C6C7DD39-B9DC-481A-8F11-FDD7AE68DDF4) (Shutdown) + iPhone 8 Plus (94395BE2-AD28-4744-B20A-86F958B1D7BD) (Shutdown) + iPhone 11 (BDB68B23-40B5-4541-A6AA-A8F3E12599CA) (Shutdown) + iPhone SE (3rd generation) (0AD0641F-782F-4CA0-9842-76826E48F31E) (Shutdown) + iPhone 14 (3D607B78-B519-49C9-9893-69E10C677495) (Shutdown) + iPhone 14 Plus (1D83C48C-4ABF-4D52-98DF-D6C62F0BB549) (Shutdown) + iPhone 14 Pro (D4F29F64-9C4D-4A90-AF2F-8E7FC340DBE4) (Shutdown) + iPhone 14 Pro Max (7E38606E-0033-48B6-A7B8-ED93F589F86F) (Shutdown) + iPad Air (5th generation) (A66DBA63-8E37-4FBC-BE41-32A5A3165147) (Shutdown) + iPad (10th generation) (C7745330-9A89-42C0-85F3-3BE5B806445B) (Shutdown) + iPad mini (6th generation) (44CFB3B3-ECA1-447B-BC93-20DCC5EA3232) (Shutdown) + iPad Pro (11-inch) (4th generation) (3A190CB9-2067-4439-BB67-6D63D86B4A06) (Shutdown) + iPad Pro (12.9-inch) (6th generation) (A0DCE94F-9674-40DF-B6CF-FA1C3DDE877E) (Shutdown) +-- iOS 17.0 -- + Bitrise iOS default (EB15C9CE-6A43-46E1-95C4-AE1885B8E411) (Shutdown) + iPhone 11 (4FE51A31-1A31-4618-B8A2-A387E679D4A4) (Shutdown) + iPhone SE (3rd generation) (0EAE1011-A78C-4D0F-97F4-EA1A00F7123E) (Shutdown) + iPhone 15 (1A1B136F-8300-4783-9C26-595F9AB4C583) (Shutdown) + iPhone 15 Plus (120202B1-5D44-414B-8600-EAF3152802A7) (Shutdown) + iPhone 15 Pro (FE526A58-FECD-47AE-8BF1-D9633DFF7589) (Shutdown) + iPhone 15 Pro Max (8D9EE4F4-97FD-495B-8AC5-F2D2566D5F39) (Shutdown) + iPad Air (5th generation) (422EE673-60B9-48BC-A301-E60E28C0C759) (Shutdown) + iPad (10th generation) (D56D3452-6048-4907-A0E9-BE4C612BB6B3) (Shutdown) + iPad mini (6th generation) (DAADC1D3-B9DB-4744-A635-DDF4CE5EA9CF) (Shutdown) + iPad Pro (11-inch) (4th generation) (D9D1F8E0-A22D-4EC2-A5DD-03469036E3C3) (Shutdown) + iPad Pro (12.9-inch) (6th generation) (7642C1FA-44DD-45B2-8CB6-3995EA30B60C) (Shutdown) +-- iOS 17.2 -- + Bitrise iOS default (D4D7EFAA-D489-4FD3-A636-272326A0ADE9) (Shutdown) + iPhone 11 (FCF17C25-1BDE-49B1-ADB1-05192FFE3981) (Shutdown) + iPhone SE (3rd generation) (3D5A1442-3941-45E7-8EFF-E0B95154E227) (Shutdown) + iPhone 15 (038B36A4-F20D-4BC2-8A3B-2414ECAC8D27) (Shutdown) + iPhone 15 Plus (205DF787-0F95-4B05-9881-1497400BD3C6) (Shutdown) + iPhone 15 Pro (8A007AF2-2839-405B-9FDD-2B73CC2C00F0) (Shutdown) + iPhone 15 Pro Max (89472A72-0D48-4573-85E9-C17DD467792F) (Shutdown) + iPad Air (5th generation) (3E03080C-F3E1-46EA-B992-0120F0C8827E) (Shutdown) + iPad (10th generation) (E84498E2-4FDC-4D01-9469-7E62ADF62BF2) (Shutdown) + iPad mini (6th generation) (0B223C0C-2D5F-46A3-9543-5558DEFE8FD9) (Shutdown) + iPad Pro (11-inch) (4th generation) (53D4C6CE-375B-48DD-AD8E-1EB2BBF14F31) (Shutdown) + iPad Pro (12.9-inch) (6th generation) (A516C793-66D4-4FC1-9CDB-FE85E88CC9AD) (Shutdown) +-- tvOS 17.0 -- + Apple TV (D25E4FB4-3CF7-4CD3-9D7A-043F34DAB4B1) (Shutdown) + Apple TV 4K (3rd generation) (3FE15510-2761-4F51-9547-8C85261527EE) (Shutdown) + Apple TV 4K (3rd generation) (at 1080p) (F11BE32F-FC39-43D9-BE1F-633B402D32E7) (Shutdown) +-- tvOS 17.2 -- + Apple TV (09E782A6-ED90-4578-BBBF-0646C0F8407E) (Shutdown) + Apple TV 4K (3rd generation) (37EA85AF-2C26-483B-896D-B9121BC5DAA3) (Shutdown) + Apple TV 4K (3rd generation) (at 1080p) (6909A97B-6D46-4E3B-941D-C55BD28A9FC7) (Shutdown) +-- watchOS 9.4 -- + Apple Watch Series 5 (40mm) (B29FBFB7-99E9-413C-B66C-AC577A82F5EA) (Shutdown) + Apple Watch Series 5 (44mm) (B39CB1AD-2C6A-4C1B-9559-3E2ABBCE029E) (Shutdown) + Apple Watch Series 6 (40mm) (C2F5A740-74F5-4334-A058-1562592BA8A0) (Shutdown) + Apple Watch Series 6 (44mm) (8A7D4454-0BCD-4055-99CC-2F709F56D5A7) (Shutdown) + Apple Watch Series 7 (41mm) (F0BA611F-07AF-48E0-A394-28EB64B34CEE) (Shutdown) + Apple Watch Series 7 (45mm) (95138FD3-B58E-4428-B5F6-CCE6767FA723) (Shutdown) + Apple Watch SE (40mm) (2nd generation) (B64ED313-A6C9-4842-8D83-4C1E24E728EC) (Shutdown) + Apple Watch SE (44mm) (2nd generation) (15138770-DCBF-4D54-8B1E-D9DA4EA8DCCB) (Shutdown) + Apple Watch Series 8 (41mm) (DC634958-9BAA-4A72-B718-ACA33AF9A233) (Shutdown) + Apple Watch Series 8 (45mm) (7E0468B9-FF5A-495D-BAF9-98E802302CEF) (Shutdown) + Apple Watch Ultra (49mm) (2745AD72-5AEF-4D70-AE1B-62D8D96CB2AA) (Shutdown) +-- watchOS 10.0 -- + Apple Watch Series 5 (40mm) (F953CAA9-A524-40A4-9F8F-10D46CD7331B) (Shutdown) + Apple Watch Series 5 (44mm) (6FC7959B-4AC9-4356-A3F6-1B106AD6D9FB) (Shutdown) + Apple Watch Series 6 (40mm) (2E4CD49E-4D7C-4158-8923-CA77B715C21F) (Shutdown) + Apple Watch Series 6 (44mm) (1D6A524F-A170-41CB-BC3C-3540B52FF7F4) (Shutdown) + Apple Watch Series 7 (41mm) (7A330F55-AB76-4885-909D-451BA8DAE3E2) (Shutdown) + Apple Watch Series 7 (45mm) (BE2C3A95-9D90-4DD1-B0DC-378D3CF7FE11) (Shutdown) + Apple Watch SE (40mm) (2nd generation) (45BC8AB3-928A-478F-8C81-F87C80057F24) (Shutdown) + Apple Watch SE (44mm) (2nd generation) (8E8FAEAF-C35C-4E10-A37E-57023A2E7527) (Shutdown) + Apple Watch Series 9 (41mm) (179C9521-7813-423B-A05D-252EECC3CDAA) (Shutdown) + Apple Watch Series 9 (45mm) (D66C40D9-7D9F-431B-91C4-DFC5F4456AFA) (Shutdown) + Apple Watch Ultra 2 (49mm) (2C6257C5-2BBD-4177-9CDD-5DCFAA7B2977) (Shutdown) +-- watchOS 10.2 -- + Apple Watch Series 5 (40mm) (368C6200-80AB-45FC-8DE5-97B66D5765DF) (Shutdown) + Apple Watch Series 5 (44mm) (80585ACB-9688-481D-A74C-975D9C740A49) (Shutdown) + Apple Watch Series 6 (40mm) (43A606AC-F4F1-40DD-88DD-40FEF5FFB96B) (Shutdown) + Apple Watch Series 6 (44mm) (0744D0F2-A76B-4781-9D7F-CFF3CD98494F) (Shutdown) + Apple Watch Series 7 (41mm) (A0293643-143D-448D-AF48-F9088201B395) (Shutdown) + Apple Watch Series 7 (45mm) (57698805-A43B-4E3C-8222-D2BCD7C774BD) (Shutdown) + Apple Watch SE (40mm) (2nd generation) (5C712AA3-0A67-4E60-967A-228001446172) (Shutdown) + Apple Watch SE (44mm) (2nd generation) (9A741884-DC69-4640-9E46-66E2431F3CFB) (Shutdown) + Apple Watch Series 9 (41mm) (E212054C-99FD-485E-AD19-44CEE6C04CDC) (Shutdown) + Apple Watch Series 9 (45mm) (DB28ED7B-A7C5-4E5F-87BE-4D57024A1907) (Shutdown) + Apple Watch Ultra 2 (49mm) (BB9D689F-6611-4078-914E-5F8235D646DC) (Shutdown) +== Device Pairs == +A41532B3-1315-48DB-8094-71F2B73D14A9 (active, disconnected) + Watch: Apple Watch Series 7 (45mm) (BE2C3A95-9D90-4DD1-B0DC-378D3CF7FE11) (Shutdown) + Phone: iPhone 15 (1A1B136F-8300-4783-9C26-595F9AB4C583) (Shutdown) +9121CB8E-6FCF-443E-81DE-16C8716ECDFF (active, disconnected) + Watch: Apple Watch Series 9 (41mm) (179C9521-7813-423B-A05D-252EECC3CDAA) (Shutdown) + Phone: iPhone 15 Plus (120202B1-5D44-414B-8600-EAF3152802A7) (Shutdown) +F1757F54-4B3A-40F7-B6D8-789A0CC9267F (active, disconnected) + Watch: Apple Watch Series 9 (45mm) (D66C40D9-7D9F-431B-91C4-DFC5F4456AFA) (Shutdown) + Phone: iPhone 15 Pro (FE526A58-FECD-47AE-8BF1-D9633DFF7589) (Shutdown) +66343E68-C632-43E1-A051-14ED4CBFA3DE (active, disconnected) + Watch: Apple Watch Ultra 2 (49mm) (2C6257C5-2BBD-4177-9CDD-5DCFAA7B2977) (Shutdown) + Phone: iPhone 15 Pro Max (8D9EE4F4-97FD-495B-8AC5-F2D2566D5F39) (Shutdown) +98547560-E449-4082-BBD4-31A5857E5D81 (active, disconnected) + Watch: Apple Watch Series 7 (45mm) (57698805-A43B-4E3C-8222-D2BCD7C774BD) (Shutdown) + Phone: iPhone 15 (038B36A4-F20D-4BC2-8A3B-2414ECAC8D27) (Shutdown) +3D1F4BE2-F265-4FB6-8FB2-E1B59B511DB4 (active, disconnected) + Watch: Apple Watch Series 9 (41mm) (E212054C-99FD-485E-AD19-44CEE6C04CDC) (Shutdown) + Phone: iPhone 15 Plus (205DF787-0F95-4B05-9881-1497400BD3C6) (Shutdown) +C5C3CC4A-D3F6-4A57-AFF2-6EBA00072D91 (active, disconnected) + Watch: Apple Watch Series 9 (45mm) (DB28ED7B-A7C5-4E5F-87BE-4D57024A1907) (Shutdown) + Phone: iPhone 15 Pro (8A007AF2-2839-405B-9FDD-2B73CC2C00F0) (Shutdown) +9201159A-B4A3-471D-A691-6140A37ED3FD (active, disconnected) + Watch: Apple Watch Ultra 2 (49mm) (BB9D689F-6611-4078-914E-5F8235D646DC) (Shutdown) + Phone: iPhone 15 Pro Max (89472A72-0D48-4573-85E9-C17DD467792F) (Shutdown) diff --git a/data/osx-xcode-15.1.x/stack_rev_id.txt b/data/osx-xcode-15.1.x/stack_rev_id.txt new file mode 100644 index 00000000..36e82773 --- /dev/null +++ b/data/osx-xcode-15.1.x/stack_rev_id.txt @@ -0,0 +1 @@ +v2023-12-12 diff --git a/data/osx-xcode-15.1.x/tools.json b/data/osx-xcode-15.1.x/tools.json new file mode 100644 index 00000000..297133e4 --- /dev/null +++ b/data/osx-xcode-15.1.x/tools.json @@ -0,0 +1,87 @@ +[ + { + "category": "tools", + "output": { + "items": [ + { + "name": "Git", + "category": "tools", + "version": "2.39.3", + "raw_output": "git version 2.39.3 (Apple Git-145)", + "executed_command": "git --version" + }, + { + "name": "Git LFS", + "category": "tools", + "version": "3.4.0", + "raw_output": "git-lfs/3.4.0 (GitHub; darwin arm64; go 1.20.6)", + "executed_command": "git-lfs version" + }, + { + "name": "GitHub CLI", + "category": "tools", + "version": "2.35.0", + "raw_output": "gh version 2.35.0 (2023-09-19)\nhttps://github.com/cli/cli/releases/tag/v2.35.0", + "executed_command": "gh --version" + }, + { + "name": "jq", + "category": "tools", + "version": "1.7", + "raw_output": "jq-1.7", + "executed_command": "jq --version" + }, + { + "name": "AWS CLI", + "category": "tools", + "version": "2.13.19", + "raw_output": "aws-cli/2.13.19 Python/3.11.5 Darwin/22.6.0 source/arm64 prompt/off", + "executed_command": "aws --version" + }, + { + "name": "Dart global packages", + "category": "tools", + "version": "", + "raw_output": "junitreport 2.0.2", + "executed_command": "dart pub global list" + }, + { + "name": "Mercurial", + "category": "tools", + "version": "6.5.2", + "raw_output": "Mercurial Distributed SCM (version 6.5.2)\n(see https://mercurial-scm.org for more information)\n\nCopyright (C) 2005-2023 Olivia Mackall and others\nThis is free software; see the source for copying conditions. There is NO\nwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.", + "executed_command": "hg version" + }, + { + "name": "Firebase", + "category": "tools", + "version": "12.5.4", + "raw_output": "12.5.4", + "executed_command": "firebase --version" + }, + { + "name": "OpenConnect", + "category": "tools", + "version": "9.12", + "raw_output": "OpenConnect version v9.12\nUsing GnuTLS 3.8.1. Features present: PKCS#11, RSA software token, HOTP software token, TOTP software token, Yubikey OATH, System keys, DTLS, ESP\nSupported protocols: anyconnect (default), nc, gp, pulse, f5, fortinet, array\nDefault vpnc-script (override with --script): /opt/homebrew/etc/vpnc/vpnc-script", + "executed_command": "openconnect --version" + }, + { + "name": "CMake", + "category": "tools", + "version": "3.27.5", + "raw_output": "cmake version 3.27.5\n\nCMake suite maintained and supported by Kitware (kitware.com/cmake).", + "executed_command": "cmake --version" + }, + { + "name": "OpenVPN", + "category": "tools", + "version": "2.6.6", + "raw_output": "OpenVPN 2.6.6 aarch64-apple-darwin22.4.0 [SSL (OpenSSL)] [LZO] [LZ4] [PKCS11] [MH/RECVDA] [AEAD]\nlibrary versions: OpenSSL 3.1.2 1 Aug 2023, LZO 2.10\nOriginally developed by James Yonan\nCopyright (C) 2002-2023 OpenVPN Inc \u003csales@openvpn.net\u003e\nCompile time defines: enable_async_push=no enable_comp_stub=no enable_crypto_ofb_cfb=yes enable_dco=no enable_debug=no enable_dependency_tracking=no enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown enable_fast_install=needless enable_fragment=yes enable_iproute2=no enable_libtool_lock=yes enable_lz4=yes enable_lzo=yes enable_management=yes enable_pam_dlopen=no enable_pedantic=no enable_pkcs11=yes enable_plugin_auth_pam=yes enable_plugin_down_root=yes enable_plugins=yes enable_port_share=yes enable_selinux=no enable_shared=yes enable_shared_with_static_runtimes=no enable_silent_rules=no enable_small=no enable_static=yes enable_strict=no enable_strict_options=no enable_systemd=no enable_werror=no enable_win32_dll=yes enable_wolfssl_options_h=yes enable_x509_alt_username=no with_aix_soname=aix with_crypto_library=openssl with_gnu_ld=no with_mem_check=no with_openssl_engine=auto with_sysroot=no", + "executed_command": "openvpn --version" + } + ], + "errors": null + } + } +]