Josh
Josh

Reputation: 43

Automate build process in xcode 4

I have a project with a large number of targets and to release my would have to go through each of them individually. Is there a way to write a script that would generate/compile all the .ipa files for me with one click?

Upvotes: 2

Views: 542

Answers (1)

Abizern
Abizern

Reputation: 150745

In Xcode 4 you set up workspaces and schemes for the command line builds to run on.

Here is a link to a blog post about it

Upvotes: 1

Related Questions