On Jan 5, 2016, at 09:50 , Fritz Anderson <email@hidden> wrote:
The author name is from the Me card under Contacts. The rest comes from the template files buried in Darkest Xcode.
There’s a bit more to it than that.
In recent Xcode versions, most of the settings in the New Project dialog come from the *previous* time you created a project (except that project-specific settings like its name and bundle ID are empty, and obviously some settings apply only to specific project types). This seems to include the organization name, and options such as whether it’s a document-based app, etc.
Initially — and in the past when Xcode didn’t remember previous settings — the organization name came from one of two places:
1. An optional default setting in Xcode preferences that you could set with ‘defaults write …’.
2. The organization name in the Me card in Contacts, if it was non-empty and the preferences setting wasn’t set.
My guess is that Xcode still uses these the first time.
|