mirror of
https://github.com/signalapp/Signal-iOS.git
synced 2025-12-05 01:10:41 +00:00
7 lines
98 B
Bash
Executable File
7 lines
98 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eux
|
|
|
|
: "Downloading Metal Toolchain"
|
|
xcodebuild -downloadComponent MetalToolchain
|