xcodebuild
xcodebuild copied to clipboard
A continuously resilient `xcodebuild` “GitHub Action”. Also it’s the best.
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. Changelog Sourced from cross-spawn's changelog. 7.0.6 (2024-11-18) Bug Fixes update cross-spawn version to 7.0.5 in package-lock.json (f700743) 7.0.5 (2024-11-07) Bug Fixes fix escaping bug...
I have quite a few packages that are swift packages with a Demo directory containing an xcodeproj. I'd like to make a swift package build job and a separate xcodebuild...
From the docs: > We figure out the the simulator destination for you automatically. Stop specifying fragile strings like platform=iphonesimulator,os=14.5,name=iPhone 12 that will break when Xcode updates next week. Which...