fix code signing on xcode cloud

This commit is contained in:
Alex Zenla 2024-08-04 15:20:31 -07:00
parent 8816e12d3e
commit d8bb02f30d
Signed by: alex
GPG Key ID: C0780728420EBFE5

View File

@ -2,4 +2,4 @@
set -e
brew install cmake
cmake -B .. -G Xcode ../..
cmake -B .. -G Xcode -DCMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM=3FQW5YTQR8 ../..