Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

HTMLElementView Transform Overwritten #79519

Closed
felangel opened this issue Apr 1, 2021 · 6 comments
Closed

HTMLElementView Transform Overwritten #79519

felangel opened this issue Apr 1, 2021 · 6 comments
Labels
customer: booth e: web_canvaskit CanvasKit (a.k.a. Skia-on-WebGL) rendering backend for Web engine flutter/engine repository. See also e: labels. found in release: 2.0 Found to occur in 2.0 framework flutter/packages/flutter repository. See also f: labels. has reproducible steps The issue has been confirmed reproducible and is ready to work on P1 High-priority issues at the top of the work list platform-web Web applications specifically r: fixed Issue is closed as already fixed in a newer version

Comments

@felangel
Copy link
Contributor

felangel commented Apr 1, 2021

Steps to Reproduce

  1. Run example
    flutter run -d chrome --web-renderer canvaskit
  2. Allow Camera Permission in Browser
  3. Observe Video Stream is mirrored (style.transform = 'rotateY(180deg)')
  4. Hover cursor over Floating Action Button in bottom right corner
  5. Observe Video Stream is no longer mirrored (style.transform = 'none')

Expected results:

I would expect custom styles such as transform to remain applied.

Actual results:

Custom transform is overwritten by Flutter.

Logs
 flutter run -d chrome --verbose -t lib/html.dart --web-renderer canvaskit
