Re: Changing build settings based on archive-vs-run?
Re: Changing build settings based on archive-vs-run?
- Subject: Re: Changing build settings based on archive-vs-run?
- From: Aaron Burghardt <email@hidden>
- Date: Wed, 09 Apr 2014 12:56:50 -0400
Tip: it's not in the man page, but it is listed in the help text when you run 'xcodebuild -help'.
Is there a way to get it to output the actual values that will be used for a given action? I.e., when archiving, some of the paths are altered and differ from what is reported by this command or by other ways of displaying them, such as enabling "show environment variables" on a Run Script build phase.
Regards,
Aaron
On Apr 3, 2014, at 6:27 PM, Fritz Anderson <email@hidden> wrote:
> There’s an xcodebuild option that will dump build settings for a configuration:
>
> ====
> $ xcodebuild -showBuildSettings -configuration Release
> Build settings for action build and target "Passer Rating":
> ACTION = build
> AD_HOC_CODE_SIGNING_ALLOWED = NO
> ALTERNATE_GROUP = staff
> ALTERNATE_MODE = u+w,go-w,a+rX
> ALTERNATE_OWNER = fritza
> ALWAYS_SEARCH_USER_PATHS = NO
> ALWAYS_USE_SEPARATE_HEADERMAPS = YES
> ...
> ====
>
> You can also use the -project and -target switches to narrow your focus (otherwise xcodebuild guesses at both).
>
> Picked up at WWDC; not in the man page.
>
> — F
_______________________________________________
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