• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: source control for the XCode project
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: source control for the XCode project


  • Subject: Re: source control for the XCode project
  • From: Chris Hanson <email@hidden>
  • Date: Thu, 4 Nov 2004 14:29:50 -0800

On Nov 4, 2004, at 10:22 AM, Travis Heppe wrote:
wouldn't it make more sense to have the default locations of some of this stuff be in the myproject.xcode/ directory? Even better would be if they could be left out entirely and regenerated after the checkout.

These items -- the English.lproj directory and the myproject_Prefix.pch file -- are not part of the project itself; rather, they're used by the project just as your source files are to build the final product.


English.lproj is a localized resource directory; it should contain English-localized versions of your project's various bundle resources. (Nib files, plists, strings files, and so on.) myproject_Prefix.pch is a prefix file that can be (optionally) precompiled and included during the compilation phase of a build.

  -- 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


References: 
 >source control for the XCode project (From: Travis Heppe <email@hidden>)
 >Re: source control for the XCode project (From: Nick Zitzmann <email@hidden>)
 >Re: source control for the XCode project (From: Travis Heppe <email@hidden>)

  • Prev by Date: Re: Re How bad is GDB and C++? (was: GDB and c++ template class)
  • Next by Date: Re: source control for the XCode project
  • Previous by thread: Re: source control for the XCode project
  • Next by thread: Re: source control for the XCode project
  • Index(es):
    • Date
    • Thread