[  +63 ms] executing: [/Users/felix/Development/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[  +35 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] 4d7946a68d26794349189cf21b3f68cc6fe61dcb
[        ] executing: [/Users/felix/Development/flutter/] git tag --points-at 4d7946a68d26794349189cf21b3f68cc6fe61dcb
[  +17 ms] Exit code 0 from: git tag --points-at 4d7946a68d26794349189cf21b3f68cc6fe61dcb
[        ] 2.0.3
[  +44 ms] executing: [/Users/felix/Development/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[  +13 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] origin/stable
[        ] executing: [/Users/felix/Development/flutter/] git ls-remote --get-url origin
[  +14 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] git@github.com:flutter/flutter.git
[  +50 ms] executing: [/Users/felix/Development/flutter/] git rev-parse --abbrev-ref HEAD
[  +13 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] stable
[   +4 ms] executing: sw_vers -productName
[  +12 ms] Exit code 0 from: sw_vers -productName
[        ] macOS
[        ] executing: sw_vers -productVersion
[  +12 ms] Exit code 0 from: sw_vers -productVersion
[        ] 11.2.2
[        ] executing: sw_vers -buildVersion
[  +13 ms] Exit code 0 from: sw_vers -buildVersion
[        ] 20D80
[   +5 ms] executing: sysctl hw.optional.arm64
[   +3 ms] Exit code 1 from: sysctl hw.optional.arm64
[        ] sysctl: unknown oid 'hw.optional.arm64'
[  +57 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[   +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +36 ms] executing: /Users/felix/Library/Android/sdk/platform-tools/adb devices -l
[   +5 ms] executing: /usr/bin/xcode-select --print-path
[   +4 ms] Exit code 0 from: /usr/bin/xcode-select --print-path
[        ] /Applications/Xcode.app/Contents/Developer
[   +4 ms] executing: sysctl hw.optional.arm64
[   +3 ms] Exit code 1 from: sysctl hw.optional.arm64
[        ] sysctl: unknown oid 'hw.optional.arm64'
[        ] executing: xcrun xcodebuild -version
[  +90 ms] Exit code 0 from: xcrun xcodebuild -version
[        ] Xcode 12.1
           Build version 12A7403
[   +2 ms] executing: xcrun xcdevice list --timeout 2
[   +3 ms] xcrun simctl list --json devices
[        ] executing: xcrun simctl list --json devices
[  +10 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[   +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +51 ms] executing: /Users/felix/Library/Android/sdk/platform-tools/adb devices -l
[        ] executing: xcrun xcdevice list --timeout 2
[        ] xcrun simctl list --json devices
[        ] executing: xcrun simctl list --json devices
[   +8 ms] Skipping pub get: version match.
[  +85 ms] Generating
/Users/felix/Development/playgrounds/flutter_playground/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant
.java
[ +109 ms] List of devices attached
[   +4 ms] List of devices attached
[  +59 ms] Launching lib/html.dart on Chrome in debug mode...
[  +94 ms] {
             "devices" : {
               "com.apple.CoreSimulator.SimRuntime.tvOS-13-2" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/243E69B7-7BFE-45A5-AF59-6BABF98C460B\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/243E69B7-7BFE-45A5-AF59-6BABF98C460B",
                   "udid" : "243E69B7-7BFE-45A5-AF59-6BABF98C460B",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/7A7BFE4D-46A4-4B1A-81AA-788827022977\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/7A7BFE4D-46A4-4B1A-81AA-788827022977",
                   "udid" : "7A7BFE4D-46A4-4B1A-81AA-788827022977",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/9349D13C-0CE5-4693-977F-BFE48B05CFC4\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/9349D13C-0CE5-4693-977F-BFE48B05CFC4",
                   "udid" : "9349D13C-0CE5-4693-977F-BFE48B05CFC4",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K (at 1080p)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.iOS-13-2" : [
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/5891C2BD-8FC9-41FD-9781-18FE88C3EDD1\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/5891C2BD-8FC9-41FD-9781-18FE88C3EDD1",
                   "udid" : "5891C2BD-8FC9-41FD-9781-18FE88C3EDD1",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                   "state" : "Shutdown",
                   "name" : "iPhone 8"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/B936186E-740A-4C81-B680-DC82AB907CC8\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/B936186E-740A-4C81-B680-DC82AB907CC8",
                   "udid" : "B936186E-740A-4C81-B680-DC82AB907CC8",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                   "state" : "Shutdown",
                   "name" : "iPhone 8 Plus"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/88DE54C7-C3D1-4C13-882D-677E6172587A\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/88DE54C7-C3D1-4C13-882D-677E6172587A",
                   "udid" : "88DE54C7-C3D1-4C13-882D-677E6172587A",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                   "state" : "Shutdown",
                   "name" : "iPhone 11"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/DEAA9CB8-F95F-4A04-B92B-F34DEB6B5CA2\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/DEAA9CB8-F95F-4A04-B92B-F34DEB6B5CA2",
                   "udid" : "DEAA9CB8-F95F-4A04-B92B-F34DEB6B5CA2",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/088C5C7A-0431-4D80-BDED-A4A901ECB53D\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/088C5C7A-0431-4D80-BDED-A4A901ECB53D",
                   "udid" : "088C5C7A-0431-4D80-BDED-A4A901ECB53D",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro Max"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/AA99FD8D-0EBF-4E80-BC21-15B4BBE7A9F1\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/AA99FD8D-0EBF-4E80-BC21-15B4BBE7A9F1",
                   "udid" : "AA99FD8D-0EBF-4E80-BC21-15B4BBE7A9F1",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (9.7-inch)"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/1D27A225-8B58-4380-9BAE-1C952052DA61\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/1D27A225-8B58-4380-9BAE-1C952052DA61",
                   "udid" : "1D27A225-8B58-4380-9BAE-1C952052DA61",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad (7th generation)"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/DF261734-3D25-4A38-8F1A-45B647457C5B\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/DF261734-3D25-4A38-8F1A-45B647457C5B",
                   "udid" : "DF261734-3D25-4A38-8F1A-45B647457C5B",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (11-inch)"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/E0992F7E-7E77-4DDC-8145-AC8133F53889\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/E0992F7E-7E77-4DDC-8145-AC8133F53889",
                   "udid" : "E0992F7E-7E77-4DDC-8145-AC8133F53889",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---3rd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (12.9-inch) (3rd generation)"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/6A66D6B4-9A3B-40FA-B160-6E3B8835CE13\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/6A66D6B4-9A3B-40FA-B160-6E3B8835CE13",
                   "udid" : "6A66D6B4-9A3B-40FA-B160-6E3B8835CE13",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Air (3rd generation)"
                 },
                 {
                   "availabilityError" : "device type profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/F82741D5-5AC5-4AC4-9B3D-C454949B2A83\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/F82741D5-5AC5-4AC4-9B3D-C454949B2A83",
                   "udid" : "F82741D5-5AC5-4AC4-9B3D-C454949B2A83",
                   "isAvailable" : false,
                   "state" : "Shutdown",
                   "name" : "iPad Pro (11-inch) (1st generation)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.tvOS-13-3" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/449E6CF3-8841-4EF5-AC17-2C5F7AF94E77\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/449E6CF3-8841-4EF5-AC17-2C5F7AF94E77",
                   "udid" : "449E6CF3-8841-4EF5-AC17-2C5F7AF94E77",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/AD537DFF-BB26-4D12-A8D4-EDA5A1DEB160\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/AD537DFF-BB26-4D12-A8D4-EDA5A1DEB160",
                   "udid" : "AD537DFF-BB26-4D12-A8D4-EDA5A1DEB160",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/6EB28894-F6D1-46B5-88C2-6A1576C2AFE4\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/6EB28894-F6D1-46B5-88C2-6A1576C2AFE4",
                   "udid" : "6EB28894-F6D1-46B5-88C2-6A1576C2AFE4",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K (at 1080p)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.iOS-13-3" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/3B466ED0-2768-4F95-95B6-0011771CF53C\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/3B466ED0-2768-4F95-95B6-0011771CF53C",
                   "udid" : "3B466ED0-2768-4F95-95B6-0011771CF53C",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE",
                   "state" : "Shutdown",
                   "name" : "iPhone SE"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/BDF85587-9DDA-4D67-836C-5CE8055A7140\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/BDF85587-9DDA-4D67-836C-5CE8055A7140",
                   "udid" : "BDF85587-9DDA-4D67-836C-5CE8055A7140",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-7",
                   "state" : "Shutdown",
                   "name" : "iPhone 7"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/90AF5516-3398-4ED8-9B2E-9462F77D4E4F\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/90AF5516-3398-4ED8-9B2E-9462F77D4E4F",
                   "udid" : "90AF5516-3398-4ED8-9B2E-9462F77D4E4F",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                   "state" : "Shutdown",
                   "name" : "iPhone 8"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/B7FD1ACF-171D-47F1-B907-7FFDDBD05E6B\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/B7FD1ACF-171D-47F1-B907-7FFDDBD05E6B",
                   "udid" : "B7FD1ACF-171D-47F1-B907-7FFDDBD05E6B",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                   "state" : "Shutdown",
                   "name" : "iPhone 8 Plus"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/211D8A51-7B3A-4024-B515-D84F67A6690A\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/211D8A51-7B3A-4024-B515-D84F67A6690A",
                   "udid" : "211D8A51-7B3A-4024-B515-D84F67A6690A",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-X",
                   "state" : "Shutdown",
                   "name" : "iPhone X"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/AF1A21B0-D247-4BC7-A31A-0C8395364DEF\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/AF1A21B0-D247-4BC7-A31A-0C8395364DEF",
                   "udid" : "AF1A21B0-D247-4BC7-A31A-0C8395364DEF",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                   "state" : "Shutdown",
                   "name" : "iPhone 11"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/A04843A3-04FF-4068-9833-CC8617DE28D8\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/A04843A3-04FF-4068-9833-CC8617DE28D8",
                   "udid" : "A04843A3-04FF-4068-9833-CC8617DE28D8",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/110EF57B-C076-4CF6-976B-C66041B15B15\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/110EF57B-C076-4CF6-976B-C66041B15B15",
                   "udid" : "110EF57B-C076-4CF6-976B-C66041B15B15",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro Max"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/E60D0D8E-D86E-4E05-BBA3-360FC9ED703E\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/E60D0D8E-D86E-4E05-BBA3-360FC9ED703E",
                   "udid" : "E60D0D8E-D86E-4E05-BBA3-360FC9ED703E",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (9.7-inch)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/A44D41EF-2CFE-4700-8C40-A2C1BC272208\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/A44D41EF-2CFE-4700-8C40-A2C1BC272208",
                   "udid" : "A44D41EF-2CFE-4700-8C40-A2C1BC272208",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad (7th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/35FF71C1-4008-4A2B-9318-83C00F0FAB04\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/35FF71C1-4008-4A2B-9318-83C00F0FAB04",
                   "udid" : "35FF71C1-4008-4A2B-9318-83C00F0FAB04",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (11-inch)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/EFA9BB90-2387-4892-8A0F-304037ACAD40\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/EFA9BB90-2387-4892-8A0F-304037ACAD40",
                   "udid" : "EFA9BB90-2387-4892-8A0F-304037ACAD40",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---3rd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (12.9-inch) (3rd generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/B2DB65C5-AB9F-4DBB-8FC4-88ED8C08B689\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/B2DB65C5-AB9F-4DBB-8FC4-88ED8C08B689",
                   "udid" : "B2DB65C5-AB9F-4DBB-8FC4-88ED8C08B689",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Air (3rd generation)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.watchOS-7-0" : [
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/2B79CA73-CE05-4709-983B-AA436F701845\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/2B79CA73-CE05-4709-983B-AA436F701845",
                   "udid" : "2B79CA73-CE05-4709-983B-AA436F701845",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 40mm"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/4F5CAF69-3BE4-434A-9B7C-51417B981A10\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/4F5CAF69-3BE4-434A-9B7C-51417B981A10",
                   "udid" : "4F5CAF69-3BE4-434A-9B7C-51417B981A10",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 44mm"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/79065A5E-DC30-4EBB-8A01-E1D366398CE1\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/79065A5E-DC30-4EBB-8A01-E1D366398CE1",
                   "udid" : "79065A5E-DC30-4EBB-8A01-E1D366398CE1",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 6 - 40mm"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/BF049CAA-9380-47B0-8875-D830B1ED1FB1\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/BF049CAA-9380-47B0-8875-D830B1ED1FB1",
                   "udid" : "BF049CAA-9380-47B0-8875-D830B1ED1FB1",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 6 - 44mm"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.iOS-13-4" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/18361134-83C6-46A2-9506-169521F10DD5\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/18361134-83C6-46A2-9506-169521F10DD5",
                   "udid" : "18361134-83C6-46A2-9506-169521F10DD5",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE",
                   "state" : "Shutdown",
                   "name" : "iPhone SE"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/6EFB843B-D7DC-4F34-870B-ADA2D12315A2\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/6EFB843B-D7DC-4F34-870B-ADA2D12315A2",
                   "udid" : "6EFB843B-D7DC-4F34-870B-ADA2D12315A2",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                   "state" : "Shutdown",
                   "name" : "iPhone 8"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/D9AA32F5-68D6-4765-AB60-99F61559D40B\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/D9AA32F5-68D6-4765-AB60-99F61559D40B",
                   "udid" : "D9AA32F5-68D6-4765-AB60-99F61559D40B",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                   "state" : "Shutdown",
                   "name" : "iPhone 8 Plus"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/92BCB9B3-1B3F-49E5-9BF4-E62EDBB950CB\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/92BCB9B3-1B3F-49E5-9BF4-E62EDBB950CB",
                   "udid" : "92BCB9B3-1B3F-49E5-9BF4-E62EDBB950CB",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-X",
                   "state" : "Shutdown",
                   "name" : "iPhone X"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/C5B2B420-AEAC-4F70-AA4D-DDABF0CF6D04\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/C5B2B420-AEAC-4F70-AA4D-DDABF0CF6D04",
                   "udid" : "C5B2B420-AEAC-4F70-AA4D-DDABF0CF6D04",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                   "state" : "Shutdown",
                   "name" : "iPhone 11"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/DF41F2FA-5398-4EE4-B717-AB78CDB7BDEF\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/DF41F2FA-5398-4EE4-B717-AB78CDB7BDEF",
                   "udid" : "DF41F2FA-5398-4EE4-B717-AB78CDB7BDEF",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/F9C06CDD-DB6B-43B6-B533-E713CA5E4570\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/F9C06CDD-DB6B-43B6-B533-E713CA5E4570",
                   "udid" : "F9C06CDD-DB6B-43B6-B533-E713CA5E4570",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro Max"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/6E6FB850-AC01-4A1D-812F-C2FCB511061A\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/6E6FB850-AC01-4A1D-812F-C2FCB511061A",
                   "udid" : "6E6FB850-AC01-4A1D-812F-C2FCB511061A",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (9.7-inch)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/6122940C-17E1-42C3-86B9-7F750014FCC5\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/6122940C-17E1-42C3-86B9-7F750014FCC5",
                   "udid" : "6122940C-17E1-42C3-86B9-7F750014FCC5",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad (7th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/57FE856A-15E6-4258-85D7-98BC567A4463\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/57FE856A-15E6-4258-85D7-98BC567A4463",
                   "udid" : "57FE856A-15E6-4258-85D7-98BC567A4463",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (11-inch) (2nd generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/32C1D1DD-85A7-4F74-9327-2AF12F4C43FC\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/32C1D1DD-85A7-4F74-9327-2AF12F4C43FC",
                   "udid" : "32C1D1DD-85A7-4F74-9327-2AF12F4C43FC",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (12.9-inch) (4th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/E1A233B4-44AB-4831-9B77-B163DC0387B7\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/E1A233B4-44AB-4831-9B77-B163DC0387B7",
                   "udid" : "E1A233B4-44AB-4831-9B77-B163DC0387B7",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Air (3rd generation)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.tvOS-13-4" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/06C066A4-338C-4D64-B338-8135BF14674A\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/06C066A4-338C-4D64-B338-8135BF14674A",
                   "udid" : "06C066A4-338C-4D64-B338-8135BF14674A",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/9EA1AACC-DDF5-4E05-BEFA-FB565EE1D65E\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/9EA1AACC-DDF5-4E05-BEFA-FB565EE1D65E",
                   "udid" : "9EA1AACC-DDF5-4E05-BEFA-FB565EE1D65E",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/7DCD9D74-62DF-4AB0-AD3A-C6625B539D9E\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/7DCD9D74-62DF-4AB0-AD3A-C6625B539D9E",
                   "udid" : "7DCD9D74-62DF-4AB0-AD3A-C6625B539D9E",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K (at 1080p)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.watchOS-6-1" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/862611C6-D609-4F5C-8A47-3F638885AF50\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/862611C6-D609-4F5C-8A47-3F638885AF50",
                   "udid" : "862611C6-D609-4F5C-8A47-3F638885AF50",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 4 - 40mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/E721359B-8D0D-401A-9D64-72C5D62748D7\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/E721359B-8D0D-401A-9D64-72C5D62748D7",
                   "udid" : "E721359B-8D0D-401A-9D64-72C5D62748D7",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 4 - 44mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/672FAC46-3CEA-4438-A788-FC4054CC7E98\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/672FAC46-3CEA-4438-A788-FC4054CC7E98",
                   "udid" : "672FAC46-3CEA-4438-A788-FC4054CC7E98",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 40mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/7A956634-45EA-4E01-8F25-A365DF2BDF39\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/7A956634-45EA-4E01-8F25-A365DF2BDF39",
                   "udid" : "7A956634-45EA-4E01-8F25-A365DF2BDF39",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 44mm"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.iOS-13-5" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/76B0BA81-DC27-4465-847A-B598760B0465\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/76B0BA81-DC27-4465-847A-B598760B0465",
                   "udid" : "76B0BA81-DC27-4465-847A-B598760B0465",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                   "state" : "Shutdown",
                   "name" : "iPhone 8"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/7B93D51F-564E-4F38-B9BB-93CDBA99BCD0\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/7B93D51F-564E-4F38-B9BB-93CDBA99BCD0",
                   "udid" : "7B93D51F-564E-4F38-B9BB-93CDBA99BCD0",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                   "state" : "Shutdown",
                   "name" : "iPhone 8 Plus"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/C69207E4-FC51-4997-A5C0-7DA9302572C7\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/C69207E4-FC51-4997-A5C0-7DA9302572C7",
                   "udid" : "C69207E4-FC51-4997-A5C0-7DA9302572C7",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                   "state" : "Shutdown",
                   "name" : "iPhone 11"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/86B53922-9697-4020-A108-615807A90743\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/86B53922-9697-4020-A108-615807A90743",
                   "udid" : "86B53922-9697-4020-A108-615807A90743",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/F6190B3B-F285-49AA-8577-C35C78ED76AB\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/F6190B3B-F285-49AA-8577-C35C78ED76AB",
                   "udid" : "F6190B3B-F285-49AA-8577-C35C78ED76AB",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro Max"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/D45C62BE-C224-4503-B69B-4BD47D953ED3\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/D45C62BE-C224-4503-B69B-4BD47D953ED3",
                   "udid" : "D45C62BE-C224-4503-B69B-4BD47D953ED3",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPhone SE (2nd generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/76E55B5C-B69E-4970-87B3-A8D178800A5D\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/76E55B5C-B69E-4970-87B3-A8D178800A5D",
                   "udid" : "76E55B5C-B69E-4970-87B3-A8D178800A5D",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (9.7-inch)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/AEB84449-911E-485D-AFBA-B8CCFA2D4586\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/AEB84449-911E-485D-AFBA-B8CCFA2D4586",
                   "udid" : "AEB84449-911E-485D-AFBA-B8CCFA2D4586",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad (7th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/95CACDF0-36BB-4D86-846B-93F52C47D432\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/95CACDF0-36BB-4D86-846B-93F52C47D432",
                   "udid" : "95CACDF0-36BB-4D86-846B-93F52C47D432",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (11-inch) (2nd generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/17409058-654A-4E4B-80AB-4F36B7DC116C\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/17409058-654A-4E4B-80AB-4F36B7DC116C",
                   "udid" : "17409058-654A-4E4B-80AB-4F36B7DC116C",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (12.9-inch) (4th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/EAEB739E-94A6-4DB3-9F5B-2B7C584E682A\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/EAEB739E-94A6-4DB3-9F5B-2B7C584E682A",
                   "udid" : "EAEB739E-94A6-4DB3-9F5B-2B7C584E682A",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Air (3rd generation)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.iOS-13-6" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/489B8896-7FF9-4905-896E-44C9ACF3BA65\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/489B8896-7FF9-4905-896E-44C9ACF3BA65",
                   "udid" : "489B8896-7FF9-4905-896E-44C9ACF3BA65",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                   "state" : "Shutdown",
                   "name" : "iPhone 8"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/52EC0DA5-106C-4059-B663-A366E83E7E50\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/52EC0DA5-106C-4059-B663-A366E83E7E50",
                   "udid" : "52EC0DA5-106C-4059-B663-A366E83E7E50",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                   "state" : "Shutdown",
                   "name" : "iPhone 8 Plus"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/7A76FEA0-BDDB-4935-8AC7-82D8C69A8B8F\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/7A76FEA0-BDDB-4935-8AC7-82D8C69A8B8F",
                   "udid" : "7A76FEA0-BDDB-4935-8AC7-82D8C69A8B8F",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                   "state" : "Shutdown",
                   "name" : "iPhone 11"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/10F3630F-4738-437B-B442-B390DA0FE0D5\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/10F3630F-4738-437B-B442-B390DA0FE0D5",
                   "udid" : "10F3630F-4738-437B-B442-B390DA0FE0D5",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/67265813-5BEF-40A7-A956-C843266BBDE3\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/67265813-5BEF-40A7-A956-C843266BBDE3",
                   "udid" : "67265813-5BEF-40A7-A956-C843266BBDE3",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro Max"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/964E9853-12FC-4B1B-A01E-1DE61C789DC5\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/964E9853-12FC-4B1B-A01E-1DE61C789DC5",
                   "udid" : "964E9853-12FC-4B1B-A01E-1DE61C789DC5",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPhone SE (2nd generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/F428EE98-9DD5-45E7-8864-1CE46E5920B8\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/F428EE98-9DD5-45E7-8864-1CE46E5920B8",
                   "udid" : "F428EE98-9DD5-45E7-8864-1CE46E5920B8",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (9.7-inch)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/E9204299-0ABE-41FE-BCB8-0FFBB1559A01\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/E9204299-0ABE-41FE-BCB8-0FFBB1559A01",
                   "udid" : "E9204299-0ABE-41FE-BCB8-0FFBB1559A01",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad (7th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/BB58C87B-3AD2-4BED-91F6-F4C9DC83B91B\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/BB58C87B-3AD2-4BED-91F6-F4C9DC83B91B",
                   "udid" : "BB58C87B-3AD2-4BED-91F6-F4C9DC83B91B",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (11-inch) (2nd generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/A2E4538B-E3CC-4653-B2F9-FEEDD589E18C\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/A2E4538B-E3CC-4653-B2F9-FEEDD589E18C",
                   "udid" : "A2E4538B-E3CC-4653-B2F9-FEEDD589E18C",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (12.9-inch) (4th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/4F397F41-CF4B-4028-933D-C56DBAE7BA75\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/4F397F41-CF4B-4028-933D-C56DBAE7BA75",
                   "udid" : "4F397F41-CF4B-4028-933D-C56DBAE7BA75",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Air (3rd generation)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.iOS-14-1" : [
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/F0554C85-991B-477F-B672-5FD666E90BDD\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/F0554C85-991B-477F-B672-5FD666E90BDD",
                   "udid" : "F0554C85-991B-477F-B672-5FD666E90BDD",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                   "state" : "Shutdown",
                   "name" : "iPhone 8"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/6D3A8711-D586-4049-A426-8CD6135BD4E0\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/6D3A8711-D586-4049-A426-8CD6135BD4E0",
                   "udid" : "6D3A8711-D586-4049-A426-8CD6135BD4E0",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                   "state" : "Shutdown",
                   "name" : "iPhone 8 Plus"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/E90C1409-69DD-46E5-848B-9BAD317E477A\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/E90C1409-69DD-46E5-848B-9BAD317E477A",
                   "udid" : "E90C1409-69DD-46E5-848B-9BAD317E477A",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                   "state" : "Shutdown",
                   "name" : "iPhone 11"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/868DC50A-054E-4CBA-AB3E-FA42E7B6B213\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/868DC50A-054E-4CBA-AB3E-FA42E7B6B213",
                   "udid" : "868DC50A-054E-4CBA-AB3E-FA42E7B6B213",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/59F149F0-2008-4721-9D7D-77FCDDE21234\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/59F149F0-2008-4721-9D7D-77FCDDE21234",
                   "udid" : "59F149F0-2008-4721-9D7D-77FCDDE21234",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro Max"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/7ADA640B-78DB-40D1-9D44-8019A843EC33\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/7ADA640B-78DB-40D1-9D44-8019A843EC33",
                   "udid" : "7ADA640B-78DB-40D1-9D44-8019A843EC33",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPhone SE (2nd generation)"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/5DC773C4-7E37-42B0-8E93-A9827C7ED432\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/5DC773C4-7E37-42B0-8E93-A9827C7ED432",
                   "udid" : "5DC773C4-7E37-42B0-8E93-A9827C7ED432",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 mini"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/509DC9DE-34D4-49BC-8DBF-1B731A9B6FDE\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/509DC9DE-34D4-49BC-8DBF-1B731A9B6FDE",
                   "udid" : "509DC9DE-34D4-49BC-8DBF-1B731A9B6FDE",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12",
                   "state" : "Shutdown",
                   "name" : "iPhone 12"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/B75CF24B-9D7D-4E62-BFFC-6990137D5131\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/B75CF24B-9D7D-4E62-BFFC-6990137D5131",
                   "udid" : "B75CF24B-9D7D-4E62-BFFC-6990137D5131",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 Pro"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/52FBB3ED-29E2-4A38-AD2B-06F89C4371E7\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/52FBB3ED-29E2-4A38-AD2B-06F89C4371E7",
                   "udid" : "52FBB3ED-29E2-4A38-AD2B-06F89C4371E7",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 Pro Max"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/33D3D206-FF3B-4138-9829-5C966569D07A\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/33D3D206-FF3B-4138-9829-5C966569D07A",
                   "udid" : "33D3D206-FF3B-4138-9829-5C966569D07A",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPod touch (7th generation)"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/E4525F15-6694-43D5-B66E-A49210CB112E\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/E4525F15-6694-43D5-B66E-A49210CB112E",
                   "udid" : "E4525F15-6694-43D5-B66E-A49210CB112E",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (9.7-inch)"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/CA10560A-71B7-4FE7-950E-05F5C1D74104\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/CA10560A-71B7-4FE7-950E-05F5C1D74104",
                   "udid" : "CA10560A-71B7-4FE7-950E-05F5C1D74104",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (11-inch) (2nd generation)"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/0603527B-3BB7-40DE-ACE3-DFBA878C67B3\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/0603527B-3BB7-40DE-ACE3-DFBA878C67B3",
                   "udid" : "0603527B-3BB7-40DE-ACE3-DFBA878C67B3",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (12.9-inch) (4th generation)"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/B7876594-9FDD-4DB8-8D38-F3DEEFB3F434\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/B7876594-9FDD-4DB8-8D38-F3DEEFB3F434",
                   "udid" : "B7876594-9FDD-4DB8-8D38-F3DEEFB3F434",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad (8th generation)"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/D630837F-DA86-40D6-8F63-1609A89F6B46\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/D630837F-DA86-40D6-8F63-1609A89F6B46",
                   "udid" : "D630837F-DA86-40D6-8F63-1609A89F6B46",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Air (4th generation)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.watchOS-6-2" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/4B6780B0-74BA-473F-BF12-6423855F8340\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/4B6780B0-74BA-473F-BF12-6423855F8340",
                   "udid" : "4B6780B0-74BA-473F-BF12-6423855F8340",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 4 - 40mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/33935524-B158-41D5-AB47-29B3FD7E505E\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/33935524-B158-41D5-AB47-29B3FD7E505E",
                   "udid" : "33935524-B158-41D5-AB47-29B3FD7E505E",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 4 - 44mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/D4612E3C-0B61-4150-B966-8FC30923F1FA\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/D4612E3C-0B61-4150-B966-8FC30923F1FA",
                   "udid" : "D4612E3C-0B61-4150-B966-8FC30923F1FA",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 40mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/461EFB3F-B8A3-468E-9AF1-2BD6B4BAC723\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/461EFB3F-B8A3-468E-9AF1-2BD6B4BAC723",
                   "udid" : "461EFB3F-B8A3-468E-9AF1-2BD6B4BAC723",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 44mm"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.tvOS-14-0" : [
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/6C781936-B73E-4565-9209-73AA4176A57B\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/6C781936-B73E-4565-9209-73AA4176A57B",
                   "udid" : "6C781936-B73E-4565-9209-73AA4176A57B",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/5E80E7D3-3FC9-41CE-BC21-96081481676F\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/5E80E7D3-3FC9-41CE-BC21-96081481676F",
                   "udid" : "5E80E7D3-3FC9-41CE-BC21-96081481676F",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/16374370-4502-4790-BBFE-B19CB2BD7C7F\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/16374370-4502-4790-BBFE-B19CB2BD7C7F",
                   "udid" : "16374370-4502-4790-BBFE-B19CB2BD7C7F",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K (at 1080p)"
                 }
               ]
             }
           }
[  +26 ms] {
             "devices" : {
               "com.apple.CoreSimulator.SimRuntime.tvOS-13-2" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/243E69B7-7BFE-45A5-AF59-6BABF98C460B\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/243E69B7-7BFE-45A5-AF59-6BABF98C460B",
                   "udid" : "243E69B7-7BFE-45A5-AF59-6BABF98C460B",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/7A7BFE4D-46A4-4B1A-81AA-788827022977\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/7A7BFE4D-46A4-4B1A-81AA-788827022977",
                   "udid" : "7A7BFE4D-46A4-4B1A-81AA-788827022977",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/9349D13C-0CE5-4693-977F-BFE48B05CFC4\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/9349D13C-0CE5-4693-977F-BFE48B05CFC4",
                   "udid" : "9349D13C-0CE5-4693-977F-BFE48B05CFC4",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K (at 1080p)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.iOS-13-2" : [
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/5891C2BD-8FC9-41FD-9781-18FE88C3EDD1\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/5891C2BD-8FC9-41FD-9781-18FE88C3EDD1",
                   "udid" : "5891C2BD-8FC9-41FD-9781-18FE88C3EDD1",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                   "state" : "Shutdown",
                   "name" : "iPhone 8"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/B936186E-740A-4C81-B680-DC82AB907CC8\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/B936186E-740A-4C81-B680-DC82AB907CC8",
                   "udid" : "B936186E-740A-4C81-B680-DC82AB907CC8",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                   "state" : "Shutdown",
                   "name" : "iPhone 8 Plus"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/88DE54C7-C3D1-4C13-882D-677E6172587A\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/88DE54C7-C3D1-4C13-882D-677E6172587A",
                   "udid" : "88DE54C7-C3D1-4C13-882D-677E6172587A",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                   "state" : "Shutdown",
                   "name" : "iPhone 11"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/DEAA9CB8-F95F-4A04-B92B-F34DEB6B5CA2\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/DEAA9CB8-F95F-4A04-B92B-F34DEB6B5CA2",
                   "udid" : "DEAA9CB8-F95F-4A04-B92B-F34DEB6B5CA2",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/088C5C7A-0431-4D80-BDED-A4A901ECB53D\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/088C5C7A-0431-4D80-BDED-A4A901ECB53D",
                   "udid" : "088C5C7A-0431-4D80-BDED-A4A901ECB53D",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro Max"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/AA99FD8D-0EBF-4E80-BC21-15B4BBE7A9F1\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/AA99FD8D-0EBF-4E80-BC21-15B4BBE7A9F1",
                   "udid" : "AA99FD8D-0EBF-4E80-BC21-15B4BBE7A9F1",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (9.7-inch)"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/1D27A225-8B58-4380-9BAE-1C952052DA61\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/1D27A225-8B58-4380-9BAE-1C952052DA61",
                   "udid" : "1D27A225-8B58-4380-9BAE-1C952052DA61",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad (7th generation)"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/DF261734-3D25-4A38-8F1A-45B647457C5B\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/DF261734-3D25-4A38-8F1A-45B647457C5B",
                   "udid" : "DF261734-3D25-4A38-8F1A-45B647457C5B",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (11-inch)"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/E0992F7E-7E77-4DDC-8145-AC8133F53889\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/E0992F7E-7E77-4DDC-8145-AC8133F53889",
                   "udid" : "E0992F7E-7E77-4DDC-8145-AC8133F53889",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---3rd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (12.9-inch) (3rd generation)"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/6A66D6B4-9A3B-40FA-B160-6E3B8835CE13\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/6A66D6B4-9A3B-40FA-B160-6E3B8835CE13",
                   "udid" : "6A66D6B4-9A3B-40FA-B160-6E3B8835CE13",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Air (3rd generation)"
                 },
                 {
                   "availabilityError" : "device type profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/F82741D5-5AC5-4AC4-9B3D-C454949B2A83\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/F82741D5-5AC5-4AC4-9B3D-C454949B2A83",
                   "udid" : "F82741D5-5AC5-4AC4-9B3D-C454949B2A83",
                   "isAvailable" : false,
                   "state" : "Shutdown",
                   "name" : "iPad Pro (11-inch) (1st generation)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.tvOS-13-3" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/449E6CF3-8841-4EF5-AC17-2C5F7AF94E77\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/449E6CF3-8841-4EF5-AC17-2C5F7AF94E77",
                   "udid" : "449E6CF3-8841-4EF5-AC17-2C5F7AF94E77",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/AD537DFF-BB26-4D12-A8D4-EDA5A1DEB160\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/AD537DFF-BB26-4D12-A8D4-EDA5A1DEB160",
                   "udid" : "AD537DFF-BB26-4D12-A8D4-EDA5A1DEB160",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/6EB28894-F6D1-46B5-88C2-6A1576C2AFE4\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/6EB28894-F6D1-46B5-88C2-6A1576C2AFE4",
                   "udid" : "6EB28894-F6D1-46B5-88C2-6A1576C2AFE4",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K (at 1080p)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.iOS-13-3" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/3B466ED0-2768-4F95-95B6-0011771CF53C\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/3B466ED0-2768-4F95-95B6-0011771CF53C",
                   "udid" : "3B466ED0-2768-4F95-95B6-0011771CF53C",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE",
                   "state" : "Shutdown",
                   "name" : "iPhone SE"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/BDF85587-9DDA-4D67-836C-5CE8055A7140\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/BDF85587-9DDA-4D67-836C-5CE8055A7140",
                   "udid" : "BDF85587-9DDA-4D67-836C-5CE8055A7140",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-7",
                   "state" : "Shutdown",
                   "name" : "iPhone 7"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/90AF5516-3398-4ED8-9B2E-9462F77D4E4F\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/90AF5516-3398-4ED8-9B2E-9462F77D4E4F",
                   "udid" : "90AF5516-3398-4ED8-9B2E-9462F77D4E4F",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                   "state" : "Shutdown",
                   "name" : "iPhone 8"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/B7FD1ACF-171D-47F1-B907-7FFDDBD05E6B\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/B7FD1ACF-171D-47F1-B907-7FFDDBD05E6B",
                   "udid" : "B7FD1ACF-171D-47F1-B907-7FFDDBD05E6B",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                   "state" : "Shutdown",
                   "name" : "iPhone 8 Plus"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/211D8A51-7B3A-4024-B515-D84F67A6690A\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/211D8A51-7B3A-4024-B515-D84F67A6690A",
                   "udid" : "211D8A51-7B3A-4024-B515-D84F67A6690A",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-X",
                   "state" : "Shutdown",
                   "name" : "iPhone X"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/AF1A21B0-D247-4BC7-A31A-0C8395364DEF\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/AF1A21B0-D247-4BC7-A31A-0C8395364DEF",
                   "udid" : "AF1A21B0-D247-4BC7-A31A-0C8395364DEF",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                   "state" : "Shutdown",
                   "name" : "iPhone 11"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/A04843A3-04FF-4068-9833-CC8617DE28D8\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/A04843A3-04FF-4068-9833-CC8617DE28D8",
                   "udid" : "A04843A3-04FF-4068-9833-CC8617DE28D8",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/110EF57B-C076-4CF6-976B-C66041B15B15\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/110EF57B-C076-4CF6-976B-C66041B15B15",
                   "udid" : "110EF57B-C076-4CF6-976B-C66041B15B15",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro Max"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/E60D0D8E-D86E-4E05-BBA3-360FC9ED703E\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/E60D0D8E-D86E-4E05-BBA3-360FC9ED703E",
                   "udid" : "E60D0D8E-D86E-4E05-BBA3-360FC9ED703E",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (9.7-inch)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/A44D41EF-2CFE-4700-8C40-A2C1BC272208\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/A44D41EF-2CFE-4700-8C40-A2C1BC272208",
                   "udid" : "A44D41EF-2CFE-4700-8C40-A2C1BC272208",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad (7th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/35FF71C1-4008-4A2B-9318-83C00F0FAB04\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/35FF71C1-4008-4A2B-9318-83C00F0FAB04",
                   "udid" : "35FF71C1-4008-4A2B-9318-83C00F0FAB04",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (11-inch)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/EFA9BB90-2387-4892-8A0F-304037ACAD40\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/EFA9BB90-2387-4892-8A0F-304037ACAD40",
                   "udid" : "EFA9BB90-2387-4892-8A0F-304037ACAD40",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---3rd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (12.9-inch) (3rd generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/B2DB65C5-AB9F-4DBB-8FC4-88ED8C08B689\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/B2DB65C5-AB9F-4DBB-8FC4-88ED8C08B689",
                   "udid" : "B2DB65C5-AB9F-4DBB-8FC4-88ED8C08B689",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Air (3rd generation)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.watchOS-7-0" : [
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/2B79CA73-CE05-4709-983B-AA436F701845\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/2B79CA73-CE05-4709-983B-AA436F701845",
                   "udid" : "2B79CA73-CE05-4709-983B-AA436F701845",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 40mm"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/4F5CAF69-3BE4-434A-9B7C-51417B981A10\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/4F5CAF69-3BE4-434A-9B7C-51417B981A10",
                   "udid" : "4F5CAF69-3BE4-434A-9B7C-51417B981A10",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 44mm"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/79065A5E-DC30-4EBB-8A01-E1D366398CE1\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/79065A5E-DC30-4EBB-8A01-E1D366398CE1",
                   "udid" : "79065A5E-DC30-4EBB-8A01-E1D366398CE1",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 6 - 40mm"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/BF049CAA-9380-47B0-8875-D830B1ED1FB1\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/BF049CAA-9380-47B0-8875-D830B1ED1FB1",
                   "udid" : "BF049CAA-9380-47B0-8875-D830B1ED1FB1",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 6 - 44mm"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.iOS-13-4" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/18361134-83C6-46A2-9506-169521F10DD5\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/18361134-83C6-46A2-9506-169521F10DD5",
                   "udid" : "18361134-83C6-46A2-9506-169521F10DD5",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE",
                   "state" : "Shutdown",
                   "name" : "iPhone SE"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/6EFB843B-D7DC-4F34-870B-ADA2D12315A2\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/6EFB843B-D7DC-4F34-870B-ADA2D12315A2",
                   "udid" : "6EFB843B-D7DC-4F34-870B-ADA2D12315A2",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                   "state" : "Shutdown",
                   "name" : "iPhone 8"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/D9AA32F5-68D6-4765-AB60-99F61559D40B\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/D9AA32F5-68D6-4765-AB60-99F61559D40B",
                   "udid" : "D9AA32F5-68D6-4765-AB60-99F61559D40B",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                   "state" : "Shutdown",
                   "name" : "iPhone 8 Plus"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/92BCB9B3-1B3F-49E5-9BF4-E62EDBB950CB\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/92BCB9B3-1B3F-49E5-9BF4-E62EDBB950CB",
                   "udid" : "92BCB9B3-1B3F-49E5-9BF4-E62EDBB950CB",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-X",
                   "state" : "Shutdown",
                   "name" : "iPhone X"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/C5B2B420-AEAC-4F70-AA4D-DDABF0CF6D04\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/C5B2B420-AEAC-4F70-AA4D-DDABF0CF6D04",
                   "udid" : "C5B2B420-AEAC-4F70-AA4D-DDABF0CF6D04",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                   "state" : "Shutdown",
                   "name" : "iPhone 11"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/DF41F2FA-5398-4EE4-B717-AB78CDB7BDEF\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/DF41F2FA-5398-4EE4-B717-AB78CDB7BDEF",
                   "udid" : "DF41F2FA-5398-4EE4-B717-AB78CDB7BDEF",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/F9C06CDD-DB6B-43B6-B533-E713CA5E4570\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/F9C06CDD-DB6B-43B6-B533-E713CA5E4570",
                   "udid" : "F9C06CDD-DB6B-43B6-B533-E713CA5E4570",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro Max"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/6E6FB850-AC01-4A1D-812F-C2FCB511061A\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/6E6FB850-AC01-4A1D-812F-C2FCB511061A",
                   "udid" : "6E6FB850-AC01-4A1D-812F-C2FCB511061A",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (9.7-inch)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/6122940C-17E1-42C3-86B9-7F750014FCC5\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/6122940C-17E1-42C3-86B9-7F750014FCC5",
                   "udid" : "6122940C-17E1-42C3-86B9-7F750014FCC5",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad (7th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/57FE856A-15E6-4258-85D7-98BC567A4463\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/57FE856A-15E6-4258-85D7-98BC567A4463",
                   "udid" : "57FE856A-15E6-4258-85D7-98BC567A4463",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (11-inch) (2nd generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/32C1D1DD-85A7-4F74-9327-2AF12F4C43FC\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/32C1D1DD-85A7-4F74-9327-2AF12F4C43FC",
                   "udid" : "32C1D1DD-85A7-4F74-9327-2AF12F4C43FC",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (12.9-inch) (4th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/E1A233B4-44AB-4831-9B77-B163DC0387B7\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/E1A233B4-44AB-4831-9B77-B163DC0387B7",
                   "udid" : "E1A233B4-44AB-4831-9B77-B163DC0387B7",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Air (3rd generation)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.tvOS-13-4" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/06C066A4-338C-4D64-B338-8135BF14674A\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/06C066A4-338C-4D64-B338-8135BF14674A",
                   "udid" : "06C066A4-338C-4D64-B338-8135BF14674A",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/9EA1AACC-DDF5-4E05-BEFA-FB565EE1D65E\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/9EA1AACC-DDF5-4E05-BEFA-FB565EE1D65E",
                   "udid" : "9EA1AACC-DDF5-4E05-BEFA-FB565EE1D65E",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/7DCD9D74-62DF-4AB0-AD3A-C6625B539D9E\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/7DCD9D74-62DF-4AB0-AD3A-C6625B539D9E",
                   "udid" : "7DCD9D74-62DF-4AB0-AD3A-C6625B539D9E",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K (at 1080p)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.watchOS-6-1" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/862611C6-D609-4F5C-8A47-3F638885AF50\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/862611C6-D609-4F5C-8A47-3F638885AF50",
                   "udid" : "862611C6-D609-4F5C-8A47-3F638885AF50",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 4 - 40mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/E721359B-8D0D-401A-9D64-72C5D62748D7\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/E721359B-8D0D-401A-9D64-72C5D62748D7",
                   "udid" : "E721359B-8D0D-401A-9D64-72C5D62748D7",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 4 - 44mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/672FAC46-3CEA-4438-A788-FC4054CC7E98\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/672FAC46-3CEA-4438-A788-FC4054CC7E98",
                   "udid" : "672FAC46-3CEA-4438-A788-FC4054CC7E98",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 40mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/7A956634-45EA-4E01-8F25-A365DF2BDF39\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/7A956634-45EA-4E01-8F25-A365DF2BDF39",
                   "udid" : "7A956634-45EA-4E01-8F25-A365DF2BDF39",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 44mm"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.iOS-13-5" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/76B0BA81-DC27-4465-847A-B598760B0465\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/76B0BA81-DC27-4465-847A-B598760B0465",
                   "udid" : "76B0BA81-DC27-4465-847A-B598760B0465",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                   "state" : "Shutdown",
                   "name" : "iPhone 8"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/7B93D51F-564E-4F38-B9BB-93CDBA99BCD0\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/7B93D51F-564E-4F38-B9BB-93CDBA99BCD0",
                   "udid" : "7B93D51F-564E-4F38-B9BB-93CDBA99BCD0",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                   "state" : "Shutdown",
                   "name" : "iPhone 8 Plus"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/C69207E4-FC51-4997-A5C0-7DA9302572C7\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/C69207E4-FC51-4997-A5C0-7DA9302572C7",
                   "udid" : "C69207E4-FC51-4997-A5C0-7DA9302572C7",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                   "state" : "Shutdown",
                   "name" : "iPhone 11"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/86B53922-9697-4020-A108-615807A90743\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/86B53922-9697-4020-A108-615807A90743",
                   "udid" : "86B53922-9697-4020-A108-615807A90743",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/F6190B3B-F285-49AA-8577-C35C78ED76AB\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/F6190B3B-F285-49AA-8577-C35C78ED76AB",
                   "udid" : "F6190B3B-F285-49AA-8577-C35C78ED76AB",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro Max"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/D45C62BE-C224-4503-B69B-4BD47D953ED3\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/D45C62BE-C224-4503-B69B-4BD47D953ED3",
                   "udid" : "D45C62BE-C224-4503-B69B-4BD47D953ED3",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPhone SE (2nd generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/76E55B5C-B69E-4970-87B3-A8D178800A5D\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/76E55B5C-B69E-4970-87B3-A8D178800A5D",
                   "udid" : "76E55B5C-B69E-4970-87B3-A8D178800A5D",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (9.7-inch)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/AEB84449-911E-485D-AFBA-B8CCFA2D4586\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/AEB84449-911E-485D-AFBA-B8CCFA2D4586",
                   "udid" : "AEB84449-911E-485D-AFBA-B8CCFA2D4586",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad (7th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/95CACDF0-36BB-4D86-846B-93F52C47D432\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/95CACDF0-36BB-4D86-846B-93F52C47D432",
                   "udid" : "95CACDF0-36BB-4D86-846B-93F52C47D432",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (11-inch) (2nd generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/17409058-654A-4E4B-80AB-4F36B7DC116C\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/17409058-654A-4E4B-80AB-4F36B7DC116C",
                   "udid" : "17409058-654A-4E4B-80AB-4F36B7DC116C",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (12.9-inch) (4th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/EAEB739E-94A6-4DB3-9F5B-2B7C584E682A\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/EAEB739E-94A6-4DB3-9F5B-2B7C584E682A",
                   "udid" : "EAEB739E-94A6-4DB3-9F5B-2B7C584E682A",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Air (3rd generation)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.iOS-13-6" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/489B8896-7FF9-4905-896E-44C9ACF3BA65\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/489B8896-7FF9-4905-896E-44C9ACF3BA65",
                   "udid" : "489B8896-7FF9-4905-896E-44C9ACF3BA65",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                   "state" : "Shutdown",
                   "name" : "iPhone 8"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/52EC0DA5-106C-4059-B663-A366E83E7E50\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/52EC0DA5-106C-4059-B663-A366E83E7E50",
                   "udid" : "52EC0DA5-106C-4059-B663-A366E83E7E50",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                   "state" : "Shutdown",
                   "name" : "iPhone 8 Plus"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/7A76FEA0-BDDB-4935-8AC7-82D8C69A8B8F\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/7A76FEA0-BDDB-4935-8AC7-82D8C69A8B8F",
                   "udid" : "7A76FEA0-BDDB-4935-8AC7-82D8C69A8B8F",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                   "state" : "Shutdown",
                   "name" : "iPhone 11"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/10F3630F-4738-437B-B442-B390DA0FE0D5\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/10F3630F-4738-437B-B442-B390DA0FE0D5",
                   "udid" : "10F3630F-4738-437B-B442-B390DA0FE0D5",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/67265813-5BEF-40A7-A956-C843266BBDE3\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/67265813-5BEF-40A7-A956-C843266BBDE3",
                   "udid" : "67265813-5BEF-40A7-A956-C843266BBDE3",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro Max"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/964E9853-12FC-4B1B-A01E-1DE61C789DC5\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/964E9853-12FC-4B1B-A01E-1DE61C789DC5",
                   "udid" : "964E9853-12FC-4B1B-A01E-1DE61C789DC5",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPhone SE (2nd generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/F428EE98-9DD5-45E7-8864-1CE46E5920B8\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/F428EE98-9DD5-45E7-8864-1CE46E5920B8",
                   "udid" : "F428EE98-9DD5-45E7-8864-1CE46E5920B8",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (9.7-inch)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/E9204299-0ABE-41FE-BCB8-0FFBB1559A01\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/E9204299-0ABE-41FE-BCB8-0FFBB1559A01",
                   "udid" : "E9204299-0ABE-41FE-BCB8-0FFBB1559A01",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad (7th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/BB58C87B-3AD2-4BED-91F6-F4C9DC83B91B\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/BB58C87B-3AD2-4BED-91F6-F4C9DC83B91B",
                   "udid" : "BB58C87B-3AD2-4BED-91F6-F4C9DC83B91B",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (11-inch) (2nd generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/A2E4538B-E3CC-4653-B2F9-FEEDD589E18C\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/A2E4538B-E3CC-4653-B2F9-FEEDD589E18C",
                   "udid" : "A2E4538B-E3CC-4653-B2F9-FEEDD589E18C",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (12.9-inch) (4th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/4F397F41-CF4B-4028-933D-C56DBAE7BA75\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/4F397F41-CF4B-4028-933D-C56DBAE7BA75",
                   "udid" : "4F397F41-CF4B-4028-933D-C56DBAE7BA75",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Air (3rd generation)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.iOS-14-1" : [
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/F0554C85-991B-477F-B672-5FD666E90BDD\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/F0554C85-991B-477F-B672-5FD666E90BDD",
                   "udid" : "F0554C85-991B-477F-B672-5FD666E90BDD",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                   "state" : "Shutdown",
                   "name" : "iPhone 8"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/6D3A8711-D586-4049-A426-8CD6135BD4E0\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/6D3A8711-D586-4049-A426-8CD6135BD4E0",
                   "udid" : "6D3A8711-D586-4049-A426-8CD6135BD4E0",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                   "state" : "Shutdown",
                   "name" : "iPhone 8 Plus"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/E90C1409-69DD-46E5-848B-9BAD317E477A\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/E90C1409-69DD-46E5-848B-9BAD317E477A",
                   "udid" : "E90C1409-69DD-46E5-848B-9BAD317E477A",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                   "state" : "Shutdown",
                   "name" : "iPhone 11"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/868DC50A-054E-4CBA-AB3E-FA42E7B6B213\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/868DC50A-054E-4CBA-AB3E-FA42E7B6B213",
                   "udid" : "868DC50A-054E-4CBA-AB3E-FA42E7B6B213",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/59F149F0-2008-4721-9D7D-77FCDDE21234\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/59F149F0-2008-4721-9D7D-77FCDDE21234",
                   "udid" : "59F149F0-2008-4721-9D7D-77FCDDE21234",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro Max"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/7ADA640B-78DB-40D1-9D44-8019A843EC33\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/7ADA640B-78DB-40D1-9D44-8019A843EC33",
                   "udid" : "7ADA640B-78DB-40D1-9D44-8019A843EC33",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPhone SE (2nd generation)"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/5DC773C4-7E37-42B0-8E93-A9827C7ED432\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/5DC773C4-7E37-42B0-8E93-A9827C7ED432",
                   "udid" : "5DC773C4-7E37-42B0-8E93-A9827C7ED432",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 mini"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/509DC9DE-34D4-49BC-8DBF-1B731A9B6FDE\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/509DC9DE-34D4-49BC-8DBF-1B731A9B6FDE",
                   "udid" : "509DC9DE-34D4-49BC-8DBF-1B731A9B6FDE",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12",
                   "state" : "Shutdown",
                   "name" : "iPhone 12"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/B75CF24B-9D7D-4E62-BFFC-6990137D5131\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/B75CF24B-9D7D-4E62-BFFC-6990137D5131",
                   "udid" : "B75CF24B-9D7D-4E62-BFFC-6990137D5131",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 Pro"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/52FBB3ED-29E2-4A38-AD2B-06F89C4371E7\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/52FBB3ED-29E2-4A38-AD2B-06F89C4371E7",
                   "udid" : "52FBB3ED-29E2-4A38-AD2B-06F89C4371E7",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 Pro Max"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/33D3D206-FF3B-4138-9829-5C966569D07A\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/33D3D206-FF3B-4138-9829-5C966569D07A",
                   "udid" : "33D3D206-FF3B-4138-9829-5C966569D07A",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPod touch (7th generation)"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/E4525F15-6694-43D5-B66E-A49210CB112E\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/E4525F15-6694-43D5-B66E-A49210CB112E",
                   "udid" : "E4525F15-6694-43D5-B66E-A49210CB112E",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (9.7-inch)"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/CA10560A-71B7-4FE7-950E-05F5C1D74104\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/CA10560A-71B7-4FE7-950E-05F5C1D74104",
                   "udid" : "CA10560A-71B7-4FE7-950E-05F5C1D74104",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (11-inch) (2nd generation)"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/0603527B-3BB7-40DE-ACE3-DFBA878C67B3\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/0603527B-3BB7-40DE-ACE3-DFBA878C67B3",
                   "udid" : "0603527B-3BB7-40DE-ACE3-DFBA878C67B3",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (12.9-inch) (4th generation)"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/B7876594-9FDD-4DB8-8D38-F3DEEFB3F434\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/B7876594-9FDD-4DB8-8D38-F3DEEFB3F434",
                   "udid" : "B7876594-9FDD-4DB8-8D38-F3DEEFB3F434",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad (8th generation)"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/D630837F-DA86-40D6-8F63-1609A89F6B46\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/D630837F-DA86-40D6-8F63-1609A89F6B46",
                   "udid" : "D630837F-DA86-40D6-8F63-1609A89F6B46",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Air (4th generation)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.watchOS-6-2" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/4B6780B0-74BA-473F-BF12-6423855F8340\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/4B6780B0-74BA-473F-BF12-6423855F8340",
                   "udid" : "4B6780B0-74BA-473F-BF12-6423855F8340",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 4 - 40mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/33935524-B158-41D5-AB47-29B3FD7E505E\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/33935524-B158-41D5-AB47-29B3FD7E505E",
                   "udid" : "33935524-B158-41D5-AB47-29B3FD7E505E",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 4 - 44mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/D4612E3C-0B61-4150-B966-8FC30923F1FA\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/D4612E3C-0B61-4150-B966-8FC30923F1FA",
                   "udid" : "D4612E3C-0B61-4150-B966-8FC30923F1FA",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 40mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/461EFB3F-B8A3-468E-9AF1-2BD6B4BAC723\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/461EFB3F-B8A3-468E-9AF1-2BD6B4BAC723",
                   "udid" : "461EFB3F-B8A3-468E-9AF1-2BD6B4BAC723",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 44mm"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.tvOS-14-0" : [
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/6C781936-B73E-4565-9209-73AA4176A57B\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/6C781936-B73E-4565-9209-73AA4176A57B",
                   "udid" : "6C781936-B73E-4565-9209-73AA4176A57B",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/5E80E7D3-3FC9-41CE-BC21-96081481676F\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/5E80E7D3-3FC9-41CE-BC21-96081481676F",
                   "udid" : "5E80E7D3-3FC9-41CE-BC21-96081481676F",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K"
                 },
                 {
                   "dataPath" :
                   "\/Users\/felix\/Library\/Developer\/CoreSimulator\/Devices\/16374370-4502-4790-BBFE-B19CB2BD7C7F\/data",
                   "logPath" : "\/Users\/felix\/Library\/Logs\/CoreSimulator\/16374370-4502-4790-BBFE-B19CB2BD7C7F",
                   "udid" : "16374370-4502-4790-BBFE-B19CB2BD7C7F",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K (at 1080p)"
                 }
               ]
             }
           }
[  +27 ms] Updating assets
[  +56 ms] Waiting for connection from debug service on Chrome...
[  +90 ms] <- reset
[   +6 ms] /Users/felix/Development/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev
/Users/felix/Development/flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot --sdk-root
/Users/felix/Development/flutter/bin/cache/flutter_web_sdk/ --incremental --target=dartdevc --debugger-module-names
--experimental-emit-debug-metadata -DFLUTTER_WEB_AUTO_DETECT=false -DFLUTTER_WEB_USE_SKIA=true --output-dill
/var/folders/xn/py5pmlm51q39j8pgx_m9f8zc0000gn/T/flutter_tools.My2jmQ/flutter_tool.qhcFNo/app.dill --libraries-spec
file:///Users/felix/Development/flutter/bin/cache/flutter_web_sdk/libraries.json --packages
/Users/felix/Development/playgrounds/flutter_playground/.dart_tool/package_config.json -Ddart.vm.profile=false
-Ddart.vm.product=false --enable-asserts --track-widget-creation --filesystem-root
/var/folders/xn/py5pmlm51q39j8pgx_m9f8zc0000gn/T/flutter_tools.My2jmQ/flutter_tools.AYsxQ5 --filesystem-scheme
org-dartlang-app --initialize-from-dill build/53e88b6d212d259e8bb56a28570ef36b.cache.dill.track.dill --platform
file:///Users/felix/Development/flutter/bin/cache/flutter_web_sdk/kernel/flutter_ddc_sdk_sound.dill --sound-null-safety
[   +7 ms] <- compile org-dartlang-app:/web_entrypoint.dart
[+2189 ms] [
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.1 (18A8394)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,3",
                        "identifier" : "868DC50A-054E-4CBA-AB3E-FA42E7B6B213",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-11-pro-1",
                        "modelName" : "iPhone 11 Pro",
                        "name" : "iPhone 11 Pro"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.1 (18A8394)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,4",
                        "identifier" : "F0554C85-991B-477F-B672-5FD666E90BDD",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-8-2",
                        "modelName" : "iPhone 8",
                        "name" : "iPhone 8"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.1 (18A8394)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone13,1",
                        "identifier" : "5DC773C4-7E37-42B0-8E93-A9827C7ED432",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-12-mini-1",
                        "modelName" : "iPhone 12 mini",
                        "name" : "iPhone 12 mini"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.1 (18A8394)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone13,4",
                        "identifier" : "52FBB3ED-29E2-4A38-AD2B-06F89C4371E7",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-12-pro-max-1",
                        "modelName" : "iPhone 12 Pro Max",
                        "name" : "iPhone 12 Pro Max"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2.2 (17B102)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,3",
                        "identifier" : "DEAA9CB8-F95F-4A04-B92B-F34DEB6B5CA2",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-11-pro-1",
                        "modelName" : "iPhone 11 Pro",
                        "name" : "iPhone 11 Pro"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.0 (18J383)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV6,2",
                        "identifier" : "5E80E7D3-3FC9-41CE-BC21-96081481676F",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.apple-tv-4k",
                        "modelName" : "Apple TV 4K",
                        "name" : "Apple TV 4K"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2.2 (17B102)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad11,3",
                        "identifier" : "6A66D6B4-9A3B-40FA-B160-6E3B8835CE13",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-air3-wifi-1",
                        "modelName" : "iPad Air (3rd generation)",
                        "name" : "iPad Air (3rd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2.2 (17B102)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,1",
                        "identifier" : "88DE54C7-C3D1-4C13-882D-677E6172587A",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-11-1",
                        "modelName" : "iPhone 11",
                        "name" : "iPhone 11"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2.2 (17B102)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,5",
                        "identifier" : "B936186E-740A-4C81-B680-DC82AB907CC8",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-8-plus-2",
                        "modelName" : "iPhone 8 Plus",
                        "name" : "iPhone 8 Plus"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.1 (18A8394)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad8,12",
                        "identifier" : "0603527B-3BB7-40DE-ACE3-DFBA878C67B3",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-pro-12point9-4th-1",
                        "modelName" : "iPad Pro (12.9-inch) (4th generation)",
                        "name" : "iPad Pro (12.9-inch) (4th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.1 (18A8394)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,5",
                        "identifier" : "6D3A8711-D586-4049-A426-8CD6135BD4E0",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-8-plus-2",
                        "modelName" : "iPhone 8 Plus",
                        "name" : "iPhone 8 Plus"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.1 (18A8394)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,5",
                        "identifier" : "59F149F0-2008-4721-9D7D-77FCDDE21234",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-11-pro-max-1",
                        "modelName" : "iPhone 11 Pro Max",
                        "name" : "iPhone 11 Pro Max"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "7.0 (18R382)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch5,4",
                        "identifier" : "4F5CAF69-3BE4-434A-9B7C-51417B981A10",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.watch-series5-1",
                        "modelName" : "Apple Watch Series 5 - 44mm",
                        "name" : "Apple Watch Series 5 - 44mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.1 (18A8394)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad11,7",
                        "identifier" : "B7876594-9FDD-4DB8-8D38-F3DEEFB3F434",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-8-wwan-1",
                        "modelName" : "iPad (8th generation)",
                        "name" : "iPad (8th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.1 (18A8394)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,1",
                        "identifier" : "E90C1409-69DD-46E5-848B-9BAD317E477A",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-11-1",
                        "modelName" : "iPhone 11",
                        "name" : "iPhone 11"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2.2 (17B102)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad8,5",
                        "identifier" : "E0992F7E-7E77-4DDC-8145-AC8133F53889",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-pro-12point9-1",
                        "modelName" : "iPad Pro (12.9-inch) (3rd generation)",
                        "name" : "iPad Pro (12.9-inch) (3rd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "7.0 (18R382)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch5,3",
                        "identifier" : "2B79CA73-CE05-4709-983B-AA436F701845",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.watch-series5-1",
                        "modelName" : "Apple Watch Series 5 - 40mm",
                        "name" : "Apple Watch Series 5 - 40mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.1 (18A8394)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad8,9",
                        "identifier" : "CA10560A-71B7-4FE7-950E-05F5C1D74104",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-pro-11-2nd-1",
                        "modelName" : "iPad Pro (11-inch) (2nd generation)",
                        "name" : "iPad Pro (11-inch) (2nd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.0 (18J383)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV6,2",
                        "identifier" : "16374370-4502-4790-BBFE-B19CB2BD7C7F",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.apple-tv-4k",
                        "modelName" : "Apple TV 4K (at 1080p)",
                        "name" : "Apple TV 4K (at 1080p)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2.2 (17B102)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,5",
                        "identifier" : "088C5C7A-0431-4D80-BDED-A4A901ECB53D",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-11-pro-max-1",
                        "modelName" : "iPhone 11 Pro Max",
                        "name" : "iPhone 11 Pro Max"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.1 (18A8394)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,8",
                        "identifier" : "7ADA640B-78DB-40D1-9D44-8019A843EC33",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-se-1",
                        "modelName" : "iPhone SE (2nd generation)",
                        "name" : "iPhone SE (2nd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.0 (18J383)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV5,3",
                        "identifier" : "6C781936-B73E-4565-9209-73AA4176A57B",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.apple-tv-4",
                        "modelName" : "Apple TV",
                        "name" : "Apple TV"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2.2 (17B102)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad8,1",
                        "identifier" : "DF261734-3D25-4A38-8F1A-45B647457C5B",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-pro-11-1",
                        "modelName" : "iPad Pro (11-inch) (1st generation)",
                        "name" : "iPad Pro (11-inch)"
                      },
                      {
                        "modelCode" : "iPhone10,3",
                        "simulator" : false,
                        "modelName" : "iPhone X (Model A1865, A1901, A1902, A1903)",
                        "error" : {
                          "code" : -13,
                          "failureReason" : "",
                          "underlyingErrors" : [
                            {
                              "code" : 5,
                              "failureReason" : "allowsSecureServices: 1. isConnected: 0. Platform:
                              <DVTPlatform:0x7f9bf2657750:'com.apple.platform.iphoneos':<DVTFilePath:0x7f9bf26576d0:'\/Applica
                              tions\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform'>>.
                              DTDKDeviceIdentifierIsIDID: 0",
                              "description" : "Failed _shouldMakeReadyForDevelopment check even though device is not locked by
                              passcode.",
                              "recoverySuggestion" : "",
                              "domain" : "com.apple.platform.iphoneos"
                            }
                          ],
                          "description" : "Felix’s iPhone is not connected",
                          "recoverySuggestion" : "Xcode will continue when Felix’s iPhone is connected.",
                          "domain" : "com.apple.platform.iphoneos"
                        },
                        "operatingSystemVersion" : "14.4.2 (18D70)",
                        "identifier" : "82b15a4a69ad47c74fe3e71b62a6a6e2842efe25",
                        "platform" : "com.apple.platform.iphoneos",
                        "architecture" : "arm64",
                        "interface" : "usb",
                        "available" : false,
                        "name" : "Felix’s iPhone",
                        "modelUTI" : "com.apple.iphone-x-1"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2.2 (17B102)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,4",
                        "identifier" : "5891C2BD-8FC9-41FD-9781-18FE88C3EDD1",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-8-2",
                        "modelName" : "iPhone 8",
                        "name" : "iPhone 8"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.1 (18A8394)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPod9,1",
                        "identifier" : "33D3D206-FF3B-4138-9829-5C966569D07A",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipod-touch-7-2",
                        "modelName" : "iPod touch (7th generation)",
                        "name" : "iPod touch (7th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "7.0 (18R382)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch6,1",
                        "identifier" : "79065A5E-DC30-4EBB-8A01-E1D366398CE1",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.watch-series6-1",
                        "modelName" : "Apple Watch Series 6 - 40mm",
                        "name" : "Apple Watch Series 6 - 40mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "7.0 (18R382)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch6,2",
                        "identifier" : "BF049CAA-9380-47B0-8875-D830B1ED1FB1",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.watch-series6-1",
                        "modelName" : "Apple Watch Series 6 - 44mm",
                        "name" : "Apple Watch Series 6 - 44mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.1 (18A8394)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone13,3",
                        "identifier" : "B75CF24B-9D7D-4E62-BFFC-6990137D5131",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-12-pro-1",
                        "modelName" : "iPhone 12 Pro",
                        "name" : "iPhone 12 Pro"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.1 (18A8394)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone13,2",
                        "identifier" : "509DC9DE-34D4-49BC-8DBF-1B731A9B6FDE",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-12-1",
                        "modelName" : "iPhone 12",
                        "name" : "iPhone 12"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.1 (18A8394)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad6,4",
                        "identifier" : "E4525F15-6694-43D5-B66E-A49210CB112E",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-pro-9point7-a1674-b9b7ba",
                        "modelName" : "iPad Pro (9.7-inch)",
                        "name" : "iPad Pro (9.7-inch)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.1 (18A8394)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad13,2",
                        "identifier" : "D630837F-DA86-40D6-8F63-1609A89F6B46",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-air4-1",
                        "modelName" : "iPad Air (4th generation)",
                        "name" : "iPad Air (4th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2.2 (17B102)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad7,12",
                        "identifier" : "1D27A225-8B58-4380-9BAE-1C952052DA61",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-7-wwan-1",
                        "modelName" : "iPad (7th generation)",
                        "name" : "iPad (7th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2.2 (17B102)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad6,4",
                        "identifier" : "AA99FD8D-0EBF-4E80-BC21-15B4BBE7A9F1",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-pro-9point7-a1674-b9b7ba",
                        "modelName" : "iPad Pro (9.7-inch)",
                        "name" : "iPad Pro (9.7-inch)"
                      }
                    ]
[   +5 ms] Error: Felix’s iPhone is not connected. Xcode will continue when Felix’s iPhone is connected. (code -13)
[        ] [
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.1 (18A8394)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPhone12,3",
               "identifier" : "868DC50A-054E-4CBA-AB3E-FA42E7B6B213",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.iphone-11-pro-1",
               "modelName" : "iPhone 11 Pro",
               "name" : "iPhone 11 Pro"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.1 (18A8394)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPhone10,4",
               "identifier" : "F0554C85-991B-477F-B672-5FD666E90BDD",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.iphone-8-2",
               "modelName" : "iPhone 8",
               "name" : "iPhone 8"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.1 (18A8394)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPhone13,1",
               "identifier" : "5DC773C4-7E37-42B0-8E93-A9827C7ED432",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.iphone-12-mini-1",
               "modelName" : "iPhone 12 mini",
               "name" : "iPhone 12 mini"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.1 (18A8394)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPhone13,4",
               "identifier" : "52FBB3ED-29E2-4A38-AD2B-06F89C4371E7",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.iphone-12-pro-max-1",
               "modelName" : "iPhone 12 Pro Max",
               "name" : "iPhone 12 Pro Max"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "13.2.2 (17B102)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPhone12,3",
               "identifier" : "DEAA9CB8-F95F-4A04-B92B-F34DEB6B5CA2",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.iphone-11-pro-1",
               "modelName" : "iPhone 11 Pro",
               "name" : "iPhone 11 Pro"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.0 (18J383)",
               "available" : true,
               "platform" : "com.apple.platform.appletvsimulator",
               "modelCode" : "AppleTV6,2",
               "identifier" : "5E80E7D3-3FC9-41CE-BC21-96081481676F",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.apple-tv-4k",
               "modelName" : "Apple TV 4K",
               "name" : "Apple TV 4K"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "13.2.2 (17B102)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPad11,3",
               "identifier" : "6A66D6B4-9A3B-40FA-B160-6E3B8835CE13",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.ipad-air3-wifi-1",
               "modelName" : "iPad Air (3rd generation)",
               "name" : "iPad Air (3rd generation)"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "13.2.2 (17B102)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPhone12,1",
               "identifier" : "88DE54C7-C3D1-4C13-882D-677E6172587A",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.iphone-11-1",
               "modelName" : "iPhone 11",
               "name" : "iPhone 11"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "13.2.2 (17B102)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPhone10,5",
               "identifier" : "B936186E-740A-4C81-B680-DC82AB907CC8",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.iphone-8-plus-2",
               "modelName" : "iPhone 8 Plus",
               "name" : "iPhone 8 Plus"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.1 (18A8394)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPad8,12",
               "identifier" : "0603527B-3BB7-40DE-ACE3-DFBA878C67B3",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.ipad-pro-12point9-4th-1",
               "modelName" : "iPad Pro (12.9-inch) (4th generation)",
               "name" : "iPad Pro (12.9-inch) (4th generation)"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.1 (18A8394)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPhone10,5",
               "identifier" : "6D3A8711-D586-4049-A426-8CD6135BD4E0",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.iphone-8-plus-2",
               "modelName" : "iPhone 8 Plus",
               "name" : "iPhone 8 Plus"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.1 (18A8394)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPhone12,5",
               "identifier" : "59F149F0-2008-4721-9D7D-77FCDDE21234",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.iphone-11-pro-max-1",
               "modelName" : "iPhone 11 Pro Max",
               "name" : "iPhone 11 Pro Max"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "7.0 (18R382)",
               "available" : true,
               "platform" : "com.apple.platform.watchsimulator",
               "modelCode" : "Watch5,4",
               "identifier" : "4F5CAF69-3BE4-434A-9B7C-51417B981A10",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.watch-series5-1",
               "modelName" : "Apple Watch Series 5 - 44mm",
               "name" : "Apple Watch Series 5 - 44mm"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.1 (18A8394)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPad11,7",
               "identifier" : "B7876594-9FDD-4DB8-8D38-F3DEEFB3F434",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.ipad-8-wwan-1",
               "modelName" : "iPad (8th generation)",
               "name" : "iPad (8th generation)"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.1 (18A8394)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPhone12,1",
               "identifier" : "E90C1409-69DD-46E5-848B-9BAD317E477A",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.iphone-11-1",
               "modelName" : "iPhone 11",
               "name" : "iPhone 11"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "13.2.2 (17B102)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPad8,5",
               "identifier" : "E0992F7E-7E77-4DDC-8145-AC8133F53889",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.ipad-pro-12point9-1",
               "modelName" : "iPad Pro (12.9-inch) (3rd generation)",
               "name" : "iPad Pro (12.9-inch) (3rd generation)"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "7.0 (18R382)",
               "available" : true,
               "platform" : "com.apple.platform.watchsimulator",
               "modelCode" : "Watch5,3",
               "identifier" : "2B79CA73-CE05-4709-983B-AA436F701845",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.watch-series5-1",
               "modelName" : "Apple Watch Series 5 - 40mm",
               "name" : "Apple Watch Series 5 - 40mm"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.1 (18A8394)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPad8,9",
               "identifier" : "CA10560A-71B7-4FE7-950E-05F5C1D74104",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.ipad-pro-11-2nd-1",
               "modelName" : "iPad Pro (11-inch) (2nd generation)",
               "name" : "iPad Pro (11-inch) (2nd generation)"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.0 (18J383)",
               "available" : true,
               "platform" : "com.apple.platform.appletvsimulator",
               "modelCode" : "AppleTV6,2",
               "identifier" : "16374370-4502-4790-BBFE-B19CB2BD7C7F",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.apple-tv-4k",
               "modelName" : "Apple TV 4K (at 1080p)",
               "name" : "Apple TV 4K (at 1080p)"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "13.2.2 (17B102)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPhone12,5",
               "identifier" : "088C5C7A-0431-4D80-BDED-A4A901ECB53D",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.iphone-11-pro-max-1",
               "modelName" : "iPhone 11 Pro Max",
               "name" : "iPhone 11 Pro Max"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.1 (18A8394)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPhone12,8",
               "identifier" : "7ADA640B-78DB-40D1-9D44-8019A843EC33",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.iphone-se-1",
               "modelName" : "iPhone SE (2nd generation)",
               "name" : "iPhone SE (2nd generation)"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.0 (18J383)",
               "available" : true,
               "platform" : "com.apple.platform.appletvsimulator",
               "modelCode" : "AppleTV5,3",
               "identifier" : "6C781936-B73E-4565-9209-73AA4176A57B",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.apple-tv-4",
               "modelName" : "Apple TV",
               "name" : "Apple TV"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "13.2.2 (17B102)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPad8,1",
               "identifier" : "DF261734-3D25-4A38-8F1A-45B647457C5B",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.ipad-pro-11-1",
               "modelName" : "iPad Pro (11-inch) (1st generation)",
               "name" : "iPad Pro (11-inch)"
             },
             {
               "modelCode" : "iPhone10,3",
               "simulator" : false,
               "modelName" : "iPhone X (Model A1865, A1901, A1902, A1903)",
               "error" : {
                 "code" : -13,
                 "failureReason" : "",
                 "underlyingErrors" : [
                   {
                     "code" : 5,
                     "failureReason" : "allowsSecureServices: 1. isConnected: 0. Platform:
                     <DVTPlatform:0x7faf18609d90:'com.apple.platform.iphoneos':<DVTFilePath:0x7faf18609d10:'\/Applications\/Xc
                     ode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform'>>. DTDKDeviceIdentifierIsIDID: 0",
                     "description" : "Failed _shouldMakeReadyForDevelopment check even though device is not locked by
                     passcode.",
                     "recoverySuggestion" : "",
                     "domain" : "com.apple.platform.iphoneos"
                   }
                 ],
                 "description" : "Felix’s iPhone is not connected",
                 "recoverySuggestion" : "Xcode will continue when Felix’s iPhone is connected.",
                 "domain" : "com.apple.platform.iphoneos"
               },
               "operatingSystemVersion" : "14.4.2 (18D70)",
               "identifier" : "82b15a4a69ad47c74fe3e71b62a6a6e2842efe25",
               "platform" : "com.apple.platform.iphoneos",
               "architecture" : "arm64",
               "interface" : "usb",
               "available" : false,
               "name" : "Felix’s iPhone",
               "modelUTI" : "com.apple.iphone-x-1"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "13.2.2 (17B102)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPhone10,4",
               "identifier" : "5891C2BD-8FC9-41FD-9781-18FE88C3EDD1",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.iphone-8-2",
               "modelName" : "iPhone 8",
               "name" : "iPhone 8"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.1 (18A8394)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPod9,1",
               "identifier" : "33D3D206-FF3B-4138-9829-5C966569D07A",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.ipod-touch-7-2",
               "modelName" : "iPod touch (7th generation)",
               "name" : "iPod touch (7th generation)"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "7.0 (18R382)",
               "available" : true,
               "platform" : "com.apple.platform.watchsimulator",
               "modelCode" : "Watch6,1",
               "identifier" : "79065A5E-DC30-4EBB-8A01-E1D366398CE1",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.watch-series6-1",
               "modelName" : "Apple Watch Series 6 - 40mm",
               "name" : "Apple Watch Series 6 - 40mm"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "7.0 (18R382)",
               "available" : true,
               "platform" : "com.apple.platform.watchsimulator",
               "modelCode" : "Watch6,2",
               "identifier" : "BF049CAA-9380-47B0-8875-D830B1ED1FB1",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.watch-series6-1",
               "modelName" : "Apple Watch Series 6 - 44mm",
               "name" : "Apple Watch Series 6 - 44mm"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.1 (18A8394)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPhone13,3",
               "identifier" : "B75CF24B-9D7D-4E62-BFFC-6990137D5131",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.iphone-12-pro-1",
               "modelName" : "iPhone 12 Pro",
               "name" : "iPhone 12 Pro"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.1 (18A8394)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPhone13,2",
               "identifier" : "509DC9DE-34D4-49BC-8DBF-1B731A9B6FDE",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.iphone-12-1",
               "modelName" : "iPhone 12",
               "name" : "iPhone 12"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.1 (18A8394)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPad6,4",
               "identifier" : "E4525F15-6694-43D5-B66E-A49210CB112E",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.ipad-pro-9point7-a1674-b9b7ba",
               "modelName" : "iPad Pro (9.7-inch)",
               "name" : "iPad Pro (9.7-inch)"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.1 (18A8394)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPad13,2",
               "identifier" : "D630837F-DA86-40D6-8F63-1609A89F6B46",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.ipad-air4-1",
               "modelName" : "iPad Air (4th generation)",
               "name" : "iPad Air (4th generation)"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "13.2.2 (17B102)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPad7,12",
               "identifier" : "1D27A225-8B58-4380-9BAE-1C952052DA61",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.ipad-7-wwan-1",
               "modelName" : "iPad (7th generation)",
               "name" : "iPad (7th generation)"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "13.2.2 (17B102)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPad6,4",
               "identifier" : "AA99FD8D-0EBF-4E80-BC21-15B4BBE7A9F1",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.ipad-pro-9point7-a1674-b9b7ba",
               "modelName" : "iPad Pro (9.7-inch)",
               "name" : "iPad Pro (9.7-inch)"
             }
           ]
[   +3 ms] Error: Felix’s iPhone is not connected. Xcode will continue when Felix’s iPhone is connected. (code -13)
[+10414 ms] Waiting for connection from debug service on Chrome... (completed in 12.7s)
[        ] Synced 28.9MB.
[        ] <- accept
[        ] Caching compiled dill
[  +71 ms] Using Google Chrome 89.0.4389.90 

[+1061 ms] [CHROME]:
[   +1 ms] [CHROME]:DevTools listening on ws://127.0.0.1:57224/devtools/browser/76b6247c-5905-4f26-bfa3-af4e8352e970
[ +620 ms] DwdsInjector: Received request for entrypoint at http://localhost:57213/main_module.bootstrap.js
[   +4 ms] MetadataProvider: Loading debug metadata...
[   +8 ms] MetadataProvider: Loaded debug metadata
[   +6 ms] DwdsInjector: Injected debugging metadata for entrypoint at http://localhost:57213/main_module.bootstrap.js
[+1472 ms] DevHandler: Debug service listening on ws://127.0.0.1:57246/Rmz6-JVEvjA=/ws

[   +8 ms] Debug service listening on ws://127.0.0.1:57246/Rmz6-JVEvjA=/ws
[        ] 💪 Running with sound null safety 💪
[   +1 ms] 🔥  To hot restart changes while running, press "r" or "R".
[        ] For a more detailed help message, press "h". To quit, press "q"
No issues found! (ran in 9.0s)
flutter doctor -v
[✓] Flutter (Channel stable, 2.0.3, on macOS 11.2.2 20D80 darwin-x64, locale en-US)
    • Flutter version 2.0.3 at /Users/felix/Development/flutter
    • Framework revision 4d7946a68d (13 days ago), 2021-03-18 17:24:33 -0700
    • Engine revision 3459eb2436
    • Dart version 2.12.2

[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
    • Android SDK at /Users/felix/Library/Android/sdk
    • Platform android-30, build-tools 29.0.2
    • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
    • All Android licenses accepted.

[!] Xcode - develop for iOS and macOS
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 12.1, Build version 12A7403
    ! CocoaPods 1.9.3 out of date (1.10.0 is recommended).
        CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that responds to your plugin usage on the
        Dart side.
        Without CocoaPods, plugins will not work on iOS or macOS.
        For more info, see https://flutter.dev/platform-plugins
      To upgrade see https://guides.cocoapods.org/using/getting-started.html#installation for instructions.

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 4.1)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)

[✓] IntelliJ IDEA Community Edition (version 2020.1.2)
    • IntelliJ at /Applications/IntelliJ IDEA CE.app
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart

[✓] VS Code (version 1.55.0)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.21.0

[✓] Connected device (2 available)
    • macOS (desktop) • macos  • darwin-x64     • macOS 11.2.2 20D80 darwin-x64
    • Chrome (web)    • chrome • web-javascript • Google Chrome 89.0.4389.90
    ! Error: Felix’s iPhone is not connected. Xcode will continue when Felix’s iPhone is connected. (code -13)

! Doctor found issues in 1 category.
@darshankawar darshankawar added the in triage Presently being triaged by the triage team label Apr 1, 2021
@darshankawar
Copy link
Member

Thanks @felangel for the detailed report.

  1. Upon app launch and giving camera permission:

Screenshot 2021-04-01 at 2 52 26 PM

  1. After hovering on FAB, the transform is reset:

Screenshot 2021-04-01 at 2 52 42 PM

flutter doctor -v
[✓] Flutter (Channel stable, 2.0.3, on Mac OS X 10.15.4 19E2269 darwin-x64,
    locale en-GB)
    • Flutter version 2.0.3 at /Users/dhs/documents/Fluttersdk/flutter
    • Framework revision 4d7946a68d (13 days ago), 2021-03-18 17:24:33 -0700
    • Engine revision 3459eb2436
    • Dart version 2.12.2

[!] Xcode - develop for iOS and macOS
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 12.3, Build version 12C33
    ! CocoaPods 1.9.3 out of date (1.10.0 is recommended).
        CocoaPods is used to retrieve the iOS and macOS platform side's plugin
        code that responds to your plugin usage on the Dart side.
        Without CocoaPods, plugins will not work on iOS or macOS.
        For more info, see https://flutter.dev/platform-plugins
      To upgrade see
      https://guides.cocoapods.org/using/getting-started.html#installation for
      instructions.

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] VS Code (version 1.54.3)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.20.0

[✓] Connected device (3 available)
    • Darshan's iphone (mobile) • 21150b119064aecc249dfcfe05e259197461ce23 • ios
      • iOS 14.4.1
    • macOS (desktop)           • macos                                    •
      darwin-x64     • Mac OS X 10.15.4 19E2269 darwin-x64
    • Chrome (web)              • chrome                                   •
      web-javascript • Google Chrome 89.0.4389.114

! Doctor found issues in 1 category.

Also, please note that, on desktop browsers, canvaskit is the default web renderer, so we don't need to explicitly specify the flag --web-renderer canvaskit :-)

@darshankawar darshankawar added found in release: 2.0 Found to occur in 2.0 has reproducible steps The issue has been confirmed reproducible and is ready to work on platform-web Web applications specifically e: web_canvaskit CanvasKit (a.k.a. Skia-on-WebGL) rendering backend for Web engine flutter/engine repository. See also e: labels. framework flutter/packages/flutter repository. See also f: labels. and removed in triage Presently being triaged by the triage team labels Apr 1, 2021
@yjbanov yjbanov added the P1 High-priority issues at the top of the work list label Apr 1, 2021
@yjbanov
Copy link
Contributor

yjbanov commented Apr 1, 2021

We should definitely fix this. As a temporary workaround you can wrap your HTML in another element so that Flutter puts its transform on it, and your transform is applied to its child.

@felangel
Copy link
Contributor Author

felangel commented Apr 1, 2021

@yjbanov thanks I'll give it a try!

Update: the suggestion to wrap the HTML element in another element worked 👍

@orestesgaolin
Copy link
Contributor

@yjbanov do you maybe know what part of Flutter is applying this change? I'd like to fix or find workaround for that but can't find any starting point.

@exaby73
Copy link
Member

exaby73 commented May 13, 2022

This issue is not re-producible on the latest stable and master channel. Closing this issue as fixed.

Code sample
// ignore: avoid_web_libraries_in_flutter
import 'dart:html';
import 'dart:ui' as ui;

import 'package:flutter/material.dart';

void main() => runApp(const MyApp());

class MyApp extends StatefulWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  State<MyApp> createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  late VideoElement _videoElement;
  static const _viewType = '_videoElement_';

  @override
  void initState() {
    super.initState();
    _videoElement = VideoElement();
    ui.platformViewRegistry.registerViewFactory(
      _viewType,
      (int _) => _videoElement,
    );

    window.navigator.mediaDevices?.getUserMedia(
      <dynamic, dynamic>{'video': true},
    ).then((stream) {
      _videoElement
        ..autoplay = true
        ..muted = true
        ..srcObject = stream
        ..style.transformOrigin = ''
        ..style.transform = 'rotateY(180deg)'
        ..setAttribute('playsinline', '');
    });
  }

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        body: const Center(child: HtmlElementView(viewType: _viewType)),
        floatingActionButton: FloatingActionButton(
          child: const Icon(Icons.add),
          onPressed: () {},
        ),
      ),
    );
  }
}
flutter doctor -v
[✓] Flutter (Channel master, 3.1.0-0.0.pre.683, on macOS 12.3.1 21E258 darwin-arm, locale en-US)
    • Flutter version 3.1.0-0.0.pre.683 at /Users/nabeelparkar/fvm/versions/master
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision b3d7a691f6 (8 hours ago), 2022-05-13 14:04:06 +0800
    • Engine revision 7bde72ab75
    • Dart version 2.18.0 (build 2.18.0-109.0.dev)
    • DevTools version 2.13.1

[✓] Android toolchain - develop for Android devices (Android SDK version 32.0.0-rc1)
    • Android SDK at /Users/nabeelparkar/Library/Android/sdk/
    • Platform android-32, build-tools 32.0.0-rc1
    • ANDROID_SDK_ROOT = /Users/nabeelparkar/Library/Android/sdk/
    • Java binary at: /opt/homebrew/opt/openjdk@11/bin/java
    • Java version OpenJDK Runtime Environment Homebrew (build 11.0.15+0)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 13.3.1)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • CocoaPods version 1.11.3

[✓] Chrome - develop for the web
    • CHROME_EXECUTABLE = /Applications/Brave Browser.app/Contents/MacOS/Brave Browser

[!] Android Studio (not installed)
    • Android Studio not found; download from https://developer.android.com/studio/index.html
      (or visit https://flutter.dev/docs/get-started/install/macos#android-setup for detailed instructions).

[✓] IntelliJ IDEA Ultimate Edition (version 2022.1.1)
    • IntelliJ at /Applications/IntelliJ IDEA.app
    • Flutter plugin version 67.1.4
    • Dart plugin version 221.5591.52

[✓] VS Code (version 1.67.0)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.40.0

[✓] Connected device (2 available)
    • macOS (desktop) • macos  • darwin-arm64   • macOS 12.3.1 21E258 darwin-arm
    • Chrome (web)    • chrome • web-javascript • Brave Browser 101.1.38.111

[✓] HTTP Host Availability
    • All required HTTP hosts are available

! Doctor found issues in 1 category.

@exaby73 exaby73 closed this as completed May 13, 2022
@exaby73 exaby73 added the r: fixed Issue is closed as already fixed in a newer version label May 13, 2022
@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
customer: booth e: web_canvaskit CanvasKit (a.k.a. Skia-on-WebGL) rendering backend for Web engine flutter/engine repository. See also e: labels. found in release: 2.0 Found to occur in 2.0 framework flutter/packages/flutter repository. See also f: labels. has reproducible steps The issue has been confirmed reproducible and is ready to work on P1 High-priority issues at the top of the work list platform-web Web applications specifically r: fixed Issue is closed as already fixed in a newer version
Projects
None yet
Development

No branches or pull requests

6 participants