Kaydet (Commit) f30e479b authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Point to some documentation

Change-Id: Ia467db7fd2ebaf85600e5a0c9f11f1e576363177
üst e2e8144d
...@@ -424,6 +424,8 @@ class XcodeIntegrationGenerator(IdeIntegrationGenerator): ...@@ -424,6 +424,8 @@ class XcodeIntegrationGenerator(IdeIntegrationGenerator):
'rootObject':self.rootObjectId } 'rootObject':self.rootObjectId }
return project 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): def write_xcodeproj(self, moduledir, modulename):
xcodeprojdir = os.path.join(moduledir, '%s.xcodeproj' % modulename) xcodeprojdir = os.path.join(moduledir, '%s.xcodeproj' % modulename)
try: try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment