Added targets to PBXFileReference section
This commit is contained in:
parent
9d359ae73d
commit
27577dcd16
@ -132,7 +132,8 @@
|
||||
_p(' objectVersion = 45;')
|
||||
_p(' objects = {')
|
||||
_p('')
|
||||
|
||||
|
||||
|
||||
_p('/* Begin PBXBuildFile section */')
|
||||
tree.traverse(root, {
|
||||
onleafnode = function(node)
|
||||
@ -145,6 +146,7 @@
|
||||
_p('/* End PBXBuildFile section */')
|
||||
_p('')
|
||||
|
||||
|
||||
_p('/* Begin PBXFileReference section */')
|
||||
tree.traverse(root, {
|
||||
onleafnode = function(node)
|
||||
@ -158,8 +160,8 @@
|
||||
end
|
||||
_p('/* End PBXFileReference section */')
|
||||
_p('')
|
||||
|
||||
|
||||
|
||||
|
||||
-- BEGIN HARDCODED --
|
||||
_p('/* Begin PBXFrameworksBuildPhase section */')
|
||||
_p(' 8DD76FAD0486AB0100D96B5E /* Frameworks */ = {')
|
||||
|
Loading…
Reference in New Issue
Block a user