There is no Xcode project for Firefox or Mozilla. Both are built from
the command line. Xcode is used only for debugging. Just read the
build instructions at http://www.mozilla.org/build/mac.html.
javier
> There is no Xcode project for Firefox or Mozilla. Both are built from
> the command line. Xcode is used only for debugging. Just read the
> build instructions at http://www.mozilla.org/build/mac.html.
thanks for your reply.
I realized that. But i thought about using Xcode as my development
environment (code completion, building etc.)
Am i correct in assuming that there's no such thing, other than just
loading a file for editing?
Thanks again :)

Signature
Eric
Javier Pedemonte - 07 Apr 2005 15:21 GMT
> Am i correct in assuming that there's no such thing, other than just
> loading a file for editing?
More or less. You can also debug!
For easier maintenance, the Mozilla.org projects use the same GNU Make
build system across all platforms. The only part of the code that uses
Xcode for building is the Camino front end, since it doesn't need to be
cross-platform.
javier