Re: Using xcodebuild to trigger build and archive feature of Xcode..?
Re: Using xcodebuild to trigger build and archive feature of Xcode..?
- Subject: Re: Using xcodebuild to trigger build and archive feature of Xcode..?
- From: Coleman Nitroy <email@hidden>
- Date: Mon, 31 Jan 2011 09:56:57 -0800
On Jan 25, 2011, at 7:47 , Shawn Erickson wrote:
> Is it possible to use xcodebuild to trigger the build and archive
> feature of Xcode? ...or at least trigger the creation of an ipa from
> the commandline?
I recently stumbled upon the xcrun tool that may be of use to you. I am able to use it to build an ipa in some of our build scripts.
Example from my build script for an iOS application:
xcrun -sdk iphoneos PackageApplication build/Release-iphoneos/*.app -o "$OUTPUT_DIR/$APPLICATION_NAME.ipa" --sign "Coleman Nitroy" --embed "$PATH_TO_PROV_PROFILE"
--
Coleman Nitroy
508.615.5521
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden