5 lines
125 B
Bash
5 lines
125 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
cmake -S . -B XCode_MacOS -GXcode -D"CMAKE_OSX_ARCHITECTURES=x86_64;arm64"
|
||
|
|
open XCode_MacOS/JoltPhysics.xcodeproj
|