Created
June 7, 2022 06:20
-
-
Save paulz/44661b6e606f4d0745d58085d74087ba to your computer and use it in GitHub Desktop.
Xcode Cloud Hardware
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/zsh | |
system_profiler SPHardwareDataType | |
system_profiler SPDisplaysDataType |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hardware: | |
Hardware Overview: | |
Model Name: Mac | |
Model Identifier: MacVM1,1 | |
Processor Name: Unknown | |
Processor Speed: 2 GHz | |
Number of Processors: 4 | |
Total Number of Cores: 4 | |
L2 Cache (per Processor): 4 MB | |
L3 Cache (per Processor): 16 MB | |
Memory: 16 GB | |
System Firmware Version: AVM11.88Z.0003.D00.2110230656 | |
OS Loader Version: 540.120.3~6 | |
SMC Version (system): 1.13f3 | |
Serial Number (system): XCCXSKVFPYSR | |
Hardware UUID: 44267854-047E-445F-8228-BFD60186F0C6 | |
Provisioning UDID: 44267854-047E-445F-8228-BFD60186F0C6 | |
Graphics/Displays: | |
Display: | |
Type: GPU | |
Bus: PCIe | |
PCIe Lane Width: x1 | |
VRAM (Total): 7 MB | |
Device ID: 0x1111 | |
Revision ID: 0x0002 | |
Displays: | |
Display: | |
Resolution: 1920 x 1080 (1080p FHD - Full High Definition) | |
UI Looks like: 1920 x 1080 @ 75.00Hz | |
Framebuffer Depth: 24-Bit Color (ARGB8888) | |
Main Display: Yes | |
Mirror: Off | |
Online: Yes | |
Connection Type: Internal | |
Vendor ID: 0x1234 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment