Skip to content

Commit 9d73315

Browse files
committed
Hand-editing project.pbxproj to include version/version.h.
* XCode is pretty clunky that way that it doesn't easily allow me to add a new folder/group and file, or perhaps I've just overlooked something.
1 parent fa82347 commit 9d73315

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Termin8or.xcodeproj/project.pbxproj

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
07BDBAAE2E741CE6002ACC96 /* CollisionHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 07BDBAA72E741CE6002ACC96 /* CollisionHandler.h */; };
3838
07BDBAAF2E741CE6002ACC96 /* RigidBody.h in Headers */ = {isa = PBXBuildFile; fileRef = 07BDBAA92E741CE6002ACC96 /* RigidBody.h */; };
3939
07BDBAB02E741CE6002ACC96 /* DynamicsSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = 07BDBAA82E741CE6002ACC96 /* DynamicsSystem.h */; };
40+
07BDBAB12E741CE6002ACC96 /* version.h in Headers */ = {isa = PBXBuildFile; fileRef = 07BDBAA83E741CE6002ACC96 /* version.h */; };
41+
4042
/* End PBXBuildFile section */
4143

4244
/* Begin PBXFileReference section */
@@ -96,6 +98,7 @@
9698
07FDE97F2CA0C4E100116BA7 /* build_unit_tests.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = build_unit_tests.sh; sourceTree = "<group>"; };
9799
07FDE9802CA0C4E100116BA7 /* unit_tests.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = unit_tests.cpp; sourceTree = "<group>"; };
98100
07FDE9822CA0C75C00116BA7 /* build-and-test-ubuntu.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.yaml; name = "build-and-test-ubuntu.yml"; path = ".github/workflows/build-and-test-ubuntu.yml"; sourceTree = "<group>"; };
101+
07BDBAA83E741CE6002ACC96 /* version.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = version.h; sourceTree = "<group>"; };
99102
/* End PBXFileReference section */
100103

101104
/* Begin PBXFrameworksBuildPhase section */
@@ -127,6 +130,7 @@
127130
07BDBAA22E741C83002ACC96 /* str */,
128131
07BDBAA52E741CB6002ACC96 /* sprite */,
129132
07BDBAAC2E741CE6002ACC96 /* physics */,
133+
07BDBAAC3E741CE6002ACC96 /* version */,
130134
07D007C02CBF3A4800CCB5E7 /* Examples */,
131135
07FDE97C2CA0B77A00116BA7 /* Tests */,
132136
071CC3CB290465B3007B4B98 /* Products */,
@@ -281,6 +285,15 @@
281285
path = include/Termin8or/physics;
282286
sourceTree = SOURCE_ROOT;
283287
};
288+
07BDBAAC3E741CE6002ACC96 /* version */ = {
289+
isa = PBXGroup;
290+
children = (
291+
07BDBAA83E741CE6002ACC96 /* version.h */,
292+
);
293+
name = version;
294+
path = include/Termin8or/version;
295+
sourceTree = SOURCE_ROOT;
296+
};
284297
07D007C02CBF3A4800CCB5E7 /* Examples */ = {
285298
isa = PBXGroup;
286299
children = (

0 commit comments

Comments
 (0)