I'm kind of new to XCode but dig it. I'm doing lots of small std C+
+ projects. As a result I keep having to search my project type in
the new projects dialogue, set build properties and window layouts.
Is there a way to deafult these items for any new project?
Sort of. The easy way is to:
1. For build settings use a .xcconfig file (Xcode User Guide ->
Configuration Files) and apply it to either your project or target
build settings.
2. For window layouts, use the Xcode preferences.
The hard way is to create a custom project template but that won't
help with the window layouts at all.
Philip Aker
echo email@hidden@nl | tr a-z@. p-za-o.@
A little late, but this might help with creating custom project
templates. Haven't tried it myself.
-- Andrew
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden