Re: Shell script phase problem
Re: Shell script phase problem
- Subject: Re: Shell script phase problem
- From: Chris Espinosa <email@hidden>
- Date: Thu, 3 Jun 2004 08:25:14 -0700
On Jun 3, 2004, at 2:56 AM, Robert Cerny wrote:
inspired by Mike's Ferris MOKit I was trying to create automatically
an image from deployment build of my software. My script awaits a
source_folder parameter, which should contain the build app. I added
the folder into "Input files" pane but it looks like it's not
reflected. Is there another way to do it (I know I can hardcode the
path, but it's stupid)
You probably just want to use the $SYMROOT environment variable in your
script, rather than passing it as a parameter. If you look in your
build log, prior to executing a shell script, all build settings are
set up as environment variables, and the log shows you their actual
values.
Chris
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.