diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-11-27 15:03:10 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-11-28 16:48:18 +0200 |
commit | f30e479b0a337fb6f5711742d395d354269ece85 (patch) | |
tree | c33bc68992a28b7459b9f6e062c890bd1e14ebf1 /bin | |
parent | e2e8144d478754b8b59be3193669ca8ac17e5b78 (diff) |
Point to some documentation
Change-Id: Ia467db7fd2ebaf85600e5a0c9f11f1e576363177
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/gbuild-to-ide | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/gbuild-to-ide b/bin/gbuild-to-ide index 63f917ff9c17..00a22cfc53b6 100755 --- a/bin/gbuild-to-ide +++ b/bin/gbuild-to-ide @@ -424,6 +424,8 @@ class XcodeIntegrationGenerator(IdeIntegrationGenerator): 'rootObject':self.rootObjectId } return project + # For some reverse-engineered documentation on the project.pbxproj format, + # see http://www.monobjc.net/xcode-project-file-format.html . def write_xcodeproj(self, moduledir, modulename): xcodeprojdir = os.path.join(moduledir, '%s.xcodeproj' % modulename) try: |