Re: Automatic snapshots
Re: Automatic snapshots
- Subject: Re: Automatic snapshots
- From: Greg Guerin <email@hidden>
- Date: Wed, 3 Sep 2008 09:05:15 -0700
Pavel Perikov wrote:
Does anyone aware about the possibility to make XCode snapshot
automatically after every successful build? Maybe with a bit of
AppleScript?
It depends on whether Snapshot is scriptable.
Use ScriptEditor.app to examine Xcode's scripting dictionary. See if
the Snapshot action is scriptable. If so, add a script build phase
at the end of your target's build. It does one thing: tell Xcode to
make a snapshot. Make sure your target is set to stop on errors, and
the script build phase will only be reached when there are no errors.
-- GG
_______________________________________________
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