Re: Distributing Xcode projects
Re: Distributing Xcode projects
- Subject: Re: Distributing Xcode projects
- From: "Sean McBride" <email@hidden>
- Date: Wed, 12 Jan 2005 10:05:23 -0500
- Organization: Rogue Research
On 2005-01-07 09:35, Thaddaeus Frogley said:
>I've been working on the OS X / Xcode port of an open source library /
>toolset. When I check the Xcode project file (.xcode) into the
>Subversion database I see that it is actually a file bundle, and so it
>goes into SVN as a folder. At the moment I am checking in all the
>files in the folder, but now the project is almost ready for release I
>need to know (a) which files to actually distribute,
Only the project.pbxproj is needed.
>and (b) if the
>distrubution is created on a win32 system, will the bundle -> folder
>mapping be correctly recreated as folder -> bundle when an OS X user
>unzips a file created on a win32 system?
Probably. the finder decides based on filename extension.
> Also, (c) are there any
>"gotchas" or tips I need to know about for distributing Xcode
>projects.
Be sure that the files in your project do not use full paths, but
relative paths.
_______________________________________________
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