summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/gbuild-to-ide2
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: