Xcode Cloud Build programmatic access

I work on a lot of projects that are multi-platform projects using codebases based in ReactNative or NativeScript, both which could benefit from the cloud build for the iOS based applications.

Is there a plan to add programmatic access to Xcode Cloud Build to allow access to the build pipeline from something like a GitHub action?

You can do this - because the api for app store connect supports submitting a build.

https://developer.apple.com/documentation/appstoreconnectapi/start_a_build

The feature we need is ability to set env variables and build number programmatically.

Xcode Cloud Build programmatic access
 
 
Q