Integra Cursor con Xcode para desarrollo en Swift
xcodebuild
CLI (and much more), and allows you to scan your targets, select the destination, build, and run your app just like Xcode. On top of that, it’ll set up your project for Xcode Build Server so you get all the features mentioned above.
Sweetpad: Generate Build Server Config
. Esto generará un archivo buildServer.json
en la raíz de tu proyecto que permite que Xcode Build Server funcione con tu proyecto.
Luego, desde el Command Palette o la barra lateral de Sweetpad, puedes seleccionar el target que quieres compilar y ejecutar.