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: Shawn Erickson <email@hidden>
- Date: Tue, 1 Feb 2011 09:03:29 -0800
Interesting... I will give that a shot.
Thanks!
On Mon, Jan 31, 2011 at 9:56 AM, Coleman Nitroy <email@hidden> wrote:
>
> 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