Skip to content

Commit

Permalink
Add PBXProj element close to files_and_groups (#2311)
Browse files Browse the repository at this point in the history
Signed-off-by: Brentley Jones <[email protected]>
  • Loading branch information
brentleyjones committed Jun 23, 2023
1 parent 3b64b0d commit 7081e5b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/generators/files_and_groups/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ Here is an example output:
path = ../../external;
sourceTree = SOURCE_ROOT;
};
};
rootObject = 000000000000000000000001 /* Project object */;
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ extension Generator {
// correctly.
return #"""
\#(elementsPartial)\#
};
rootObject = \#(Identifiers.Project.id);
}
"""#
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ class FilesAndGroupsPartialTests: XCTestCase {
// The tabs for indenting are intentional
let expectedFilesAndGroupsPartial = #"""
element /* path */ = {ELEMENT};
};
rootObject = 000000000000000000000001 /* Project object */;
}
"""#

Expand Down

0 comments on commit 7081e5b

Please sign in to comment.