Apple Xcode Cloud brings CI/CD to Xcode IDE
Apple has introduced Xcode Cloud, a cloud-based continuous integration and continuous delivery service integrated into its Xcode 13 IDE. Available in a limited beta, Xcode Cloud provides tools for building apps and running tests in parallel in the cloud.With Xcode Cloud, developers can configure workflows to suit their development processes or use built-in workflows to get started and then customize as the process evolves. When a change is committed to code, Xcode Cloud can automatically build the app and alert developers if any issues are introduced, potentially saving time in finding bugs. Automated tests are run in parallel to save time. When an app passes all of its tests, Xcode Cloud can automatically distribute the app both to testers on the development team and to external beta testers with TestFlight.To read this article in full, please click here
Apple has introduced Xcode Cloud, a cloud-based continuous integration and continuous delivery service integrated into its Xcode 13 IDE. Available in a limited beta, Xcode Cloud provides tools for building apps and running tests in parallel in the cloud.
With Xcode Cloud, developers can configure workflows to suit their development processes or use built-in workflows to get started and then customize as the process evolves. When a change is committed to code, Xcode Cloud can automatically build the app and alert developers if any issues are introduced, potentially saving time in finding bugs. Automated tests are run in parallel to save time. When an app passes all of its tests, Xcode Cloud can automatically distribute the app both to testers on the development team and to external beta testers with TestFlight.