[FAQ] Omit the "Development" folder in Xcode 2.2
[FAQ] Omit the "Development" folder in Xcode 2.2
- Subject: [FAQ] Omit the "Development" folder in Xcode 2.2
- From: Chris Espinosa <email@hidden>
- Date: Tue, 6 Dec 2005 14:55:07 -0800
On Dec 6, 2005, at 1:40 PM, Giuseppe Giunto wrote: Anyone know how can I omit the "Development" (or Default) folder with xCode 2.2? I want to to debug a Preferences pane, and if I put the build product (overriding the default project location) in the /Library/PreferencesPanes/, then xCode 2.2 always puts it in the /Library/PreferencesPanes/ /Development/.
See file:///Developer/ADC Reference Library/releasenotes/DeveloperTools/Xcode/XcodeDefaults.html
- UsePerConfigurationBuildLocations
- If set to YES, the built products and intermediates build files locations are segregated by configuration. If NO, the built products and intermediates build files locations are not segregated by configuration. Turning off this feature is not recommended. By default this is set to YES.
To turn this off,
defaults write com.apple.Xcode UsePerConfigurationBuildLocations NO
Chris |
_______________________________________________
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