|
37 | 37 | 07BDBAAE2E741CE6002ACC96 /* CollisionHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 07BDBAA72E741CE6002ACC96 /* CollisionHandler.h */; }; |
38 | 38 | 07BDBAAF2E741CE6002ACC96 /* RigidBody.h in Headers */ = {isa = PBXBuildFile; fileRef = 07BDBAA92E741CE6002ACC96 /* RigidBody.h */; }; |
39 | 39 | 07BDBAB02E741CE6002ACC96 /* DynamicsSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = 07BDBAA82E741CE6002ACC96 /* DynamicsSystem.h */; }; |
| 40 | + 07BDBAB12E741CE6002ACC96 /* version.h in Headers */ = {isa = PBXBuildFile; fileRef = 07BDBAA83E741CE6002ACC96 /* version.h */; }; |
| 41 | + |
40 | 42 | /* End PBXBuildFile section */ |
41 | 43 |
|
42 | 44 | /* Begin PBXFileReference section */ |
|
96 | 98 | 07FDE97F2CA0C4E100116BA7 /* build_unit_tests.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = build_unit_tests.sh; sourceTree = "<group>"; }; |
97 | 99 | 07FDE9802CA0C4E100116BA7 /* unit_tests.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = unit_tests.cpp; sourceTree = "<group>"; }; |
98 | 100 | 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>"; }; |
99 | 102 | /* End PBXFileReference section */ |
100 | 103 |
|
101 | 104 | /* Begin PBXFrameworksBuildPhase section */ |
|
127 | 130 | 07BDBAA22E741C83002ACC96 /* str */, |
128 | 131 | 07BDBAA52E741CB6002ACC96 /* sprite */, |
129 | 132 | 07BDBAAC2E741CE6002ACC96 /* physics */, |
| 133 | + 07BDBAAC3E741CE6002ACC96 /* version */, |
130 | 134 | 07D007C02CBF3A4800CCB5E7 /* Examples */, |
131 | 135 | 07FDE97C2CA0B77A00116BA7 /* Tests */, |
132 | 136 | 071CC3CB290465B3007B4B98 /* Products */, |
|
281 | 285 | path = include/Termin8or/physics; |
282 | 286 | sourceTree = SOURCE_ROOT; |
283 | 287 | }; |
| 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 | + }; |
284 | 297 | 07D007C02CBF3A4800CCB5E7 /* Examples */ = { |
285 | 298 | isa = PBXGroup; |
286 | 299 | children = ( |
|
0 commit comments