is there a way to set the development team (required to publish ios app) programatically? I’m building and publishing my ios app using github actions, so I can’t manually change it.
Remember the ios folder gets created on npx cap add ios
so I can’t do it manually and push it to my repo.
Thanks!!