Skip to content

Commit

Permalink
Make file references optional (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolson authored Feb 26, 2024
1 parent 5afa311 commit 4742519
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 1 deletion.
2 changes: 1 addition & 1 deletion kin/grammar/PBXProj.g4
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ objects
pbx_build_style_section?
pbx_container_item_proxy_section?
pbx_copy_files_build_phase_section?
pbx_file_reference_section
pbx_file_reference_section?
pbx_frameworks_build_phase_section?
pbx_group_section
pbx_headers_build_phase_section?
Expand Down
60 changes: 60 additions & 0 deletions tests/ok/xcodeproj.549d676.project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 48;
objects = {

/* Begin PBXGroup section */
E4C06A7B1FC1CA8500A9AB51 = {
isa = PBXGroup;
children = (
);
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXProject section */
E4C06A7C1FC1CA8500A9AB51 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0920;
LastUpgradeCheck = 0920;
ORGANIZATIONNAME = tuist;
};
buildConfigurationList = E4C06A7F1FC1CA8500A9AB51 /* Build configuration list for PBXProject "ProjectWithoutProductsGroup" */;
compatibilityVersion = "Xcode 8.0";
developmentRegion = en;
hasScannedForEncodings = 0;
mainGroup = E4C06A7B1FC1CA8500A9AB51;
productRefGroup = E4C06A7B1FC1CA8500A9AB51;
projectDirPath = "";
projectRoot = "";
targets = (
);
};
/* End PBXProject section */

/* Begin XCBuildConfiguration section */
E4C06A941FC1CA8500A9AB51 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
};
name = Debug;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
E4C06A7F1FC1CA8500A9AB51 /* Build configuration list for PBXProject "ProjectWithoutProductsGroup" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E4C06A941FC1CA8500A9AB51 /* Debug */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Debug;
};
/* End XCConfigurationList section */
};
rootObject = E4C06A7C1FC1CA8500A9AB51 /* Project object */;
}

0 comments on commit 4742519

Please sign in to comment.