To clarify, I mean that when I create a new project in the AppName-Info.plist there is a key named Bundle Identifier. It defaults to com.yourcompany.${PRODUCT_NAME:rfc1034identifier}
This means that I have to change "yourcompany" to my company name every time I create a new project that I want to run on a device.
When I first setup Xcode under SDK 2.2, I found a way to set it so my company name got put in new projects automatically, but I've forgotten how I did it.
Poking around Xcode prefs and searching on Google produced no good results.
Where is that setting?