Skip to content

Commit

Permalink
Allow comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolson authored and Serchinastico committed Feb 22, 2024
1 parent 2eb4bf7 commit 7c54954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions kin/grammar/PBXProj.g4
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ pbx_aggregate_target
build_configuration_list
build_phases
build_settings?
comments?
dependencies
name
product_name?
Expand Down
1 change: 1 addition & 0 deletions tests/ok/sdl.b392469.project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
buildPhases = (
F3676F5E2A78852D0091160D /* ShellScript */,
);
comments = "Test comment.";
dependencies = (
F3676F5D2A7885130091160D /* PBXTargetDependency */,
);
Expand Down

0 comments on commit 7c54954

Please sign in to comment.