• 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: managing xcode projects vs going back to makefiles
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: managing xcode projects vs going back to makefiles


  • Subject: Re: managing xcode projects vs going back to makefiles
  • From: Jens Alfke <email@hidden>
  • Date: Wed, 26 May 2010 13:51:37 -0700


On May 26, 2010, at 8:23 AM, Stéphane Beauchemin wrote:

Another problem with Xcode project is that they can't be edited on a windows computer. The dev that adds an object to a library need to walk to a mac, open the Xcode project make the changes and commit (we haven't found any good remote desktop application for remotely access a Mac from a PC).

The Chromium team wrote a utility called “gyp”, for “Generate Your Projects”, that reads a project description in a platform-neutral JSON format, and generates project files for Xcode and Visual Studio, and also makefiles for Linux.

So in Chromium only the .gyp files are checked in, and after checkout the tool rebuilds the native projects. When you’re adding or removing source files, you just have to alter the appropriate .gyp file and the right thing happens on all platforms.

The tool is open source like the rest of Chromium; it’s written in Python and can be checked out from <http://code.google.com/p/gyp/>.

—Jens
 _______________________________________________
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: 
 >managing xcode projects vs going back to makefiles (From: Stéphane Beauchemin <email@hidden>)
 >Re: managing xcode projects vs going back to makefiles (From: Dan Korn <email@hidden>)

  • Prev by Date: Re: managing xcode projects vs going back to makefiles
  • Next by Date: Global variables - I'm stumped
  • Previous by thread: Re: managing xcode projects vs going back to makefiles
  • Next by thread: Re: managing xcode projects vs going back to makefiles
  • Index(es):
    • Date
    • Thread