Re: Build script
Re: Build script
- Subject: Re: Build script
- From: Uli Kusterer <email@hidden>
- Date: Sat, 15 Dec 2012 01:54:01 +0100
On 14.12.2012, at 20:50, Rui Pacheco <email@hidden> wrote:
> I have a couple of scripts I use to build my projects and automate releases. I've started with Bash and am currently finishing a Python version of it. I find Python easier to read and maintain than Bash.
>
> What do you use to automate your releases?
Old stuff is bash (or csh?), new stuff is Ruby. At home for my hobby stuff I usually use PHP because it's at least a programming language, while bash is pretty much just text search-and-replace with side effects (most of these are older and already existing, so they would have ended up bash otherwise, not Ruby).
The scripts do things like fix up resource issues that Xcode sometimes causes, unzip built versions of frameworks that we check in as binaries because access to the source is restricted for licensing reasons etc. I also had scripts that use the FTP or curl command line tools to upload.
We even have bash scripts in .command files that you can just double-click to get a certain kind of build in a reliable way.
Cheers,
-- Uli Kusterer
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Build script (From: Rui Pacheco <email@hidden>) |