reflexion 0.3.15 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.doc/ext/reflex/key_event.cpp +3 -3
- data/.github/workflows/release-gem.yml +2 -16
- data/ChangeLog.md +13 -0
- data/README.md +205 -6
- data/VERSION +1 -1
- data/ext/reflex/key_event.cpp +3 -3
- data/include/reflex/defs.h +24 -24
- data/reflex.gemspec +3 -3
- data/samples/bats.rb +2 -2
- data/samples/ios/hello/hello/main.cpp +3 -3
- data/samples/ios/hello/hello.xcodeproj/project.pbxproj +868 -588
- data/samples/osx/hello/hello/main.cpp +4 -4
- data/samples/osx/hello/hello.xcodeproj/project.pbxproj +902 -594
- data/src/ios/event.h +25 -1
- data/src/ios/event.mm +95 -12
- data/src/ios/view_controller.mm +133 -1
- data/src/osx/event.mm +1 -1
- metadata +8 -8
|
@@ -12,95 +12,127 @@
|
|
|
12
12
|
835897DD19322E33006096D2 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 835897DC19322E33006096D2 /* main.cpp */; };
|
|
13
13
|
835897E119322E33006096D2 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 835897DF19322E33006096D2 /* Credits.rtf */; };
|
|
14
14
|
835897E919322E34006096D2 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 835897E819322E34006096D2 /* Images.xcassets */; };
|
|
15
|
-
8358980A19322E68006096D2 /* debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8358980519322E68006096D2 /* debug.cpp */; };
|
|
16
|
-
8358980B19322E68006096D2 /* exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8358980619322E68006096D2 /* exception.cpp */; };
|
|
17
|
-
8358980C19322E68006096D2 /* string.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8358980719322E68006096D2 /* string.cpp */; };
|
|
18
|
-
8358980D19322E68006096D2 /* time.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8358980819322E68006096D2 /* time.cpp */; };
|
|
19
|
-
8358980E19322E68006096D2 /* util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8358980919322E68006096D2 /* util.cpp */; };
|
|
20
|
-
836BC51B19A44FBA009178DC /* body.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC51819A44FBA009178DC /* body.cpp */; };
|
|
21
|
-
836BC51C19A44FBA009178DC /* fixture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC51919A44FBA009178DC /* fixture.cpp */; };
|
|
22
|
-
836BC51D19A44FBA009178DC /* world.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC51A19A44FBA009178DC /* world.cpp */; };
|
|
23
|
-
836BC61119A45148009178DC /* b2BroadPhase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5AF19A45148009178DC /* b2BroadPhase.cpp */; };
|
|
24
|
-
836BC61219A45148009178DC /* b2CollideCircle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5B119A45148009178DC /* b2CollideCircle.cpp */; };
|
|
25
|
-
836BC61319A45148009178DC /* b2CollideEdge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5B219A45148009178DC /* b2CollideEdge.cpp */; };
|
|
26
|
-
836BC61419A45148009178DC /* b2CollidePolygon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5B319A45148009178DC /* b2CollidePolygon.cpp */; };
|
|
27
|
-
836BC61519A45148009178DC /* b2Collision.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5B419A45148009178DC /* b2Collision.cpp */; };
|
|
28
|
-
836BC61619A45148009178DC /* b2Distance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5B619A45148009178DC /* b2Distance.cpp */; };
|
|
29
|
-
836BC61719A45148009178DC /* b2DynamicTree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5B819A45148009178DC /* b2DynamicTree.cpp */; };
|
|
30
|
-
836BC61819A45148009178DC /* b2TimeOfImpact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5BA19A45148009178DC /* b2TimeOfImpact.cpp */; };
|
|
31
|
-
836BC61919A45148009178DC /* b2ChainShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5BD19A45148009178DC /* b2ChainShape.cpp */; };
|
|
32
|
-
836BC61A19A45148009178DC /* b2CircleShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5BF19A45148009178DC /* b2CircleShape.cpp */; };
|
|
33
|
-
836BC61B19A45148009178DC /* b2EdgeShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5C119A45148009178DC /* b2EdgeShape.cpp */; };
|
|
34
|
-
836BC61C19A45148009178DC /* b2PolygonShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5C319A45148009178DC /* b2PolygonShape.cpp */; };
|
|
35
|
-
836BC61D19A45148009178DC /* b2BlockAllocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5C719A45148009178DC /* b2BlockAllocator.cpp */; };
|
|
36
|
-
836BC61E19A45148009178DC /* b2Draw.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5C919A45148009178DC /* b2Draw.cpp */; };
|
|
37
|
-
836BC61F19A45148009178DC /* b2Math.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5CC19A45148009178DC /* b2Math.cpp */; };
|
|
38
|
-
836BC62019A45148009178DC /* b2Settings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5CE19A45148009178DC /* b2Settings.cpp */; };
|
|
39
|
-
836BC62119A45148009178DC /* b2StackAllocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5D019A45148009178DC /* b2StackAllocator.cpp */; };
|
|
40
|
-
836BC62219A45148009178DC /* b2Timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5D219A45148009178DC /* b2Timer.cpp */; };
|
|
41
|
-
836BC62319A45148009178DC /* b2Body.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5D519A45148009178DC /* b2Body.cpp */; };
|
|
42
|
-
836BC62419A45148009178DC /* b2ContactManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5D719A45148009178DC /* b2ContactManager.cpp */; };
|
|
43
|
-
836BC62519A45148009178DC /* b2Fixture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5D919A45148009178DC /* b2Fixture.cpp */; };
|
|
44
|
-
836BC62619A45148009178DC /* b2Island.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5DB19A45148009178DC /* b2Island.cpp */; };
|
|
45
|
-
836BC62719A45148009178DC /* b2World.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5DE19A45148009178DC /* b2World.cpp */; };
|
|
46
|
-
836BC62819A45148009178DC /* b2WorldCallbacks.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5E019A45148009178DC /* b2WorldCallbacks.cpp */; };
|
|
47
|
-
836BC62919A45148009178DC /* b2ChainAndCircleContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5E319A45148009178DC /* b2ChainAndCircleContact.cpp */; };
|
|
48
|
-
836BC62A19A45148009178DC /* b2ChainAndPolygonContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5E519A45148009178DC /* b2ChainAndPolygonContact.cpp */; };
|
|
49
|
-
836BC62B19A45148009178DC /* b2CircleContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5E719A45148009178DC /* b2CircleContact.cpp */; };
|
|
50
|
-
836BC62C19A45148009178DC /* b2Contact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5E919A45148009178DC /* b2Contact.cpp */; };
|
|
51
|
-
836BC62D19A45148009178DC /* b2ContactSolver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5EB19A45148009178DC /* b2ContactSolver.cpp */; };
|
|
52
|
-
836BC62E19A45148009178DC /* b2EdgeAndCircleContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5ED19A45148009178DC /* b2EdgeAndCircleContact.cpp */; };
|
|
53
|
-
836BC62F19A45148009178DC /* b2EdgeAndPolygonContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5EF19A45148009178DC /* b2EdgeAndPolygonContact.cpp */; };
|
|
54
|
-
836BC63019A45148009178DC /* b2PolygonAndCircleContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5F119A45148009178DC /* b2PolygonAndCircleContact.cpp */; };
|
|
55
|
-
836BC63119A45148009178DC /* b2PolygonContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5F319A45148009178DC /* b2PolygonContact.cpp */; };
|
|
56
|
-
836BC63219A45148009178DC /* b2DistanceJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5F619A45148009178DC /* b2DistanceJoint.cpp */; };
|
|
57
|
-
836BC63319A45148009178DC /* b2FrictionJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5F819A45148009178DC /* b2FrictionJoint.cpp */; };
|
|
58
|
-
836BC63419A45148009178DC /* b2GearJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5FA19A45148009178DC /* b2GearJoint.cpp */; };
|
|
59
|
-
836BC63519A45148009178DC /* b2Joint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5FC19A45148009178DC /* b2Joint.cpp */; };
|
|
60
|
-
836BC63619A45148009178DC /* b2MotorJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC5FE19A45148009178DC /* b2MotorJoint.cpp */; };
|
|
61
|
-
836BC63719A45148009178DC /* b2MouseJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC60019A45148009178DC /* b2MouseJoint.cpp */; };
|
|
62
|
-
836BC63819A45148009178DC /* b2PrismaticJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC60219A45148009178DC /* b2PrismaticJoint.cpp */; };
|
|
63
|
-
836BC63919A45148009178DC /* b2PulleyJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC60419A45148009178DC /* b2PulleyJoint.cpp */; };
|
|
64
|
-
836BC63A19A45148009178DC /* b2RevoluteJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC60619A45148009178DC /* b2RevoluteJoint.cpp */; };
|
|
65
|
-
836BC63B19A45148009178DC /* b2RopeJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC60819A45148009178DC /* b2RopeJoint.cpp */; };
|
|
66
|
-
836BC63C19A45148009178DC /* b2WeldJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC60A19A45148009178DC /* b2WeldJoint.cpp */; };
|
|
67
|
-
836BC63D19A45148009178DC /* b2WheelJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC60C19A45148009178DC /* b2WheelJoint.cpp */; };
|
|
68
|
-
836BC63E19A45148009178DC /* b2Rope.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836BC60F19A45148009178DC /* b2Rope.cpp */; };
|
|
69
|
-
8389FC631932B85E005585AC /* bounds.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8389FC4B1932B85E005585AC /* bounds.cpp */; };
|
|
70
|
-
8389FC641932B85E005585AC /* bitmap.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8389FC4D1932B85E005585AC /* bitmap.mm */; };
|
|
71
|
-
8389FC651932B85E005585AC /* font.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8389FC4E1932B85E005585AC /* font.mm */; };
|
|
72
|
-
8389FC661932B85E005585AC /* helper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8389FC501932B85E005585AC /* helper.mm */; };
|
|
73
|
-
8389FC671932B85E005585AC /* opengl.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8389FC511932B85E005585AC /* opengl.mm */; };
|
|
74
|
-
8389FC681932B85E005585AC /* rays.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8389FC521932B85E005585AC /* rays.mm */; };
|
|
75
|
-
8389FC691932B85E005585AC /* color_space.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8389FC531932B85E005585AC /* color_space.cpp */; };
|
|
76
|
-
8389FC6A1932B85E005585AC /* color.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8389FC541932B85E005585AC /* color.cpp */; };
|
|
77
|
-
8389FC6B1932B85E005585AC /* exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8389FC551932B85E005585AC /* exception.cpp */; };
|
|
78
|
-
8389FC6C1932B85E005585AC /* frame_buffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8389FC561932B85E005585AC /* frame_buffer.cpp */; };
|
|
79
|
-
8389FC6D1932B85E005585AC /* image.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8389FC581932B85E005585AC /* image.cpp */; };
|
|
80
|
-
8389FC6E1932B85E005585AC /* matrix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8389FC591932B85E005585AC /* matrix.cpp */; };
|
|
81
|
-
8389FC6F1932B85E005585AC /* opengl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8389FC5A1932B85E005585AC /* opengl.cpp */; };
|
|
82
|
-
8389FC701932B85E005585AC /* painter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8389FC5B1932B85E005585AC /* painter.cpp */; };
|
|
83
|
-
8389FC711932B85E005585AC /* point.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8389FC5C1932B85E005585AC /* point.cpp */; };
|
|
84
|
-
8389FC721932B85E005585AC /* program.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8389FC5D1932B85E005585AC /* program.cpp */; };
|
|
85
|
-
8389FC731932B85E005585AC /* render_buffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8389FC5F1932B85E005585AC /* render_buffer.cpp */; };
|
|
86
|
-
8389FC741932B85E005585AC /* shader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8389FC611932B85E005585AC /* shader.cpp */; };
|
|
87
|
-
8389FC751932B85E005585AC /* texture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8389FC621932B85E005585AC /* texture.cpp */; };
|
|
88
15
|
8389FC771932BC48005585AC /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8389FC761932BC48005585AC /* OpenGL.framework */; };
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
16
|
+
8C9EB4EE2FB6D15F0015F5D4 /* util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB4EB2FB6D15F0015F5D4 /* util.cpp */; };
|
|
17
|
+
8C9EB4EF2FB6D15F0015F5D4 /* debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB4E32FB6D15F0015F5D4 /* debug.cpp */; };
|
|
18
|
+
8C9EB4F02FB6D15F0015F5D4 /* time.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB4E92FB6D15F0015F5D4 /* time.cpp */; };
|
|
19
|
+
8C9EB4F12FB6D15F0015F5D4 /* exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB4E52FB6D15F0015F5D4 /* exception.cpp */; };
|
|
20
|
+
8C9EB4F22FB6D15F0015F5D4 /* string.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB4E72FB6D15F0015F5D4 /* string.cpp */; };
|
|
21
|
+
8C9EB56C2FB6D2320015F5D4 /* shader_source.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB53D2FB6D2320015F5D4 /* shader_source.cpp */; };
|
|
22
|
+
8C9EB56D2FB6D2320015F5D4 /* texture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB53F2FB6D2320015F5D4 /* texture.cpp */; };
|
|
23
|
+
8C9EB56F2FB6D2320015F5D4 /* shader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB5392FB6D2320015F5D4 /* shader.cpp */; };
|
|
24
|
+
8C9EB5722FB6D2320015F5D4 /* shader_program.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB53B2FB6D2320015F5D4 /* shader_program.cpp */; };
|
|
25
|
+
8C9EB5732FB6D2320015F5D4 /* color_space.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB5562FB6D2320015F5D4 /* color_space.cpp */; };
|
|
26
|
+
8C9EB5742FB6D2320015F5D4 /* util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB56A2FB6D2320015F5D4 /* util.cpp */; };
|
|
27
|
+
8C9EB5752FB6D2320015F5D4 /* opengl.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB5282FB6D2320015F5D4 /* opengl.mm */; };
|
|
28
|
+
8C9EB5762FB6D2320015F5D4 /* frame_buffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB5322FB6D2320015F5D4 /* frame_buffer.cpp */; };
|
|
29
|
+
8C9EB5782FB6D2320015F5D4 /* camera.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB5432FB6D2320015F5D4 /* camera.mm */; };
|
|
30
|
+
8C9EB57A2FB6D2320015F5D4 /* font.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB55B2FB6D2320015F5D4 /* font.cpp */; };
|
|
31
|
+
8C9EB57B2FB6D2320015F5D4 /* point.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB5632FB6D2320015F5D4 /* point.cpp */; };
|
|
32
|
+
8C9EB57F2FB6D2320015F5D4 /* matrix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB5602FB6D2320015F5D4 /* matrix.cpp */; };
|
|
33
|
+
8C9EB5802FB6D2320015F5D4 /* rays.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB5452FB6D2320015F5D4 /* rays.mm */; };
|
|
34
|
+
8C9EB5822FB6D2320015F5D4 /* bitmap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB52E2FB6D2320015F5D4 /* bitmap.cpp */; };
|
|
35
|
+
8C9EB5832FB6D2320015F5D4 /* polygon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB5652FB6D2320015F5D4 /* polygon.cpp */; };
|
|
36
|
+
8C9EB5852FB6D2320015F5D4 /* painter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB5352FB6D2320015F5D4 /* painter.cpp */; };
|
|
37
|
+
8C9EB5862FB6D2320015F5D4 /* painter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB5622FB6D2320015F5D4 /* painter.cpp */; };
|
|
38
|
+
8C9EB5872FB6D2320015F5D4 /* polyline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB5672FB6D2320015F5D4 /* polyline.cpp */; };
|
|
39
|
+
8C9EB5882FB6D2320015F5D4 /* opengl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB5342FB6D2320015F5D4 /* opengl.cpp */; };
|
|
40
|
+
8C9EB5892FB6D2320015F5D4 /* render_buffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB5372FB6D2320015F5D4 /* render_buffer.cpp */; };
|
|
41
|
+
8C9EB58B2FB6D2320015F5D4 /* font.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB5442FB6D2320015F5D4 /* font.mm */; };
|
|
42
|
+
8C9EB58D2FB6D2320015F5D4 /* bounds.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB5542FB6D2320015F5D4 /* bounds.cpp */; };
|
|
43
|
+
8C9EB58F2FB6D2320015F5D4 /* bitmap.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB5422FB6D2320015F5D4 /* bitmap.mm */; };
|
|
44
|
+
8C9EB5902FB6D2320015F5D4 /* color_space.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB5302FB6D2320015F5D4 /* color_space.cpp */; };
|
|
45
|
+
8C9EB5922FB6D2320015F5D4 /* color.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB5552FB6D2320015F5D4 /* color.cpp */; };
|
|
46
|
+
8C9EB5942FB6D2320015F5D4 /* exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB5592FB6D2320015F5D4 /* exception.cpp */; };
|
|
47
|
+
8C9EB5952FB6D2320015F5D4 /* coord.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB5582FB6D2320015F5D4 /* coord.cpp */; };
|
|
48
|
+
8C9EB5972FB6D2320015F5D4 /* image.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB55E2FB6D2320015F5D4 /* image.cpp */; };
|
|
49
|
+
8C9EC21D2FB6D2810015F5D4 /* clipper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EB5DC2FB6D2810015F5D4 /* clipper.cpp */; };
|
|
50
|
+
8C9EC2922FB6D2810015F5D4 /* Splines.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EC0832FB6D2810015F5D4 /* Splines.cpp */; };
|
|
51
|
+
8C9EC9C42FB6D2EB0015F5D4 /* device.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EC9A32FB6D2EB0015F5D4 /* device.cpp */; };
|
|
52
|
+
8C9EC9CA2FB6D2EB0015F5D4 /* screen.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EC9802FB6D2EB0015F5D4 /* screen.mm */; };
|
|
53
|
+
8C9EC9CB2FB6D2EB0015F5D4 /* window.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EC9BE2FB6D2EB0015F5D4 /* window.cpp */; };
|
|
54
|
+
8C9EC9CE2FB6D2EB0015F5D4 /* gamepad.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EC9772FB6D2EB0015F5D4 /* gamepad.mm */; };
|
|
55
|
+
8C9EC9CF2FB6D2EB0015F5D4 /* style.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EC9B82FB6D2EB0015F5D4 /* style.cpp */; };
|
|
56
|
+
8C9EC9D22FB6D2EB0015F5D4 /* body.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EC9A22FB6D2EB0015F5D4 /* body.cpp */; };
|
|
57
|
+
8C9EC9D32FB6D2EB0015F5D4 /* native_window.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EC97B2FB6D2EB0015F5D4 /* native_window.mm */; };
|
|
58
|
+
8C9EC9D52FB6D2EB0015F5D4 /* reflex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EC9B22FB6D2EB0015F5D4 /* reflex.cpp */; };
|
|
59
|
+
8C9EC9D62FB6D2EB0015F5D4 /* event.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EC9762FB6D2EB0015F5D4 /* event.mm */; };
|
|
60
|
+
8C9EC9D82FB6D2EB0015F5D4 /* device.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EC9742FB6D2EB0015F5D4 /* device.mm */; };
|
|
61
|
+
8C9EC9D92FB6D2EB0015F5D4 /* view.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EC9BC2FB6D2EB0015F5D4 /* view.cpp */; };
|
|
62
|
+
8C9EC9DB2FB6D2EB0015F5D4 /* gamepad_hid.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EC9792FB6D2EB0015F5D4 /* gamepad_hid.mm */; };
|
|
63
|
+
8C9EC9DE2FB6D2EB0015F5D4 /* application.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EC9A02FB6D2EB0015F5D4 /* application.cpp */; };
|
|
64
|
+
8C9EC9DF2FB6D2EB0015F5D4 /* pointer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EC9B02FB6D2EB0015F5D4 /* pointer.cpp */; };
|
|
65
|
+
8C9EC9E02FB6D2EB0015F5D4 /* application.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EC9732FB6D2EB0015F5D4 /* application.mm */; };
|
|
66
|
+
8C9EC9E12FB6D2EB0015F5D4 /* image_view.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EC9AC2FB6D2EB0015F5D4 /* image_view.cpp */; };
|
|
67
|
+
8C9EC9E32FB6D2EB0015F5D4 /* window.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EC9822FB6D2EB0015F5D4 /* window.mm */; };
|
|
68
|
+
8C9EC9E42FB6D2EB0015F5D4 /* timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EC9BA2FB6D2EB0015F5D4 /* timer.cpp */; };
|
|
69
|
+
8C9EC9E72FB6D2EB0015F5D4 /* selector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EC9B42FB6D2EB0015F5D4 /* selector.cpp */; };
|
|
70
|
+
8C9EC9E82FB6D2EB0015F5D4 /* world.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EC9C02FB6D2EB0015F5D4 /* world.cpp */; };
|
|
71
|
+
8C9EC9EA2FB6D2EB0015F5D4 /* gamepad.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EC9AB2FB6D2EB0015F5D4 /* gamepad.cpp */; };
|
|
72
|
+
8C9EC9EB2FB6D2EB0015F5D4 /* event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EC9A52FB6D2EB0015F5D4 /* event.cpp */; };
|
|
73
|
+
8C9EC9EC2FB6D2EB0015F5D4 /* midi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EC9AE2FB6D2EB0015F5D4 /* midi.cpp */; };
|
|
74
|
+
8C9EC9EE2FB6D2EB0015F5D4 /* gamepad_gc.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EC9782FB6D2EB0015F5D4 /* gamepad_gc.mm */; };
|
|
75
|
+
8C9EC9F02FB6D2EB0015F5D4 /* fixture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EC9A92FB6D2EB0015F5D4 /* fixture.cpp */; };
|
|
76
|
+
8C9EC9F12FB6D2EB0015F5D4 /* shape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EC9B62FB6D2EB0015F5D4 /* shape.cpp */; };
|
|
77
|
+
8C9EC9F22FB6D2EB0015F5D4 /* filter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EC9A72FB6D2EB0015F5D4 /* filter.cpp */; };
|
|
78
|
+
8C9EC9F62FB6D2EB0015F5D4 /* reflex.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EC97E2FB6D2EB0015F5D4 /* reflex.mm */; };
|
|
79
|
+
8C9EC9F72FB6D2EB0015F5D4 /* exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EC9A62FB6D2EB0015F5D4 /* exception.cpp */; };
|
|
80
|
+
8C9EC9F82FB6D2EB0015F5D4 /* opengl_view.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EC97D2FB6D2EB0015F5D4 /* opengl_view.mm */; };
|
|
81
|
+
8C9EC9F92FB6D2EB0015F5D4 /* app_delegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EC9712FB6D2EB0015F5D4 /* app_delegate.mm */; };
|
|
82
|
+
8C9ECC2A2FB6D30B0015F5D4 /* b2_settings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECACD2FB6D30B0015F5D4 /* b2_settings.cpp */; };
|
|
83
|
+
8C9ECC2B2FB6D30B0015F5D4 /* b2_stack_allocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECACF2FB6D30B0015F5D4 /* b2_stack_allocator.cpp */; };
|
|
84
|
+
8C9ECC302FB6D30B0015F5D4 /* b2_collide_edge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECAB62FB6D30B0015F5D4 /* b2_collide_edge.cpp */; };
|
|
85
|
+
8C9ECC352FB6D30B0015F5D4 /* b2_gear_joint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECAF22FB6D30B0015F5D4 /* b2_gear_joint.cpp */; };
|
|
86
|
+
8C9ECC372FB6D30B0015F5D4 /* b2_broad_phase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECAAE2FB6D30B0015F5D4 /* b2_broad_phase.cpp */; };
|
|
87
|
+
8C9ECC452FB6D30B0015F5D4 /* b2_circle_shape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECAB22FB6D30B0015F5D4 /* b2_circle_shape.cpp */; };
|
|
88
|
+
8C9ECC462FB6D30B0015F5D4 /* b2_friction_joint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECAF02FB6D30B0015F5D4 /* b2_friction_joint.cpp */; };
|
|
89
|
+
8C9ECC4B2FB6D30B0015F5D4 /* b2_block_allocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECAC72FB6D30B0015F5D4 /* b2_block_allocator.cpp */; };
|
|
90
|
+
8C9ECC4D2FB6D30B0015F5D4 /* RtMidi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECBF12FB6D30B0015F5D4 /* RtMidi.cpp */; };
|
|
91
|
+
8C9ECC4E2FB6D30B0015F5D4 /* b2_chain_circle_contact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECAD72FB6D30B0015F5D4 /* b2_chain_circle_contact.cpp */; };
|
|
92
|
+
8C9ECC522FB6D30B0015F5D4 /* b2_world_callbacks.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECB0F2FB6D30B0015F5D4 /* b2_world_callbacks.cpp */; };
|
|
93
|
+
8C9ECC562FB6D30B0015F5D4 /* b2_polygon_contact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECB012FB6D30B0015F5D4 /* b2_polygon_contact.cpp */; };
|
|
94
|
+
8C9ECC582FB6D30B0015F5D4 /* b2_joint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECAF72FB6D30B0015F5D4 /* b2_joint.cpp */; };
|
|
95
|
+
8C9ECC592FB6D30B0015F5D4 /* b2_time_of_impact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECAC42FB6D30B0015F5D4 /* b2_time_of_impact.cpp */; };
|
|
96
|
+
8C9ECC6D2FB6D30B0015F5D4 /* b2_pulley_joint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECB052FB6D30B0015F5D4 /* b2_pulley_joint.cpp */; };
|
|
97
|
+
8C9ECC702FB6D30B0015F5D4 /* b2_polygon_circle_contact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECAFE2FB6D30B0015F5D4 /* b2_polygon_circle_contact.cpp */; };
|
|
98
|
+
8C9ECC712FB6D30B0015F5D4 /* b2_contact_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECAE12FB6D30B0015F5D4 /* b2_contact_manager.cpp */; };
|
|
99
|
+
8C9ECC732FB6D30B0015F5D4 /* b2_distance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECABC2FB6D30B0015F5D4 /* b2_distance.cpp */; };
|
|
100
|
+
8C9ECC742FB6D30B0015F5D4 /* b2_rope.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECB122FB6D30B0015F5D4 /* b2_rope.cpp */; };
|
|
101
|
+
8C9ECC762FB6D30B0015F5D4 /* b2_world.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECB0D2FB6D30B0015F5D4 /* b2_world.cpp */; };
|
|
102
|
+
8C9ECC792FB6D30B0015F5D4 /* b2_polygon_shape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECAC22FB6D30B0015F5D4 /* b2_polygon_shape.cpp */; };
|
|
103
|
+
8C9ECC7B2FB6D30B0015F5D4 /* b2_timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECAD12FB6D30B0015F5D4 /* b2_timer.cpp */; };
|
|
104
|
+
8C9ECC7E2FB6D30B0015F5D4 /* b2_mouse_joint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECAFB2FB6D30B0015F5D4 /* b2_mouse_joint.cpp */; };
|
|
105
|
+
8C9ECC832FB6D30B0015F5D4 /* b2_revolute_joint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECB072FB6D30B0015F5D4 /* b2_revolute_joint.cpp */; };
|
|
106
|
+
8C9ECC862FB6D30B0015F5D4 /* b2_draw.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECAC92FB6D30B0015F5D4 /* b2_draw.cpp */; };
|
|
107
|
+
8C9ECC892FB6D30B0015F5D4 /* b2_edge_shape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECAC02FB6D30B0015F5D4 /* b2_edge_shape.cpp */; };
|
|
108
|
+
8C9ECC8A2FB6D30B0015F5D4 /* b2_collide_polygon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECAB82FB6D30B0015F5D4 /* b2_collide_polygon.cpp */; };
|
|
109
|
+
8C9ECC8B2FB6D30B0015F5D4 /* b2_edge_circle_contact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECAE92FB6D30B0015F5D4 /* b2_edge_circle_contact.cpp */; };
|
|
110
|
+
8C9ECC932FB6D30B0015F5D4 /* b2_weld_joint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECB092FB6D30B0015F5D4 /* b2_weld_joint.cpp */; };
|
|
111
|
+
8C9ECC952FB6D30B0015F5D4 /* b2_circle_contact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECADD2FB6D30B0015F5D4 /* b2_circle_contact.cpp */; };
|
|
112
|
+
8C9ECC992FB6D30B0015F5D4 /* b2_chain_shape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECAB02FB6D30B0015F5D4 /* b2_chain_shape.cpp */; };
|
|
113
|
+
8C9ECC9D2FB6D30B0015F5D4 /* b2_wheel_joint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECB0B2FB6D30B0015F5D4 /* b2_wheel_joint.cpp */; };
|
|
114
|
+
8C9ECC9E2FB6D30B0015F5D4 /* b2_contact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECADF2FB6D30B0015F5D4 /* b2_contact.cpp */; };
|
|
115
|
+
8C9ECCA32FB6D30B0015F5D4 /* b2_body.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECAD42FB6D30B0015F5D4 /* b2_body.cpp */; };
|
|
116
|
+
8C9ECCA42FB6D30B0015F5D4 /* b2_edge_polygon_contact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECAEC2FB6D30B0015F5D4 /* b2_edge_polygon_contact.cpp */; };
|
|
117
|
+
8C9ECCA92FB6D30B0015F5D4 /* b2_math.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECACB2FB6D30B0015F5D4 /* b2_math.cpp */; };
|
|
118
|
+
8C9ECCAD2FB6D30B0015F5D4 /* b2_dynamic_tree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECABE2FB6D30B0015F5D4 /* b2_dynamic_tree.cpp */; };
|
|
119
|
+
8C9ECCB22FB6D30B0015F5D4 /* b2_island.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECAF52FB6D30B0015F5D4 /* b2_island.cpp */; };
|
|
120
|
+
8C9ECCB32FB6D30B0015F5D4 /* b2_motor_joint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECAF92FB6D30B0015F5D4 /* b2_motor_joint.cpp */; };
|
|
121
|
+
8C9ECCC02FB6D30B0015F5D4 /* b2_distance_joint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECAE62FB6D30B0015F5D4 /* b2_distance_joint.cpp */; };
|
|
122
|
+
8C9ECCC22FB6D30B0015F5D4 /* b2_collide_circle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECAB42FB6D30B0015F5D4 /* b2_collide_circle.cpp */; };
|
|
123
|
+
8C9ECCC52FB6D30B0015F5D4 /* b2_fixture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECAEE2FB6D30B0015F5D4 /* b2_fixture.cpp */; };
|
|
124
|
+
8C9ECCCB2FB6D30B0015F5D4 /* b2_contact_solver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECAE42FB6D30B0015F5D4 /* b2_contact_solver.cpp */; };
|
|
125
|
+
8C9ECCCC2FB6D30B0015F5D4 /* b2_collision.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECABA2FB6D30B0015F5D4 /* b2_collision.cpp */; };
|
|
126
|
+
8C9ECCD02FB6D30B0015F5D4 /* b2_chain_polygon_contact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECADA2FB6D30B0015F5D4 /* b2_chain_polygon_contact.cpp */; };
|
|
127
|
+
8C9ECCD32FB6D30B0015F5D4 /* b2_prismatic_joint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9ECB032FB6D30B0015F5D4 /* b2_prismatic_joint.cpp */; };
|
|
128
|
+
8C9ECDA92FB6D67D0015F5D4 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8C9ECDA82FB6D67D0015F5D4 /* AVFoundation.framework */; };
|
|
129
|
+
8C9ECDAD2FB6D69B0015F5D4 /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8C9ECDAC2FB6D69B0015F5D4 /* GameController.framework */; };
|
|
130
|
+
8C9ECDAF2FB6D6AD0015F5D4 /* CoreImage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8C9ECDAE2FB6D6AD0015F5D4 /* CoreImage.framework */; };
|
|
131
|
+
8C9ECDB12FB6D6B70015F5D4 /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8C9ECDB02FB6D6B70015F5D4 /* CoreVideo.framework */; };
|
|
132
|
+
8C9ECDB32FB6D6C20015F5D4 /* CoreMedia.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8C9ECDB22FB6D6C20015F5D4 /* CoreMedia.framework */; };
|
|
133
|
+
8C9ECDB72FB6D77C0015F5D4 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8C9ECDB62FB6D77C0015F5D4 /* IOKit.framework */; };
|
|
134
|
+
8C9ECDB92FB6D8340015F5D4 /* CoreMIDI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8C9ECDB82FB6D8340015F5D4 /* CoreMIDI.framework */; };
|
|
135
|
+
8C9ECDBB2FB6D8460015F5D4 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8C9ECDBA2FB6D8460015F5D4 /* CoreAudio.framework */; };
|
|
104
136
|
/* End PBXBuildFile section */
|
|
105
137
|
|
|
106
138
|
/* Begin PBXFileReference section */
|
|
@@ -115,194 +147,224 @@
|
|
|
115
147
|
835897DE19322E33006096D2 /* hello-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "hello-Prefix.pch"; sourceTree = "<group>"; };
|
|
116
148
|
835897E019322E33006096D2 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
|
|
117
149
|
835897E819322E34006096D2 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
|
118
|
-
8358980519322E68006096D2 /* debug.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = debug.cpp; path = ../../../../../xot/src/debug.cpp; sourceTree = "<group>"; };
|
|
119
|
-
8358980619322E68006096D2 /* exception.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = exception.cpp; path = ../../../../../xot/src/exception.cpp; sourceTree = "<group>"; };
|
|
120
|
-
8358980719322E68006096D2 /* string.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = string.cpp; path = ../../../../../xot/src/string.cpp; sourceTree = "<group>"; };
|
|
121
|
-
8358980819322E68006096D2 /* time.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = time.cpp; path = ../../../../../xot/src/time.cpp; sourceTree = "<group>"; };
|
|
122
|
-
8358980919322E68006096D2 /* util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = util.cpp; path = ../../../../../xot/src/util.cpp; sourceTree = "<group>"; };
|
|
123
|
-
836BC51619A44F96009178DC /* body.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = body.h; path = ../../../../include/reflex/body.h; sourceTree = "<group>"; };
|
|
124
|
-
836BC51719A44F96009178DC /* fixture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fixture.h; path = ../../../../include/reflex/fixture.h; sourceTree = "<group>"; };
|
|
125
|
-
836BC51819A44FBA009178DC /* body.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = body.cpp; path = ../../../../src/body.cpp; sourceTree = "<group>"; };
|
|
126
|
-
836BC51919A44FBA009178DC /* fixture.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fixture.cpp; path = ../../../../src/fixture.cpp; sourceTree = "<group>"; };
|
|
127
|
-
836BC51A19A44FBA009178DC /* world.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = world.cpp; path = ../../../../src/world.cpp; sourceTree = "<group>"; };
|
|
128
|
-
836BC51E19A44FDD009178DC /* world.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = world.h; path = ../../../../src/world.h; sourceTree = "<group>"; };
|
|
129
|
-
836BC5AD19A45148009178DC /* Box2D.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Box2D.h; sourceTree = "<group>"; };
|
|
130
|
-
836BC5AF19A45148009178DC /* b2BroadPhase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2BroadPhase.cpp; sourceTree = "<group>"; };
|
|
131
|
-
836BC5B019A45148009178DC /* b2BroadPhase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2BroadPhase.h; sourceTree = "<group>"; };
|
|
132
|
-
836BC5B119A45148009178DC /* b2CollideCircle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2CollideCircle.cpp; sourceTree = "<group>"; };
|
|
133
|
-
836BC5B219A45148009178DC /* b2CollideEdge.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2CollideEdge.cpp; sourceTree = "<group>"; };
|
|
134
|
-
836BC5B319A45148009178DC /* b2CollidePolygon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2CollidePolygon.cpp; sourceTree = "<group>"; };
|
|
135
|
-
836BC5B419A45148009178DC /* b2Collision.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Collision.cpp; sourceTree = "<group>"; };
|
|
136
|
-
836BC5B519A45148009178DC /* b2Collision.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Collision.h; sourceTree = "<group>"; };
|
|
137
|
-
836BC5B619A45148009178DC /* b2Distance.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Distance.cpp; sourceTree = "<group>"; };
|
|
138
|
-
836BC5B719A45148009178DC /* b2Distance.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Distance.h; sourceTree = "<group>"; };
|
|
139
|
-
836BC5B819A45148009178DC /* b2DynamicTree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2DynamicTree.cpp; sourceTree = "<group>"; };
|
|
140
|
-
836BC5B919A45148009178DC /* b2DynamicTree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2DynamicTree.h; sourceTree = "<group>"; };
|
|
141
|
-
836BC5BA19A45148009178DC /* b2TimeOfImpact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2TimeOfImpact.cpp; sourceTree = "<group>"; };
|
|
142
|
-
836BC5BB19A45148009178DC /* b2TimeOfImpact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2TimeOfImpact.h; sourceTree = "<group>"; };
|
|
143
|
-
836BC5BD19A45148009178DC /* b2ChainShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2ChainShape.cpp; sourceTree = "<group>"; };
|
|
144
|
-
836BC5BE19A45148009178DC /* b2ChainShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2ChainShape.h; sourceTree = "<group>"; };
|
|
145
|
-
836BC5BF19A45148009178DC /* b2CircleShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2CircleShape.cpp; sourceTree = "<group>"; };
|
|
146
|
-
836BC5C019A45148009178DC /* b2CircleShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2CircleShape.h; sourceTree = "<group>"; };
|
|
147
|
-
836BC5C119A45148009178DC /* b2EdgeShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2EdgeShape.cpp; sourceTree = "<group>"; };
|
|
148
|
-
836BC5C219A45148009178DC /* b2EdgeShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2EdgeShape.h; sourceTree = "<group>"; };
|
|
149
|
-
836BC5C319A45148009178DC /* b2PolygonShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2PolygonShape.cpp; sourceTree = "<group>"; };
|
|
150
|
-
836BC5C419A45148009178DC /* b2PolygonShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2PolygonShape.h; sourceTree = "<group>"; };
|
|
151
|
-
836BC5C519A45148009178DC /* b2Shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Shape.h; sourceTree = "<group>"; };
|
|
152
|
-
836BC5C719A45148009178DC /* b2BlockAllocator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2BlockAllocator.cpp; sourceTree = "<group>"; };
|
|
153
|
-
836BC5C819A45148009178DC /* b2BlockAllocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2BlockAllocator.h; sourceTree = "<group>"; };
|
|
154
|
-
836BC5C919A45148009178DC /* b2Draw.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Draw.cpp; sourceTree = "<group>"; };
|
|
155
|
-
836BC5CA19A45148009178DC /* b2Draw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Draw.h; sourceTree = "<group>"; };
|
|
156
|
-
836BC5CB19A45148009178DC /* b2GrowableStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2GrowableStack.h; sourceTree = "<group>"; };
|
|
157
|
-
836BC5CC19A45148009178DC /* b2Math.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Math.cpp; sourceTree = "<group>"; };
|
|
158
|
-
836BC5CD19A45148009178DC /* b2Math.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Math.h; sourceTree = "<group>"; };
|
|
159
|
-
836BC5CE19A45148009178DC /* b2Settings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Settings.cpp; sourceTree = "<group>"; };
|
|
160
|
-
836BC5CF19A45148009178DC /* b2Settings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Settings.h; sourceTree = "<group>"; };
|
|
161
|
-
836BC5D019A45148009178DC /* b2StackAllocator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2StackAllocator.cpp; sourceTree = "<group>"; };
|
|
162
|
-
836BC5D119A45148009178DC /* b2StackAllocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2StackAllocator.h; sourceTree = "<group>"; };
|
|
163
|
-
836BC5D219A45148009178DC /* b2Timer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Timer.cpp; sourceTree = "<group>"; };
|
|
164
|
-
836BC5D319A45148009178DC /* b2Timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Timer.h; sourceTree = "<group>"; };
|
|
165
|
-
836BC5D519A45148009178DC /* b2Body.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Body.cpp; sourceTree = "<group>"; };
|
|
166
|
-
836BC5D619A45148009178DC /* b2Body.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Body.h; sourceTree = "<group>"; };
|
|
167
|
-
836BC5D719A45148009178DC /* b2ContactManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2ContactManager.cpp; sourceTree = "<group>"; };
|
|
168
|
-
836BC5D819A45148009178DC /* b2ContactManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2ContactManager.h; sourceTree = "<group>"; };
|
|
169
|
-
836BC5D919A45148009178DC /* b2Fixture.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Fixture.cpp; sourceTree = "<group>"; };
|
|
170
|
-
836BC5DA19A45148009178DC /* b2Fixture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Fixture.h; sourceTree = "<group>"; };
|
|
171
|
-
836BC5DB19A45148009178DC /* b2Island.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Island.cpp; sourceTree = "<group>"; };
|
|
172
|
-
836BC5DC19A45148009178DC /* b2Island.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Island.h; sourceTree = "<group>"; };
|
|
173
|
-
836BC5DD19A45148009178DC /* b2TimeStep.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2TimeStep.h; sourceTree = "<group>"; };
|
|
174
|
-
836BC5DE19A45148009178DC /* b2World.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2World.cpp; sourceTree = "<group>"; };
|
|
175
|
-
836BC5DF19A45148009178DC /* b2World.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2World.h; sourceTree = "<group>"; };
|
|
176
|
-
836BC5E019A45148009178DC /* b2WorldCallbacks.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2WorldCallbacks.cpp; sourceTree = "<group>"; };
|
|
177
|
-
836BC5E119A45148009178DC /* b2WorldCallbacks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2WorldCallbacks.h; sourceTree = "<group>"; };
|
|
178
|
-
836BC5E319A45148009178DC /* b2ChainAndCircleContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2ChainAndCircleContact.cpp; sourceTree = "<group>"; };
|
|
179
|
-
836BC5E419A45148009178DC /* b2ChainAndCircleContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2ChainAndCircleContact.h; sourceTree = "<group>"; };
|
|
180
|
-
836BC5E519A45148009178DC /* b2ChainAndPolygonContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2ChainAndPolygonContact.cpp; sourceTree = "<group>"; };
|
|
181
|
-
836BC5E619A45148009178DC /* b2ChainAndPolygonContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2ChainAndPolygonContact.h; sourceTree = "<group>"; };
|
|
182
|
-
836BC5E719A45148009178DC /* b2CircleContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2CircleContact.cpp; sourceTree = "<group>"; };
|
|
183
|
-
836BC5E819A45148009178DC /* b2CircleContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2CircleContact.h; sourceTree = "<group>"; };
|
|
184
|
-
836BC5E919A45148009178DC /* b2Contact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Contact.cpp; sourceTree = "<group>"; };
|
|
185
|
-
836BC5EA19A45148009178DC /* b2Contact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Contact.h; sourceTree = "<group>"; };
|
|
186
|
-
836BC5EB19A45148009178DC /* b2ContactSolver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2ContactSolver.cpp; sourceTree = "<group>"; };
|
|
187
|
-
836BC5EC19A45148009178DC /* b2ContactSolver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2ContactSolver.h; sourceTree = "<group>"; };
|
|
188
|
-
836BC5ED19A45148009178DC /* b2EdgeAndCircleContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2EdgeAndCircleContact.cpp; sourceTree = "<group>"; };
|
|
189
|
-
836BC5EE19A45148009178DC /* b2EdgeAndCircleContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2EdgeAndCircleContact.h; sourceTree = "<group>"; };
|
|
190
|
-
836BC5EF19A45148009178DC /* b2EdgeAndPolygonContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2EdgeAndPolygonContact.cpp; sourceTree = "<group>"; };
|
|
191
|
-
836BC5F019A45148009178DC /* b2EdgeAndPolygonContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2EdgeAndPolygonContact.h; sourceTree = "<group>"; };
|
|
192
|
-
836BC5F119A45148009178DC /* b2PolygonAndCircleContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2PolygonAndCircleContact.cpp; sourceTree = "<group>"; };
|
|
193
|
-
836BC5F219A45148009178DC /* b2PolygonAndCircleContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2PolygonAndCircleContact.h; sourceTree = "<group>"; };
|
|
194
|
-
836BC5F319A45148009178DC /* b2PolygonContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2PolygonContact.cpp; sourceTree = "<group>"; };
|
|
195
|
-
836BC5F419A45148009178DC /* b2PolygonContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2PolygonContact.h; sourceTree = "<group>"; };
|
|
196
|
-
836BC5F619A45148009178DC /* b2DistanceJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2DistanceJoint.cpp; sourceTree = "<group>"; };
|
|
197
|
-
836BC5F719A45148009178DC /* b2DistanceJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2DistanceJoint.h; sourceTree = "<group>"; };
|
|
198
|
-
836BC5F819A45148009178DC /* b2FrictionJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2FrictionJoint.cpp; sourceTree = "<group>"; };
|
|
199
|
-
836BC5F919A45148009178DC /* b2FrictionJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2FrictionJoint.h; sourceTree = "<group>"; };
|
|
200
|
-
836BC5FA19A45148009178DC /* b2GearJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2GearJoint.cpp; sourceTree = "<group>"; };
|
|
201
|
-
836BC5FB19A45148009178DC /* b2GearJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2GearJoint.h; sourceTree = "<group>"; };
|
|
202
|
-
836BC5FC19A45148009178DC /* b2Joint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Joint.cpp; sourceTree = "<group>"; };
|
|
203
|
-
836BC5FD19A45148009178DC /* b2Joint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Joint.h; sourceTree = "<group>"; };
|
|
204
|
-
836BC5FE19A45148009178DC /* b2MotorJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2MotorJoint.cpp; sourceTree = "<group>"; };
|
|
205
|
-
836BC5FF19A45148009178DC /* b2MotorJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2MotorJoint.h; sourceTree = "<group>"; };
|
|
206
|
-
836BC60019A45148009178DC /* b2MouseJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2MouseJoint.cpp; sourceTree = "<group>"; };
|
|
207
|
-
836BC60119A45148009178DC /* b2MouseJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2MouseJoint.h; sourceTree = "<group>"; };
|
|
208
|
-
836BC60219A45148009178DC /* b2PrismaticJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2PrismaticJoint.cpp; sourceTree = "<group>"; };
|
|
209
|
-
836BC60319A45148009178DC /* b2PrismaticJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2PrismaticJoint.h; sourceTree = "<group>"; };
|
|
210
|
-
836BC60419A45148009178DC /* b2PulleyJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2PulleyJoint.cpp; sourceTree = "<group>"; };
|
|
211
|
-
836BC60519A45148009178DC /* b2PulleyJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2PulleyJoint.h; sourceTree = "<group>"; };
|
|
212
|
-
836BC60619A45148009178DC /* b2RevoluteJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2RevoluteJoint.cpp; sourceTree = "<group>"; };
|
|
213
|
-
836BC60719A45148009178DC /* b2RevoluteJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2RevoluteJoint.h; sourceTree = "<group>"; };
|
|
214
|
-
836BC60819A45148009178DC /* b2RopeJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2RopeJoint.cpp; sourceTree = "<group>"; };
|
|
215
|
-
836BC60919A45148009178DC /* b2RopeJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2RopeJoint.h; sourceTree = "<group>"; };
|
|
216
|
-
836BC60A19A45148009178DC /* b2WeldJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2WeldJoint.cpp; sourceTree = "<group>"; };
|
|
217
|
-
836BC60B19A45148009178DC /* b2WeldJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2WeldJoint.h; sourceTree = "<group>"; };
|
|
218
|
-
836BC60C19A45148009178DC /* b2WheelJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2WheelJoint.cpp; sourceTree = "<group>"; };
|
|
219
|
-
836BC60D19A45148009178DC /* b2WheelJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2WheelJoint.h; sourceTree = "<group>"; };
|
|
220
|
-
836BC60F19A45148009178DC /* b2Rope.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Rope.cpp; sourceTree = "<group>"; };
|
|
221
|
-
836BC61019A45148009178DC /* b2Rope.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Rope.h; sourceTree = "<group>"; };
|
|
222
|
-
8389FC4B1932B85E005585AC /* bounds.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = bounds.cpp; path = ../../../../../rays/src/bounds.cpp; sourceTree = "<group>"; };
|
|
223
|
-
8389FC4D1932B85E005585AC /* bitmap.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = bitmap.mm; path = ../../../../../rays/src/osx/bitmap.mm; sourceTree = "<group>"; };
|
|
224
|
-
8389FC4E1932B85E005585AC /* font.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = font.mm; path = ../../../../../rays/src/osx/font.mm; sourceTree = "<group>"; };
|
|
225
|
-
8389FC4F1932B85E005585AC /* helper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = helper.h; path = ../../../../../rays/src/osx/helper.h; sourceTree = "<group>"; };
|
|
226
|
-
8389FC501932B85E005585AC /* helper.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = helper.mm; path = ../../../../../rays/src/osx/helper.mm; sourceTree = "<group>"; };
|
|
227
|
-
8389FC511932B85E005585AC /* opengl.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = opengl.mm; path = ../../../../../rays/src/osx/opengl.mm; sourceTree = "<group>"; };
|
|
228
|
-
8389FC521932B85E005585AC /* rays.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = rays.mm; path = ../../../../../rays/src/osx/rays.mm; sourceTree = "<group>"; };
|
|
229
|
-
8389FC531932B85E005585AC /* color_space.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = color_space.cpp; path = ../../../../../rays/src/color_space.cpp; sourceTree = "<group>"; };
|
|
230
|
-
8389FC541932B85E005585AC /* color.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = color.cpp; path = ../../../../../rays/src/color.cpp; sourceTree = "<group>"; };
|
|
231
|
-
8389FC551932B85E005585AC /* exception.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = exception.cpp; path = ../../../../../rays/src/exception.cpp; sourceTree = "<group>"; };
|
|
232
|
-
8389FC561932B85E005585AC /* frame_buffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = frame_buffer.cpp; path = ../../../../../rays/src/frame_buffer.cpp; sourceTree = "<group>"; };
|
|
233
|
-
8389FC571932B85E005585AC /* frame_buffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = frame_buffer.h; path = ../../../../../rays/src/frame_buffer.h; sourceTree = "<group>"; };
|
|
234
|
-
8389FC581932B85E005585AC /* image.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = image.cpp; path = ../../../../../rays/src/image.cpp; sourceTree = "<group>"; };
|
|
235
|
-
8389FC591932B85E005585AC /* matrix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = matrix.cpp; path = ../../../../../rays/src/matrix.cpp; sourceTree = "<group>"; };
|
|
236
|
-
8389FC5A1932B85E005585AC /* opengl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = opengl.cpp; path = ../../../../../rays/src/opengl.cpp; sourceTree = "<group>"; };
|
|
237
|
-
8389FC5B1932B85E005585AC /* painter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = painter.cpp; path = ../../../../../rays/src/painter.cpp; sourceTree = "<group>"; };
|
|
238
|
-
8389FC5C1932B85E005585AC /* point.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = point.cpp; path = ../../../../../rays/src/point.cpp; sourceTree = "<group>"; };
|
|
239
|
-
8389FC5D1932B85E005585AC /* program.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = program.cpp; path = ../../../../../rays/src/program.cpp; sourceTree = "<group>"; };
|
|
240
|
-
8389FC5E1932B85E005585AC /* program.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = program.h; path = ../../../../../rays/src/program.h; sourceTree = "<group>"; };
|
|
241
|
-
8389FC5F1932B85E005585AC /* render_buffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = render_buffer.cpp; path = ../../../../../rays/src/render_buffer.cpp; sourceTree = "<group>"; };
|
|
242
|
-
8389FC601932B85E005585AC /* render_buffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = render_buffer.h; path = ../../../../../rays/src/render_buffer.h; sourceTree = "<group>"; };
|
|
243
|
-
8389FC611932B85E005585AC /* shader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = shader.cpp; path = ../../../../../rays/src/shader.cpp; sourceTree = "<group>"; };
|
|
244
|
-
8389FC621932B85E005585AC /* texture.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = texture.cpp; path = ../../../../../rays/src/texture.cpp; sourceTree = "<group>"; };
|
|
245
150
|
8389FC761932BC48005585AC /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
151
|
+
8C9EB4D62FB6D14F0015F5D4 /* debug.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = debug.h; sourceTree = "<group>"; };
|
|
152
|
+
8C9EB4D72FB6D14F0015F5D4 /* defs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = defs.h; sourceTree = "<group>"; };
|
|
153
|
+
8C9EB4D82FB6D14F0015F5D4 /* exception.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = exception.h; sourceTree = "<group>"; };
|
|
154
|
+
8C9EB4D92FB6D14F0015F5D4 /* noncopyable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = noncopyable.h; sourceTree = "<group>"; };
|
|
155
|
+
8C9EB4DA2FB6D14F0015F5D4 /* pimpl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pimpl.h; sourceTree = "<group>"; };
|
|
156
|
+
8C9EB4DB2FB6D14F0015F5D4 /* ref.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ref.h; sourceTree = "<group>"; };
|
|
157
|
+
8C9EB4DC2FB6D14F0015F5D4 /* string.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = string.h; sourceTree = "<group>"; };
|
|
158
|
+
8C9EB4DD2FB6D14F0015F5D4 /* time.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = time.h; sourceTree = "<group>"; };
|
|
159
|
+
8C9EB4DE2FB6D14F0015F5D4 /* util.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = util.h; sourceTree = "<group>"; };
|
|
160
|
+
8C9EB4DF2FB6D14F0015F5D4 /* windows.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = windows.h; sourceTree = "<group>"; };
|
|
161
|
+
8C9EB4E12FB6D14F0015F5D4 /* xot.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = xot.h; sourceTree = "<group>"; };
|
|
162
|
+
8C9EB4E32FB6D15F0015F5D4 /* debug.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = debug.cpp; sourceTree = "<group>"; };
|
|
163
|
+
8C9EB4E52FB6D15F0015F5D4 /* exception.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = exception.cpp; sourceTree = "<group>"; };
|
|
164
|
+
8C9EB4E72FB6D15F0015F5D4 /* string.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = string.cpp; sourceTree = "<group>"; };
|
|
165
|
+
8C9EB4E92FB6D15F0015F5D4 /* time.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = time.cpp; sourceTree = "<group>"; };
|
|
166
|
+
8C9EB4EB2FB6D15F0015F5D4 /* util.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = util.cpp; sourceTree = "<group>"; };
|
|
167
|
+
8C9EB5092FB6D1F50015F5D4 /* bitmap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bitmap.h; sourceTree = "<group>"; };
|
|
168
|
+
8C9EB50A2FB6D1F50015F5D4 /* bounds.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bounds.h; sourceTree = "<group>"; };
|
|
169
|
+
8C9EB50B2FB6D1F50015F5D4 /* camera.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = camera.h; sourceTree = "<group>"; };
|
|
170
|
+
8C9EB50C2FB6D1F50015F5D4 /* color.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = color.h; sourceTree = "<group>"; };
|
|
171
|
+
8C9EB50D2FB6D1F50015F5D4 /* color_space.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = color_space.h; sourceTree = "<group>"; };
|
|
172
|
+
8C9EB50E2FB6D1F50015F5D4 /* coord.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = coord.h; sourceTree = "<group>"; };
|
|
173
|
+
8C9EB50F2FB6D1F50015F5D4 /* debug.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = debug.h; sourceTree = "<group>"; };
|
|
174
|
+
8C9EB5102FB6D1F50015F5D4 /* defs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = defs.h; sourceTree = "<group>"; };
|
|
175
|
+
8C9EB5112FB6D1F50015F5D4 /* exception.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = exception.h; sourceTree = "<group>"; };
|
|
176
|
+
8C9EB5122FB6D1F50015F5D4 /* font.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = font.h; sourceTree = "<group>"; };
|
|
177
|
+
8C9EB5132FB6D1F50015F5D4 /* image.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = image.h; sourceTree = "<group>"; };
|
|
178
|
+
8C9EB5142FB6D1F50015F5D4 /* matrix.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = matrix.h; sourceTree = "<group>"; };
|
|
179
|
+
8C9EB5152FB6D1F50015F5D4 /* painter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = painter.h; sourceTree = "<group>"; };
|
|
180
|
+
8C9EB5162FB6D1F50015F5D4 /* point.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = point.h; sourceTree = "<group>"; };
|
|
181
|
+
8C9EB5172FB6D1F50015F5D4 /* polygon.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = polygon.h; sourceTree = "<group>"; };
|
|
182
|
+
8C9EB5182FB6D1F50015F5D4 /* polyline.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = polyline.h; sourceTree = "<group>"; };
|
|
183
|
+
8C9EB5192FB6D1F50015F5D4 /* rays.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rays.h; sourceTree = "<group>"; };
|
|
184
|
+
8C9EB51A2FB6D1F50015F5D4 /* ruby.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ruby.h; sourceTree = "<group>"; };
|
|
185
|
+
8C9EB51B2FB6D1F50015F5D4 /* shader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = shader.h; sourceTree = "<group>"; };
|
|
186
|
+
8C9EB51C2FB6D1F50015F5D4 /* util.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = util.h; sourceTree = "<group>"; };
|
|
187
|
+
8C9EB51E2FB6D1F50015F5D4 /* rays.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rays.h; sourceTree = "<group>"; };
|
|
188
|
+
8C9EB5282FB6D2320015F5D4 /* opengl.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = opengl.mm; sourceTree = "<group>"; };
|
|
189
|
+
8C9EB52E2FB6D2320015F5D4 /* bitmap.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = bitmap.cpp; sourceTree = "<group>"; };
|
|
190
|
+
8C9EB52F2FB6D2320015F5D4 /* color_space.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = color_space.h; sourceTree = "<group>"; };
|
|
191
|
+
8C9EB5302FB6D2320015F5D4 /* color_space.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = color_space.cpp; sourceTree = "<group>"; };
|
|
192
|
+
8C9EB5312FB6D2320015F5D4 /* frame_buffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = frame_buffer.h; sourceTree = "<group>"; };
|
|
193
|
+
8C9EB5322FB6D2320015F5D4 /* frame_buffer.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = frame_buffer.cpp; sourceTree = "<group>"; };
|
|
194
|
+
8C9EB5332FB6D2320015F5D4 /* opengl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = opengl.h; sourceTree = "<group>"; };
|
|
195
|
+
8C9EB5342FB6D2320015F5D4 /* opengl.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = opengl.cpp; sourceTree = "<group>"; };
|
|
196
|
+
8C9EB5352FB6D2320015F5D4 /* painter.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = painter.cpp; sourceTree = "<group>"; };
|
|
197
|
+
8C9EB5362FB6D2320015F5D4 /* render_buffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = render_buffer.h; sourceTree = "<group>"; };
|
|
198
|
+
8C9EB5372FB6D2320015F5D4 /* render_buffer.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = render_buffer.cpp; sourceTree = "<group>"; };
|
|
199
|
+
8C9EB5382FB6D2320015F5D4 /* shader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = shader.h; sourceTree = "<group>"; };
|
|
200
|
+
8C9EB5392FB6D2320015F5D4 /* shader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = shader.cpp; sourceTree = "<group>"; };
|
|
201
|
+
8C9EB53A2FB6D2320015F5D4 /* shader_program.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = shader_program.h; sourceTree = "<group>"; };
|
|
202
|
+
8C9EB53B2FB6D2320015F5D4 /* shader_program.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = shader_program.cpp; sourceTree = "<group>"; };
|
|
203
|
+
8C9EB53C2FB6D2320015F5D4 /* shader_source.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = shader_source.h; sourceTree = "<group>"; };
|
|
204
|
+
8C9EB53D2FB6D2320015F5D4 /* shader_source.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = shader_source.cpp; sourceTree = "<group>"; };
|
|
205
|
+
8C9EB53E2FB6D2320015F5D4 /* texture.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = texture.h; sourceTree = "<group>"; };
|
|
206
|
+
8C9EB53F2FB6D2320015F5D4 /* texture.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = texture.cpp; sourceTree = "<group>"; };
|
|
207
|
+
8C9EB5412FB6D2320015F5D4 /* bitmap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bitmap.h; sourceTree = "<group>"; };
|
|
208
|
+
8C9EB5422FB6D2320015F5D4 /* bitmap.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = bitmap.mm; sourceTree = "<group>"; };
|
|
209
|
+
8C9EB5432FB6D2320015F5D4 /* camera.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = camera.mm; sourceTree = "<group>"; };
|
|
210
|
+
8C9EB5442FB6D2320015F5D4 /* font.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = font.mm; sourceTree = "<group>"; };
|
|
211
|
+
8C9EB5452FB6D2320015F5D4 /* rays.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = rays.mm; sourceTree = "<group>"; };
|
|
212
|
+
8C9EB5532FB6D2320015F5D4 /* bitmap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bitmap.h; sourceTree = "<group>"; };
|
|
213
|
+
8C9EB5542FB6D2320015F5D4 /* bounds.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = bounds.cpp; sourceTree = "<group>"; };
|
|
214
|
+
8C9EB5552FB6D2320015F5D4 /* color.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = color.cpp; sourceTree = "<group>"; };
|
|
215
|
+
8C9EB5562FB6D2320015F5D4 /* color_space.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = color_space.cpp; sourceTree = "<group>"; };
|
|
216
|
+
8C9EB5572FB6D2320015F5D4 /* coord.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = coord.h; sourceTree = "<group>"; };
|
|
217
|
+
8C9EB5582FB6D2320015F5D4 /* coord.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = coord.cpp; sourceTree = "<group>"; };
|
|
218
|
+
8C9EB5592FB6D2320015F5D4 /* exception.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = exception.cpp; sourceTree = "<group>"; };
|
|
219
|
+
8C9EB55A2FB6D2320015F5D4 /* font.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = font.h; sourceTree = "<group>"; };
|
|
220
|
+
8C9EB55B2FB6D2320015F5D4 /* font.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = font.cpp; sourceTree = "<group>"; };
|
|
221
|
+
8C9EB55C2FB6D2320015F5D4 /* glm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = glm.h; sourceTree = "<group>"; };
|
|
222
|
+
8C9EB55D2FB6D2320015F5D4 /* image.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = image.h; sourceTree = "<group>"; };
|
|
223
|
+
8C9EB55E2FB6D2320015F5D4 /* image.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = image.cpp; sourceTree = "<group>"; };
|
|
224
|
+
8C9EB55F2FB6D2320015F5D4 /* matrix.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = matrix.h; sourceTree = "<group>"; };
|
|
225
|
+
8C9EB5602FB6D2320015F5D4 /* matrix.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = matrix.cpp; sourceTree = "<group>"; };
|
|
226
|
+
8C9EB5612FB6D2320015F5D4 /* painter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = painter.h; sourceTree = "<group>"; };
|
|
227
|
+
8C9EB5622FB6D2320015F5D4 /* painter.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = painter.cpp; sourceTree = "<group>"; };
|
|
228
|
+
8C9EB5632FB6D2320015F5D4 /* point.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = point.cpp; sourceTree = "<group>"; };
|
|
229
|
+
8C9EB5642FB6D2320015F5D4 /* polygon.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = polygon.h; sourceTree = "<group>"; };
|
|
230
|
+
8C9EB5652FB6D2320015F5D4 /* polygon.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = polygon.cpp; sourceTree = "<group>"; };
|
|
231
|
+
8C9EB5662FB6D2320015F5D4 /* polyline.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = polyline.h; sourceTree = "<group>"; };
|
|
232
|
+
8C9EB5672FB6D2320015F5D4 /* polyline.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = polyline.cpp; sourceTree = "<group>"; };
|
|
233
|
+
8C9EB5682FB6D2320015F5D4 /* renderer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = renderer.h; sourceTree = "<group>"; };
|
|
234
|
+
8C9EB5692FB6D2320015F5D4 /* texture.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = texture.h; sourceTree = "<group>"; };
|
|
235
|
+
8C9EB56A2FB6D2320015F5D4 /* util.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = util.cpp; sourceTree = "<group>"; };
|
|
236
|
+
8C9EB5DC2FB6D2810015F5D4 /* clipper.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = clipper.cpp; sourceTree = "<group>"; };
|
|
237
|
+
8C9EC0832FB6D2810015F5D4 /* Splines.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Splines.cpp; sourceTree = "<group>"; };
|
|
238
|
+
8C9EC9492FB6D2D60015F5D4 /* application.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = application.h; sourceTree = "<group>"; };
|
|
239
|
+
8C9EC94A2FB6D2D60015F5D4 /* debug.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = debug.h; sourceTree = "<group>"; };
|
|
240
|
+
8C9EC94B2FB6D2D60015F5D4 /* defs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = defs.h; sourceTree = "<group>"; };
|
|
241
|
+
8C9EC94C2FB6D2D60015F5D4 /* device.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = device.h; sourceTree = "<group>"; };
|
|
242
|
+
8C9EC94D2FB6D2D60015F5D4 /* event.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = event.h; sourceTree = "<group>"; };
|
|
243
|
+
8C9EC94E2FB6D2D60015F5D4 /* exception.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = exception.h; sourceTree = "<group>"; };
|
|
244
|
+
8C9EC94F2FB6D2D60015F5D4 /* filter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = filter.h; sourceTree = "<group>"; };
|
|
245
|
+
8C9EC9502FB6D2D60015F5D4 /* gamepad.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gamepad.h; sourceTree = "<group>"; };
|
|
246
|
+
8C9EC9512FB6D2D60015F5D4 /* image_view.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = image_view.h; sourceTree = "<group>"; };
|
|
247
|
+
8C9EC9522FB6D2D60015F5D4 /* midi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = midi.h; sourceTree = "<group>"; };
|
|
248
|
+
8C9EC9532FB6D2D60015F5D4 /* pointer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pointer.h; sourceTree = "<group>"; };
|
|
249
|
+
8C9EC9542FB6D2D60015F5D4 /* reflex.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = reflex.h; sourceTree = "<group>"; };
|
|
250
|
+
8C9EC9552FB6D2D60015F5D4 /* ruby.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ruby.h; sourceTree = "<group>"; };
|
|
251
|
+
8C9EC9562FB6D2D60015F5D4 /* screen.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = screen.h; sourceTree = "<group>"; };
|
|
252
|
+
8C9EC9572FB6D2D60015F5D4 /* selector.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = selector.h; sourceTree = "<group>"; };
|
|
253
|
+
8C9EC9582FB6D2D60015F5D4 /* shape.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = shape.h; sourceTree = "<group>"; };
|
|
254
|
+
8C9EC9592FB6D2D60015F5D4 /* style.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = style.h; sourceTree = "<group>"; };
|
|
255
|
+
8C9EC95A2FB6D2D60015F5D4 /* timer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = timer.h; sourceTree = "<group>"; };
|
|
256
|
+
8C9EC95B2FB6D2D60015F5D4 /* view.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = view.h; sourceTree = "<group>"; };
|
|
257
|
+
8C9EC95C2FB6D2D60015F5D4 /* window.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = window.h; sourceTree = "<group>"; };
|
|
258
|
+
8C9EC95E2FB6D2D60015F5D4 /* reflex.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = reflex.h; sourceTree = "<group>"; };
|
|
259
|
+
8C9EC9702FB6D2EB0015F5D4 /* app_delegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = app_delegate.h; sourceTree = "<group>"; };
|
|
260
|
+
8C9EC9712FB6D2EB0015F5D4 /* app_delegate.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = app_delegate.mm; sourceTree = "<group>"; };
|
|
261
|
+
8C9EC9722FB6D2EB0015F5D4 /* application.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = application.h; sourceTree = "<group>"; };
|
|
262
|
+
8C9EC9732FB6D2EB0015F5D4 /* application.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = application.mm; sourceTree = "<group>"; };
|
|
263
|
+
8C9EC9742FB6D2EB0015F5D4 /* device.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = device.mm; sourceTree = "<group>"; };
|
|
264
|
+
8C9EC9752FB6D2EB0015F5D4 /* event.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = event.h; sourceTree = "<group>"; };
|
|
265
|
+
8C9EC9762FB6D2EB0015F5D4 /* event.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = event.mm; sourceTree = "<group>"; };
|
|
266
|
+
8C9EC9772FB6D2EB0015F5D4 /* gamepad.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = gamepad.mm; sourceTree = "<group>"; };
|
|
267
|
+
8C9EC9782FB6D2EB0015F5D4 /* gamepad_gc.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = gamepad_gc.mm; sourceTree = "<group>"; };
|
|
268
|
+
8C9EC9792FB6D2EB0015F5D4 /* gamepad_hid.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = gamepad_hid.mm; sourceTree = "<group>"; };
|
|
269
|
+
8C9EC97A2FB6D2EB0015F5D4 /* native_window.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = native_window.h; sourceTree = "<group>"; };
|
|
270
|
+
8C9EC97B2FB6D2EB0015F5D4 /* native_window.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = native_window.mm; sourceTree = "<group>"; };
|
|
271
|
+
8C9EC97C2FB6D2EB0015F5D4 /* opengl_view.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = opengl_view.h; sourceTree = "<group>"; };
|
|
272
|
+
8C9EC97D2FB6D2EB0015F5D4 /* opengl_view.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = opengl_view.mm; sourceTree = "<group>"; };
|
|
273
|
+
8C9EC97E2FB6D2EB0015F5D4 /* reflex.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = reflex.mm; sourceTree = "<group>"; };
|
|
274
|
+
8C9EC97F2FB6D2EB0015F5D4 /* screen.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = screen.h; sourceTree = "<group>"; };
|
|
275
|
+
8C9EC9802FB6D2EB0015F5D4 /* screen.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = screen.mm; sourceTree = "<group>"; };
|
|
276
|
+
8C9EC9812FB6D2EB0015F5D4 /* window.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = window.h; sourceTree = "<group>"; };
|
|
277
|
+
8C9EC9822FB6D2EB0015F5D4 /* window.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = window.mm; sourceTree = "<group>"; };
|
|
278
|
+
8C9EC99F2FB6D2EB0015F5D4 /* application.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = application.h; sourceTree = "<group>"; };
|
|
279
|
+
8C9EC9A02FB6D2EB0015F5D4 /* application.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = application.cpp; sourceTree = "<group>"; };
|
|
280
|
+
8C9EC9A12FB6D2EB0015F5D4 /* body.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = body.h; sourceTree = "<group>"; };
|
|
281
|
+
8C9EC9A22FB6D2EB0015F5D4 /* body.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = body.cpp; sourceTree = "<group>"; };
|
|
282
|
+
8C9EC9A32FB6D2EB0015F5D4 /* device.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = device.cpp; sourceTree = "<group>"; };
|
|
283
|
+
8C9EC9A42FB6D2EB0015F5D4 /* event.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = event.h; sourceTree = "<group>"; };
|
|
284
|
+
8C9EC9A52FB6D2EB0015F5D4 /* event.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = event.cpp; sourceTree = "<group>"; };
|
|
285
|
+
8C9EC9A62FB6D2EB0015F5D4 /* exception.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = exception.cpp; sourceTree = "<group>"; };
|
|
286
|
+
8C9EC9A72FB6D2EB0015F5D4 /* filter.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = filter.cpp; sourceTree = "<group>"; };
|
|
287
|
+
8C9EC9A82FB6D2EB0015F5D4 /* fixture.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = fixture.h; sourceTree = "<group>"; };
|
|
288
|
+
8C9EC9A92FB6D2EB0015F5D4 /* fixture.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = fixture.cpp; sourceTree = "<group>"; };
|
|
289
|
+
8C9EC9AA2FB6D2EB0015F5D4 /* gamepad.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gamepad.h; sourceTree = "<group>"; };
|
|
290
|
+
8C9EC9AB2FB6D2EB0015F5D4 /* gamepad.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gamepad.cpp; sourceTree = "<group>"; };
|
|
291
|
+
8C9EC9AC2FB6D2EB0015F5D4 /* image_view.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = image_view.cpp; sourceTree = "<group>"; };
|
|
292
|
+
8C9EC9AD2FB6D2EB0015F5D4 /* midi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = midi.h; sourceTree = "<group>"; };
|
|
293
|
+
8C9EC9AE2FB6D2EB0015F5D4 /* midi.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = midi.cpp; sourceTree = "<group>"; };
|
|
294
|
+
8C9EC9AF2FB6D2EB0015F5D4 /* pointer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pointer.h; sourceTree = "<group>"; };
|
|
295
|
+
8C9EC9B02FB6D2EB0015F5D4 /* pointer.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = pointer.cpp; sourceTree = "<group>"; };
|
|
296
|
+
8C9EC9B12FB6D2EB0015F5D4 /* queue.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = queue.h; sourceTree = "<group>"; };
|
|
297
|
+
8C9EC9B22FB6D2EB0015F5D4 /* reflex.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = reflex.cpp; sourceTree = "<group>"; };
|
|
298
|
+
8C9EC9B32FB6D2EB0015F5D4 /* selector.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = selector.h; sourceTree = "<group>"; };
|
|
299
|
+
8C9EC9B42FB6D2EB0015F5D4 /* selector.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = selector.cpp; sourceTree = "<group>"; };
|
|
300
|
+
8C9EC9B52FB6D2EB0015F5D4 /* shape.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = shape.h; sourceTree = "<group>"; };
|
|
301
|
+
8C9EC9B62FB6D2EB0015F5D4 /* shape.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = shape.cpp; sourceTree = "<group>"; };
|
|
302
|
+
8C9EC9B72FB6D2EB0015F5D4 /* style.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = style.h; sourceTree = "<group>"; };
|
|
303
|
+
8C9EC9B82FB6D2EB0015F5D4 /* style.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = style.cpp; sourceTree = "<group>"; };
|
|
304
|
+
8C9EC9B92FB6D2EB0015F5D4 /* timer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = timer.h; sourceTree = "<group>"; };
|
|
305
|
+
8C9EC9BA2FB6D2EB0015F5D4 /* timer.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = timer.cpp; sourceTree = "<group>"; };
|
|
306
|
+
8C9EC9BB2FB6D2EB0015F5D4 /* view.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = view.h; sourceTree = "<group>"; };
|
|
307
|
+
8C9EC9BC2FB6D2EB0015F5D4 /* view.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = view.cpp; sourceTree = "<group>"; };
|
|
308
|
+
8C9EC9BD2FB6D2EB0015F5D4 /* window.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = window.h; sourceTree = "<group>"; };
|
|
309
|
+
8C9EC9BE2FB6D2EB0015F5D4 /* window.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = window.cpp; sourceTree = "<group>"; };
|
|
310
|
+
8C9EC9BF2FB6D2EB0015F5D4 /* world.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = world.h; sourceTree = "<group>"; };
|
|
311
|
+
8C9EC9C02FB6D2EB0015F5D4 /* world.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = world.cpp; sourceTree = "<group>"; };
|
|
312
|
+
8C9ECAAE2FB6D30B0015F5D4 /* b2_broad_phase.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_broad_phase.cpp; sourceTree = "<group>"; };
|
|
313
|
+
8C9ECAB02FB6D30B0015F5D4 /* b2_chain_shape.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_chain_shape.cpp; sourceTree = "<group>"; };
|
|
314
|
+
8C9ECAB22FB6D30B0015F5D4 /* b2_circle_shape.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_circle_shape.cpp; sourceTree = "<group>"; };
|
|
315
|
+
8C9ECAB42FB6D30B0015F5D4 /* b2_collide_circle.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_collide_circle.cpp; sourceTree = "<group>"; };
|
|
316
|
+
8C9ECAB62FB6D30B0015F5D4 /* b2_collide_edge.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_collide_edge.cpp; sourceTree = "<group>"; };
|
|
317
|
+
8C9ECAB82FB6D30B0015F5D4 /* b2_collide_polygon.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_collide_polygon.cpp; sourceTree = "<group>"; };
|
|
318
|
+
8C9ECABA2FB6D30B0015F5D4 /* b2_collision.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_collision.cpp; sourceTree = "<group>"; };
|
|
319
|
+
8C9ECABC2FB6D30B0015F5D4 /* b2_distance.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_distance.cpp; sourceTree = "<group>"; };
|
|
320
|
+
8C9ECABE2FB6D30B0015F5D4 /* b2_dynamic_tree.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_dynamic_tree.cpp; sourceTree = "<group>"; };
|
|
321
|
+
8C9ECAC02FB6D30B0015F5D4 /* b2_edge_shape.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_edge_shape.cpp; sourceTree = "<group>"; };
|
|
322
|
+
8C9ECAC22FB6D30B0015F5D4 /* b2_polygon_shape.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_polygon_shape.cpp; sourceTree = "<group>"; };
|
|
323
|
+
8C9ECAC42FB6D30B0015F5D4 /* b2_time_of_impact.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_time_of_impact.cpp; sourceTree = "<group>"; };
|
|
324
|
+
8C9ECAC72FB6D30B0015F5D4 /* b2_block_allocator.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_block_allocator.cpp; sourceTree = "<group>"; };
|
|
325
|
+
8C9ECAC92FB6D30B0015F5D4 /* b2_draw.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_draw.cpp; sourceTree = "<group>"; };
|
|
326
|
+
8C9ECACB2FB6D30B0015F5D4 /* b2_math.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_math.cpp; sourceTree = "<group>"; };
|
|
327
|
+
8C9ECACD2FB6D30B0015F5D4 /* b2_settings.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_settings.cpp; sourceTree = "<group>"; };
|
|
328
|
+
8C9ECACF2FB6D30B0015F5D4 /* b2_stack_allocator.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_stack_allocator.cpp; sourceTree = "<group>"; };
|
|
329
|
+
8C9ECAD12FB6D30B0015F5D4 /* b2_timer.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_timer.cpp; sourceTree = "<group>"; };
|
|
330
|
+
8C9ECAD42FB6D30B0015F5D4 /* b2_body.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_body.cpp; sourceTree = "<group>"; };
|
|
331
|
+
8C9ECAD72FB6D30B0015F5D4 /* b2_chain_circle_contact.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_chain_circle_contact.cpp; sourceTree = "<group>"; };
|
|
332
|
+
8C9ECADA2FB6D30B0015F5D4 /* b2_chain_polygon_contact.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_chain_polygon_contact.cpp; sourceTree = "<group>"; };
|
|
333
|
+
8C9ECADD2FB6D30B0015F5D4 /* b2_circle_contact.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_circle_contact.cpp; sourceTree = "<group>"; };
|
|
334
|
+
8C9ECADF2FB6D30B0015F5D4 /* b2_contact.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_contact.cpp; sourceTree = "<group>"; };
|
|
335
|
+
8C9ECAE12FB6D30B0015F5D4 /* b2_contact_manager.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_contact_manager.cpp; sourceTree = "<group>"; };
|
|
336
|
+
8C9ECAE42FB6D30B0015F5D4 /* b2_contact_solver.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_contact_solver.cpp; sourceTree = "<group>"; };
|
|
337
|
+
8C9ECAE62FB6D30B0015F5D4 /* b2_distance_joint.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_distance_joint.cpp; sourceTree = "<group>"; };
|
|
338
|
+
8C9ECAE92FB6D30B0015F5D4 /* b2_edge_circle_contact.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_edge_circle_contact.cpp; sourceTree = "<group>"; };
|
|
339
|
+
8C9ECAEC2FB6D30B0015F5D4 /* b2_edge_polygon_contact.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_edge_polygon_contact.cpp; sourceTree = "<group>"; };
|
|
340
|
+
8C9ECAEE2FB6D30B0015F5D4 /* b2_fixture.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_fixture.cpp; sourceTree = "<group>"; };
|
|
341
|
+
8C9ECAF02FB6D30B0015F5D4 /* b2_friction_joint.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_friction_joint.cpp; sourceTree = "<group>"; };
|
|
342
|
+
8C9ECAF22FB6D30B0015F5D4 /* b2_gear_joint.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_gear_joint.cpp; sourceTree = "<group>"; };
|
|
343
|
+
8C9ECAF52FB6D30B0015F5D4 /* b2_island.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_island.cpp; sourceTree = "<group>"; };
|
|
344
|
+
8C9ECAF72FB6D30B0015F5D4 /* b2_joint.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_joint.cpp; sourceTree = "<group>"; };
|
|
345
|
+
8C9ECAF92FB6D30B0015F5D4 /* b2_motor_joint.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_motor_joint.cpp; sourceTree = "<group>"; };
|
|
346
|
+
8C9ECAFB2FB6D30B0015F5D4 /* b2_mouse_joint.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_mouse_joint.cpp; sourceTree = "<group>"; };
|
|
347
|
+
8C9ECAFE2FB6D30B0015F5D4 /* b2_polygon_circle_contact.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_polygon_circle_contact.cpp; sourceTree = "<group>"; };
|
|
348
|
+
8C9ECB012FB6D30B0015F5D4 /* b2_polygon_contact.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_polygon_contact.cpp; sourceTree = "<group>"; };
|
|
349
|
+
8C9ECB032FB6D30B0015F5D4 /* b2_prismatic_joint.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_prismatic_joint.cpp; sourceTree = "<group>"; };
|
|
350
|
+
8C9ECB052FB6D30B0015F5D4 /* b2_pulley_joint.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_pulley_joint.cpp; sourceTree = "<group>"; };
|
|
351
|
+
8C9ECB072FB6D30B0015F5D4 /* b2_revolute_joint.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_revolute_joint.cpp; sourceTree = "<group>"; };
|
|
352
|
+
8C9ECB092FB6D30B0015F5D4 /* b2_weld_joint.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_weld_joint.cpp; sourceTree = "<group>"; };
|
|
353
|
+
8C9ECB0B2FB6D30B0015F5D4 /* b2_wheel_joint.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_wheel_joint.cpp; sourceTree = "<group>"; };
|
|
354
|
+
8C9ECB0D2FB6D30B0015F5D4 /* b2_world.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_world.cpp; sourceTree = "<group>"; };
|
|
355
|
+
8C9ECB0F2FB6D30B0015F5D4 /* b2_world_callbacks.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_world_callbacks.cpp; sourceTree = "<group>"; };
|
|
356
|
+
8C9ECB122FB6D30B0015F5D4 /* b2_rope.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2_rope.cpp; sourceTree = "<group>"; };
|
|
357
|
+
8C9ECBF12FB6D30B0015F5D4 /* RtMidi.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = RtMidi.cpp; sourceTree = "<group>"; };
|
|
358
|
+
8C9ECDA82FB6D67D0015F5D4 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
|
|
359
|
+
8C9ECDAA2FB6D68C0015F5D4 /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = System/Library/Frameworks/CoreMotion.framework; sourceTree = SDKROOT; };
|
|
360
|
+
8C9ECDAC2FB6D69B0015F5D4 /* GameController.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GameController.framework; path = System/Library/Frameworks/GameController.framework; sourceTree = SDKROOT; };
|
|
361
|
+
8C9ECDAE2FB6D6AD0015F5D4 /* CoreImage.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreImage.framework; path = System/Library/Frameworks/CoreImage.framework; sourceTree = SDKROOT; };
|
|
362
|
+
8C9ECDB02FB6D6B70015F5D4 /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = System/Library/Frameworks/CoreVideo.framework; sourceTree = SDKROOT; };
|
|
363
|
+
8C9ECDB22FB6D6C20015F5D4 /* CoreMedia.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMedia.framework; path = System/Library/Frameworks/CoreMedia.framework; sourceTree = SDKROOT; };
|
|
364
|
+
8C9ECDB42FB6D72E0015F5D4 /* CoreHID.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreHID.framework; path = System/Library/Frameworks/CoreHID.framework; sourceTree = SDKROOT; };
|
|
365
|
+
8C9ECDB62FB6D77C0015F5D4 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = System/Library/Frameworks/IOKit.framework; sourceTree = SDKROOT; };
|
|
366
|
+
8C9ECDB82FB6D8340015F5D4 /* CoreMIDI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMIDI.framework; path = System/Library/Frameworks/CoreMIDI.framework; sourceTree = SDKROOT; };
|
|
367
|
+
8C9ECDBA2FB6D8460015F5D4 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; };
|
|
306
368
|
/* End PBXFileReference section */
|
|
307
369
|
|
|
308
370
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -312,6 +374,14 @@
|
|
|
312
374
|
files = (
|
|
313
375
|
8389FC771932BC48005585AC /* OpenGL.framework in Frameworks */,
|
|
314
376
|
835897D119322E33006096D2 /* Cocoa.framework in Frameworks */,
|
|
377
|
+
8C9ECDAF2FB6D6AD0015F5D4 /* CoreImage.framework in Frameworks */,
|
|
378
|
+
8C9ECDB72FB6D77C0015F5D4 /* IOKit.framework in Frameworks */,
|
|
379
|
+
8C9ECDAD2FB6D69B0015F5D4 /* GameController.framework in Frameworks */,
|
|
380
|
+
8C9ECDA92FB6D67D0015F5D4 /* AVFoundation.framework in Frameworks */,
|
|
381
|
+
8C9ECDB12FB6D6B70015F5D4 /* CoreVideo.framework in Frameworks */,
|
|
382
|
+
8C9ECDB92FB6D8340015F5D4 /* CoreMIDI.framework in Frameworks */,
|
|
383
|
+
8C9ECDBB2FB6D8460015F5D4 /* CoreAudio.framework in Frameworks */,
|
|
384
|
+
8C9ECDB32FB6D6C20015F5D4 /* CoreMedia.framework in Frameworks */,
|
|
315
385
|
);
|
|
316
386
|
runOnlyForDeploymentPostprocessing = 0;
|
|
317
387
|
};
|
|
@@ -338,6 +408,16 @@
|
|
|
338
408
|
835897CF19322E33006096D2 /* Frameworks */ = {
|
|
339
409
|
isa = PBXGroup;
|
|
340
410
|
children = (
|
|
411
|
+
8C9ECDBA2FB6D8460015F5D4 /* CoreAudio.framework */,
|
|
412
|
+
8C9ECDB82FB6D8340015F5D4 /* CoreMIDI.framework */,
|
|
413
|
+
8C9ECDB62FB6D77C0015F5D4 /* IOKit.framework */,
|
|
414
|
+
8C9ECDB42FB6D72E0015F5D4 /* CoreHID.framework */,
|
|
415
|
+
8C9ECDB22FB6D6C20015F5D4 /* CoreMedia.framework */,
|
|
416
|
+
8C9ECDB02FB6D6B70015F5D4 /* CoreVideo.framework */,
|
|
417
|
+
8C9ECDAE2FB6D6AD0015F5D4 /* CoreImage.framework */,
|
|
418
|
+
8C9ECDAC2FB6D69B0015F5D4 /* GameController.framework */,
|
|
419
|
+
8C9ECDAA2FB6D68C0015F5D4 /* CoreMotion.framework */,
|
|
420
|
+
8C9ECDA82FB6D67D0015F5D4 /* AVFoundation.framework */,
|
|
341
421
|
8389FC761932BC48005585AC /* OpenGL.framework */,
|
|
342
422
|
835897D019322E33006096D2 /* Cocoa.framework */,
|
|
343
423
|
835897D219322E33006096D2 /* Other Frameworks */,
|
|
@@ -382,284 +462,447 @@
|
|
|
382
462
|
8358980419322E52006096D2 /* xot */ = {
|
|
383
463
|
isa = PBXGroup;
|
|
384
464
|
children = (
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
8389FCD91932BED3005585AC /* defs.h */,
|
|
388
|
-
8358980619322E68006096D2 /* exception.cpp */,
|
|
389
|
-
8389FCDA1932BED3005585AC /* exception.h */,
|
|
390
|
-
8389FCDB1932BED3005585AC /* pimpl.h */,
|
|
391
|
-
8389FCDC1932BED3005585AC /* ref.h */,
|
|
392
|
-
8358980719322E68006096D2 /* string.cpp */,
|
|
393
|
-
8389FCDD1932BED3005585AC /* string.h */,
|
|
394
|
-
8358980819322E68006096D2 /* time.cpp */,
|
|
395
|
-
8389FCDE1932BED3005585AC /* time.h */,
|
|
396
|
-
8358980919322E68006096D2 /* util.cpp */,
|
|
397
|
-
8389FCDF1932BED3005585AC /* util.h */,
|
|
398
|
-
8389FCE01932BED3005585AC /* xot.h */,
|
|
465
|
+
8C9EB4E22FB6D14F0015F5D4 /* include */,
|
|
466
|
+
8C9EB4ED2FB6D15F0015F5D4 /* src */,
|
|
399
467
|
);
|
|
400
468
|
name = xot;
|
|
401
469
|
sourceTree = "<group>";
|
|
402
470
|
};
|
|
403
|
-
|
|
471
|
+
8389FC4A1932B839005585AC /* rays */ = {
|
|
404
472
|
isa = PBXGroup;
|
|
405
473
|
children = (
|
|
406
|
-
|
|
474
|
+
8C9EB51F2FB6D1F50015F5D4 /* include */,
|
|
475
|
+
8C9EB56B2FB6D2320015F5D4 /* src */,
|
|
476
|
+
8C9EC0872FB6D2810015F5D4 /* vendor */,
|
|
407
477
|
);
|
|
408
|
-
name =
|
|
478
|
+
name = rays;
|
|
409
479
|
sourceTree = "<group>";
|
|
410
480
|
};
|
|
411
|
-
|
|
481
|
+
8389FC781932BC57005585AC /* reflex */ = {
|
|
482
|
+
isa = PBXGroup;
|
|
483
|
+
children = (
|
|
484
|
+
8C9EC95F2FB6D2D60015F5D4 /* include */,
|
|
485
|
+
8C9EC9C12FB6D2EB0015F5D4 /* src */,
|
|
486
|
+
8C9ECC272FB6D30B0015F5D4 /* vendor */,
|
|
487
|
+
);
|
|
488
|
+
name = reflex;
|
|
489
|
+
sourceTree = "<group>";
|
|
490
|
+
};
|
|
491
|
+
8C9EB4E02FB6D14F0015F5D4 /* xot */ = {
|
|
492
|
+
isa = PBXGroup;
|
|
493
|
+
children = (
|
|
494
|
+
8C9EB4D62FB6D14F0015F5D4 /* debug.h */,
|
|
495
|
+
8C9EB4D72FB6D14F0015F5D4 /* defs.h */,
|
|
496
|
+
8C9EB4D82FB6D14F0015F5D4 /* exception.h */,
|
|
497
|
+
8C9EB4D92FB6D14F0015F5D4 /* noncopyable.h */,
|
|
498
|
+
8C9EB4DA2FB6D14F0015F5D4 /* pimpl.h */,
|
|
499
|
+
8C9EB4DB2FB6D14F0015F5D4 /* ref.h */,
|
|
500
|
+
8C9EB4DC2FB6D14F0015F5D4 /* string.h */,
|
|
501
|
+
8C9EB4DD2FB6D14F0015F5D4 /* time.h */,
|
|
502
|
+
8C9EB4DE2FB6D14F0015F5D4 /* util.h */,
|
|
503
|
+
8C9EB4DF2FB6D14F0015F5D4 /* windows.h */,
|
|
504
|
+
);
|
|
505
|
+
path = xot;
|
|
506
|
+
sourceTree = "<group>";
|
|
507
|
+
};
|
|
508
|
+
8C9EB4E22FB6D14F0015F5D4 /* include */ = {
|
|
509
|
+
isa = PBXGroup;
|
|
510
|
+
children = (
|
|
511
|
+
8C9EB4E02FB6D14F0015F5D4 /* xot */,
|
|
512
|
+
8C9EB4E12FB6D14F0015F5D4 /* xot.h */,
|
|
513
|
+
);
|
|
514
|
+
name = include;
|
|
515
|
+
path = ../../../../xot/include;
|
|
516
|
+
sourceTree = SOURCE_ROOT;
|
|
517
|
+
};
|
|
518
|
+
8C9EB4ED2FB6D15F0015F5D4 /* src */ = {
|
|
519
|
+
isa = PBXGroup;
|
|
520
|
+
children = (
|
|
521
|
+
8C9EB4E32FB6D15F0015F5D4 /* debug.cpp */,
|
|
522
|
+
8C9EB4E52FB6D15F0015F5D4 /* exception.cpp */,
|
|
523
|
+
8C9EB4E72FB6D15F0015F5D4 /* string.cpp */,
|
|
524
|
+
8C9EB4E92FB6D15F0015F5D4 /* time.cpp */,
|
|
525
|
+
8C9EB4EB2FB6D15F0015F5D4 /* util.cpp */,
|
|
526
|
+
);
|
|
527
|
+
name = src;
|
|
528
|
+
path = ../../../../xot/src;
|
|
529
|
+
sourceTree = SOURCE_ROOT;
|
|
530
|
+
};
|
|
531
|
+
8C9EB51D2FB6D1F50015F5D4 /* rays */ = {
|
|
412
532
|
isa = PBXGroup;
|
|
413
533
|
children = (
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
534
|
+
8C9EB5092FB6D1F50015F5D4 /* bitmap.h */,
|
|
535
|
+
8C9EB50A2FB6D1F50015F5D4 /* bounds.h */,
|
|
536
|
+
8C9EB50B2FB6D1F50015F5D4 /* camera.h */,
|
|
537
|
+
8C9EB50C2FB6D1F50015F5D4 /* color.h */,
|
|
538
|
+
8C9EB50D2FB6D1F50015F5D4 /* color_space.h */,
|
|
539
|
+
8C9EB50E2FB6D1F50015F5D4 /* coord.h */,
|
|
540
|
+
8C9EB50F2FB6D1F50015F5D4 /* debug.h */,
|
|
541
|
+
8C9EB5102FB6D1F50015F5D4 /* defs.h */,
|
|
542
|
+
8C9EB5112FB6D1F50015F5D4 /* exception.h */,
|
|
543
|
+
8C9EB5122FB6D1F50015F5D4 /* font.h */,
|
|
544
|
+
8C9EB5132FB6D1F50015F5D4 /* image.h */,
|
|
545
|
+
8C9EB5142FB6D1F50015F5D4 /* matrix.h */,
|
|
546
|
+
8C9EB5152FB6D1F50015F5D4 /* painter.h */,
|
|
547
|
+
8C9EB5162FB6D1F50015F5D4 /* point.h */,
|
|
548
|
+
8C9EB5172FB6D1F50015F5D4 /* polygon.h */,
|
|
549
|
+
8C9EB5182FB6D1F50015F5D4 /* polyline.h */,
|
|
550
|
+
8C9EB5192FB6D1F50015F5D4 /* rays.h */,
|
|
551
|
+
8C9EB51A2FB6D1F50015F5D4 /* ruby.h */,
|
|
552
|
+
8C9EB51B2FB6D1F50015F5D4 /* shader.h */,
|
|
553
|
+
8C9EB51C2FB6D1F50015F5D4 /* util.h */,
|
|
419
554
|
);
|
|
420
|
-
|
|
421
|
-
path = ../../../../src/physics/Box2D;
|
|
555
|
+
path = rays;
|
|
422
556
|
sourceTree = "<group>";
|
|
423
557
|
};
|
|
424
|
-
|
|
425
|
-
isa = PBXGroup;
|
|
426
|
-
children = (
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
836BC5BC19A45148009178DC /* Shapes */,
|
|
441
|
-
);
|
|
442
|
-
path = Collision;
|
|
558
|
+
8C9EB51F2FB6D1F50015F5D4 /* include */ = {
|
|
559
|
+
isa = PBXGroup;
|
|
560
|
+
children = (
|
|
561
|
+
8C9EB51D2FB6D1F50015F5D4 /* rays */,
|
|
562
|
+
8C9EB51E2FB6D1F50015F5D4 /* rays.h */,
|
|
563
|
+
);
|
|
564
|
+
name = include;
|
|
565
|
+
path = ../../../../rays/include;
|
|
566
|
+
sourceTree = SOURCE_ROOT;
|
|
567
|
+
};
|
|
568
|
+
8C9EB5292FB6D2320015F5D4 /* osx */ = {
|
|
569
|
+
isa = PBXGroup;
|
|
570
|
+
children = (
|
|
571
|
+
8C9EB5282FB6D2320015F5D4 /* opengl.mm */,
|
|
572
|
+
);
|
|
573
|
+
path = osx;
|
|
443
574
|
sourceTree = "<group>";
|
|
444
575
|
};
|
|
445
|
-
|
|
576
|
+
8C9EB5402FB6D2320015F5D4 /* opengl */ = {
|
|
446
577
|
isa = PBXGroup;
|
|
447
578
|
children = (
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
579
|
+
8C9EB5292FB6D2320015F5D4 /* osx */,
|
|
580
|
+
8C9EB52E2FB6D2320015F5D4 /* bitmap.cpp */,
|
|
581
|
+
8C9EB52F2FB6D2320015F5D4 /* color_space.h */,
|
|
582
|
+
8C9EB5302FB6D2320015F5D4 /* color_space.cpp */,
|
|
583
|
+
8C9EB5312FB6D2320015F5D4 /* frame_buffer.h */,
|
|
584
|
+
8C9EB5322FB6D2320015F5D4 /* frame_buffer.cpp */,
|
|
585
|
+
8C9EB5332FB6D2320015F5D4 /* opengl.h */,
|
|
586
|
+
8C9EB5342FB6D2320015F5D4 /* opengl.cpp */,
|
|
587
|
+
8C9EB5352FB6D2320015F5D4 /* painter.cpp */,
|
|
588
|
+
8C9EB5362FB6D2320015F5D4 /* render_buffer.h */,
|
|
589
|
+
8C9EB5372FB6D2320015F5D4 /* render_buffer.cpp */,
|
|
590
|
+
8C9EB5382FB6D2320015F5D4 /* shader.h */,
|
|
591
|
+
8C9EB5392FB6D2320015F5D4 /* shader.cpp */,
|
|
592
|
+
8C9EB53A2FB6D2320015F5D4 /* shader_program.h */,
|
|
593
|
+
8C9EB53B2FB6D2320015F5D4 /* shader_program.cpp */,
|
|
594
|
+
8C9EB53C2FB6D2320015F5D4 /* shader_source.h */,
|
|
595
|
+
8C9EB53D2FB6D2320015F5D4 /* shader_source.cpp */,
|
|
596
|
+
8C9EB53E2FB6D2320015F5D4 /* texture.h */,
|
|
597
|
+
8C9EB53F2FB6D2320015F5D4 /* texture.cpp */,
|
|
457
598
|
);
|
|
458
|
-
path =
|
|
599
|
+
path = opengl;
|
|
459
600
|
sourceTree = "<group>";
|
|
460
601
|
};
|
|
461
|
-
|
|
602
|
+
8C9EB5462FB6D2320015F5D4 /* osx */ = {
|
|
462
603
|
isa = PBXGroup;
|
|
463
604
|
children = (
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
836BC5CC19A45148009178DC /* b2Math.cpp */,
|
|
470
|
-
836BC5CD19A45148009178DC /* b2Math.h */,
|
|
471
|
-
836BC5CE19A45148009178DC /* b2Settings.cpp */,
|
|
472
|
-
836BC5CF19A45148009178DC /* b2Settings.h */,
|
|
473
|
-
836BC5D019A45148009178DC /* b2StackAllocator.cpp */,
|
|
474
|
-
836BC5D119A45148009178DC /* b2StackAllocator.h */,
|
|
475
|
-
836BC5D219A45148009178DC /* b2Timer.cpp */,
|
|
476
|
-
836BC5D319A45148009178DC /* b2Timer.h */,
|
|
605
|
+
8C9EB5412FB6D2320015F5D4 /* bitmap.h */,
|
|
606
|
+
8C9EB5422FB6D2320015F5D4 /* bitmap.mm */,
|
|
607
|
+
8C9EB5432FB6D2320015F5D4 /* camera.mm */,
|
|
608
|
+
8C9EB5442FB6D2320015F5D4 /* font.mm */,
|
|
609
|
+
8C9EB5452FB6D2320015F5D4 /* rays.mm */,
|
|
477
610
|
);
|
|
478
|
-
path =
|
|
611
|
+
path = osx;
|
|
479
612
|
sourceTree = "<group>";
|
|
480
613
|
};
|
|
481
|
-
|
|
482
|
-
isa = PBXGroup;
|
|
483
|
-
children = (
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
614
|
+
8C9EB56B2FB6D2320015F5D4 /* src */ = {
|
|
615
|
+
isa = PBXGroup;
|
|
616
|
+
children = (
|
|
617
|
+
8C9EB5402FB6D2320015F5D4 /* opengl */,
|
|
618
|
+
8C9EB5462FB6D2320015F5D4 /* osx */,
|
|
619
|
+
8C9EB5532FB6D2320015F5D4 /* bitmap.h */,
|
|
620
|
+
8C9EB5542FB6D2320015F5D4 /* bounds.cpp */,
|
|
621
|
+
8C9EB5552FB6D2320015F5D4 /* color.cpp */,
|
|
622
|
+
8C9EB5562FB6D2320015F5D4 /* color_space.cpp */,
|
|
623
|
+
8C9EB5572FB6D2320015F5D4 /* coord.h */,
|
|
624
|
+
8C9EB5582FB6D2320015F5D4 /* coord.cpp */,
|
|
625
|
+
8C9EB5592FB6D2320015F5D4 /* exception.cpp */,
|
|
626
|
+
8C9EB55A2FB6D2320015F5D4 /* font.h */,
|
|
627
|
+
8C9EB55B2FB6D2320015F5D4 /* font.cpp */,
|
|
628
|
+
8C9EB55C2FB6D2320015F5D4 /* glm.h */,
|
|
629
|
+
8C9EB55D2FB6D2320015F5D4 /* image.h */,
|
|
630
|
+
8C9EB55E2FB6D2320015F5D4 /* image.cpp */,
|
|
631
|
+
8C9EB55F2FB6D2320015F5D4 /* matrix.h */,
|
|
632
|
+
8C9EB5602FB6D2320015F5D4 /* matrix.cpp */,
|
|
633
|
+
8C9EB5612FB6D2320015F5D4 /* painter.h */,
|
|
634
|
+
8C9EB5622FB6D2320015F5D4 /* painter.cpp */,
|
|
635
|
+
8C9EB5632FB6D2320015F5D4 /* point.cpp */,
|
|
636
|
+
8C9EB5642FB6D2320015F5D4 /* polygon.h */,
|
|
637
|
+
8C9EB5652FB6D2320015F5D4 /* polygon.cpp */,
|
|
638
|
+
8C9EB5662FB6D2320015F5D4 /* polyline.h */,
|
|
639
|
+
8C9EB5672FB6D2320015F5D4 /* polyline.cpp */,
|
|
640
|
+
8C9EB5682FB6D2320015F5D4 /* renderer.h */,
|
|
641
|
+
8C9EB5692FB6D2320015F5D4 /* texture.h */,
|
|
642
|
+
8C9EB56A2FB6D2320015F5D4 /* util.cpp */,
|
|
643
|
+
);
|
|
644
|
+
name = src;
|
|
645
|
+
path = ../../../../rays/src;
|
|
646
|
+
sourceTree = SOURCE_ROOT;
|
|
647
|
+
};
|
|
648
|
+
8C9EB5E02FB6D2810015F5D4 /* cpp */ = {
|
|
649
|
+
isa = PBXGroup;
|
|
650
|
+
children = (
|
|
651
|
+
8C9EB5DC2FB6D2810015F5D4 /* clipper.cpp */,
|
|
652
|
+
);
|
|
653
|
+
path = cpp;
|
|
501
654
|
sourceTree = "<group>";
|
|
502
655
|
};
|
|
503
|
-
|
|
504
|
-
isa = PBXGroup;
|
|
505
|
-
children = (
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
836BC5E619A45148009178DC /* b2ChainAndPolygonContact.h */,
|
|
510
|
-
836BC5E719A45148009178DC /* b2CircleContact.cpp */,
|
|
511
|
-
836BC5E819A45148009178DC /* b2CircleContact.h */,
|
|
512
|
-
836BC5E919A45148009178DC /* b2Contact.cpp */,
|
|
513
|
-
836BC5EA19A45148009178DC /* b2Contact.h */,
|
|
514
|
-
836BC5EB19A45148009178DC /* b2ContactSolver.cpp */,
|
|
515
|
-
836BC5EC19A45148009178DC /* b2ContactSolver.h */,
|
|
516
|
-
836BC5ED19A45148009178DC /* b2EdgeAndCircleContact.cpp */,
|
|
517
|
-
836BC5EE19A45148009178DC /* b2EdgeAndCircleContact.h */,
|
|
518
|
-
836BC5EF19A45148009178DC /* b2EdgeAndPolygonContact.cpp */,
|
|
519
|
-
836BC5F019A45148009178DC /* b2EdgeAndPolygonContact.h */,
|
|
520
|
-
836BC5F119A45148009178DC /* b2PolygonAndCircleContact.cpp */,
|
|
521
|
-
836BC5F219A45148009178DC /* b2PolygonAndCircleContact.h */,
|
|
522
|
-
836BC5F319A45148009178DC /* b2PolygonContact.cpp */,
|
|
523
|
-
836BC5F419A45148009178DC /* b2PolygonContact.h */,
|
|
524
|
-
);
|
|
525
|
-
path = Contacts;
|
|
656
|
+
8C9EB6E82FB6D2810015F5D4 /* clipper */ = {
|
|
657
|
+
isa = PBXGroup;
|
|
658
|
+
children = (
|
|
659
|
+
8C9EB5E02FB6D2810015F5D4 /* cpp */,
|
|
660
|
+
);
|
|
661
|
+
path = clipper;
|
|
526
662
|
sourceTree = "<group>";
|
|
527
663
|
};
|
|
528
|
-
|
|
529
|
-
isa = PBXGroup;
|
|
530
|
-
children = (
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
836BC5F919A45148009178DC /* b2FrictionJoint.h */,
|
|
535
|
-
836BC5FA19A45148009178DC /* b2GearJoint.cpp */,
|
|
536
|
-
836BC5FB19A45148009178DC /* b2GearJoint.h */,
|
|
537
|
-
836BC5FC19A45148009178DC /* b2Joint.cpp */,
|
|
538
|
-
836BC5FD19A45148009178DC /* b2Joint.h */,
|
|
539
|
-
836BC5FE19A45148009178DC /* b2MotorJoint.cpp */,
|
|
540
|
-
836BC5FF19A45148009178DC /* b2MotorJoint.h */,
|
|
541
|
-
836BC60019A45148009178DC /* b2MouseJoint.cpp */,
|
|
542
|
-
836BC60119A45148009178DC /* b2MouseJoint.h */,
|
|
543
|
-
836BC60219A45148009178DC /* b2PrismaticJoint.cpp */,
|
|
544
|
-
836BC60319A45148009178DC /* b2PrismaticJoint.h */,
|
|
545
|
-
836BC60419A45148009178DC /* b2PulleyJoint.cpp */,
|
|
546
|
-
836BC60519A45148009178DC /* b2PulleyJoint.h */,
|
|
547
|
-
836BC60619A45148009178DC /* b2RevoluteJoint.cpp */,
|
|
548
|
-
836BC60719A45148009178DC /* b2RevoluteJoint.h */,
|
|
549
|
-
836BC60819A45148009178DC /* b2RopeJoint.cpp */,
|
|
550
|
-
836BC60919A45148009178DC /* b2RopeJoint.h */,
|
|
551
|
-
836BC60A19A45148009178DC /* b2WeldJoint.cpp */,
|
|
552
|
-
836BC60B19A45148009178DC /* b2WeldJoint.h */,
|
|
553
|
-
836BC60C19A45148009178DC /* b2WheelJoint.cpp */,
|
|
554
|
-
836BC60D19A45148009178DC /* b2WheelJoint.h */,
|
|
555
|
-
);
|
|
556
|
-
path = Joints;
|
|
664
|
+
8C9EC0862FB6D2810015F5D4 /* splines-lib */ = {
|
|
665
|
+
isa = PBXGroup;
|
|
666
|
+
children = (
|
|
667
|
+
8C9EC0832FB6D2810015F5D4 /* Splines.cpp */,
|
|
668
|
+
);
|
|
669
|
+
path = "splines-lib";
|
|
557
670
|
sourceTree = "<group>";
|
|
558
671
|
};
|
|
559
|
-
|
|
672
|
+
8C9EC0872FB6D2810015F5D4 /* vendor */ = {
|
|
673
|
+
isa = PBXGroup;
|
|
674
|
+
children = (
|
|
675
|
+
8C9EB6E82FB6D2810015F5D4 /* clipper */,
|
|
676
|
+
8C9EC0862FB6D2810015F5D4 /* splines-lib */,
|
|
677
|
+
);
|
|
678
|
+
name = vendor;
|
|
679
|
+
path = ../../../../rays/vendor;
|
|
680
|
+
sourceTree = SOURCE_ROOT;
|
|
681
|
+
};
|
|
682
|
+
8C9EC95D2FB6D2D60015F5D4 /* reflex */ = {
|
|
560
683
|
isa = PBXGroup;
|
|
561
684
|
children = (
|
|
562
|
-
|
|
563
|
-
|
|
685
|
+
8C9EC9492FB6D2D60015F5D4 /* application.h */,
|
|
686
|
+
8C9EC94A2FB6D2D60015F5D4 /* debug.h */,
|
|
687
|
+
8C9EC94B2FB6D2D60015F5D4 /* defs.h */,
|
|
688
|
+
8C9EC94C2FB6D2D60015F5D4 /* device.h */,
|
|
689
|
+
8C9EC94D2FB6D2D60015F5D4 /* event.h */,
|
|
690
|
+
8C9EC94E2FB6D2D60015F5D4 /* exception.h */,
|
|
691
|
+
8C9EC94F2FB6D2D60015F5D4 /* filter.h */,
|
|
692
|
+
8C9EC9502FB6D2D60015F5D4 /* gamepad.h */,
|
|
693
|
+
8C9EC9512FB6D2D60015F5D4 /* image_view.h */,
|
|
694
|
+
8C9EC9522FB6D2D60015F5D4 /* midi.h */,
|
|
695
|
+
8C9EC9532FB6D2D60015F5D4 /* pointer.h */,
|
|
696
|
+
8C9EC9542FB6D2D60015F5D4 /* reflex.h */,
|
|
697
|
+
8C9EC9552FB6D2D60015F5D4 /* ruby.h */,
|
|
698
|
+
8C9EC9562FB6D2D60015F5D4 /* screen.h */,
|
|
699
|
+
8C9EC9572FB6D2D60015F5D4 /* selector.h */,
|
|
700
|
+
8C9EC9582FB6D2D60015F5D4 /* shape.h */,
|
|
701
|
+
8C9EC9592FB6D2D60015F5D4 /* style.h */,
|
|
702
|
+
8C9EC95A2FB6D2D60015F5D4 /* timer.h */,
|
|
703
|
+
8C9EC95B2FB6D2D60015F5D4 /* view.h */,
|
|
704
|
+
8C9EC95C2FB6D2D60015F5D4 /* window.h */,
|
|
564
705
|
);
|
|
565
|
-
path =
|
|
706
|
+
path = reflex;
|
|
566
707
|
sourceTree = "<group>";
|
|
567
708
|
};
|
|
568
|
-
|
|
709
|
+
8C9EC95F2FB6D2D60015F5D4 /* include */ = {
|
|
569
710
|
isa = PBXGroup;
|
|
570
711
|
children = (
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
8389FC4B1932B85E005585AC /* bounds.cpp */,
|
|
574
|
-
8389FCBA1932BEA5005585AC /* bounds.h */,
|
|
575
|
-
8389FC541932B85E005585AC /* color.cpp */,
|
|
576
|
-
8389FCBB1932BEA5005585AC /* color.h */,
|
|
577
|
-
8389FC531932B85E005585AC /* color_space.cpp */,
|
|
578
|
-
8389FCBC1932BEA5005585AC /* color_space.h */,
|
|
579
|
-
8389FCBD1932BEA5005585AC /* defs.h */,
|
|
580
|
-
8389FC551932B85E005585AC /* exception.cpp */,
|
|
581
|
-
8389FCBE1932BEA5005585AC /* exception.h */,
|
|
582
|
-
8389FCBF1932BEA5005585AC /* font.h */,
|
|
583
|
-
8389FC4E1932B85E005585AC /* font.mm */,
|
|
584
|
-
8389FC561932B85E005585AC /* frame_buffer.cpp */,
|
|
585
|
-
8389FC571932B85E005585AC /* frame_buffer.h */,
|
|
586
|
-
8389FC4F1932B85E005585AC /* helper.h */,
|
|
587
|
-
8389FC501932B85E005585AC /* helper.mm */,
|
|
588
|
-
8389FC581932B85E005585AC /* image.cpp */,
|
|
589
|
-
8389FCC01932BEA5005585AC /* image.h */,
|
|
590
|
-
8389FC591932B85E005585AC /* matrix.cpp */,
|
|
591
|
-
8389FCC11932BEA5005585AC /* matrix.h */,
|
|
592
|
-
8389FC5A1932B85E005585AC /* opengl.cpp */,
|
|
593
|
-
8389FCC21932BEA5005585AC /* opengl.h */,
|
|
594
|
-
8389FC511932B85E005585AC /* opengl.mm */,
|
|
595
|
-
8389FC5B1932B85E005585AC /* painter.cpp */,
|
|
596
|
-
8389FCC31932BEA5005585AC /* painter.h */,
|
|
597
|
-
8389FC5C1932B85E005585AC /* point.cpp */,
|
|
598
|
-
8389FCC41932BEA5005585AC /* point.h */,
|
|
599
|
-
8389FC5D1932B85E005585AC /* program.cpp */,
|
|
600
|
-
8389FC5E1932B85E005585AC /* program.h */,
|
|
601
|
-
8389FCD61932BEA5005585AC /* rays.h */,
|
|
602
|
-
8389FCC51932BEA5005585AC /* rays.h */,
|
|
603
|
-
8389FC521932B85E005585AC /* rays.mm */,
|
|
604
|
-
8389FC5F1932B85E005585AC /* render_buffer.cpp */,
|
|
605
|
-
8389FC601932B85E005585AC /* render_buffer.h */,
|
|
606
|
-
8389FCD31932BEA5005585AC /* ruby.h */,
|
|
607
|
-
8389FC611932B85E005585AC /* shader.cpp */,
|
|
608
|
-
8389FCD41932BEA5005585AC /* shader.h */,
|
|
609
|
-
8389FC621932B85E005585AC /* texture.cpp */,
|
|
610
|
-
8389FCD51932BEA5005585AC /* texture.h */,
|
|
712
|
+
8C9EC95D2FB6D2D60015F5D4 /* reflex */,
|
|
713
|
+
8C9EC95E2FB6D2D60015F5D4 /* reflex.h */,
|
|
611
714
|
);
|
|
612
|
-
name =
|
|
715
|
+
name = include;
|
|
716
|
+
path = ../../../../reflex/include;
|
|
717
|
+
sourceTree = SOURCE_ROOT;
|
|
718
|
+
};
|
|
719
|
+
8C9EC9832FB6D2EB0015F5D4 /* osx */ = {
|
|
720
|
+
isa = PBXGroup;
|
|
721
|
+
children = (
|
|
722
|
+
8C9EC9702FB6D2EB0015F5D4 /* app_delegate.h */,
|
|
723
|
+
8C9EC9712FB6D2EB0015F5D4 /* app_delegate.mm */,
|
|
724
|
+
8C9EC9722FB6D2EB0015F5D4 /* application.h */,
|
|
725
|
+
8C9EC9732FB6D2EB0015F5D4 /* application.mm */,
|
|
726
|
+
8C9EC9742FB6D2EB0015F5D4 /* device.mm */,
|
|
727
|
+
8C9EC9752FB6D2EB0015F5D4 /* event.h */,
|
|
728
|
+
8C9EC9762FB6D2EB0015F5D4 /* event.mm */,
|
|
729
|
+
8C9EC9772FB6D2EB0015F5D4 /* gamepad.mm */,
|
|
730
|
+
8C9EC9782FB6D2EB0015F5D4 /* gamepad_gc.mm */,
|
|
731
|
+
8C9EC9792FB6D2EB0015F5D4 /* gamepad_hid.mm */,
|
|
732
|
+
8C9EC97A2FB6D2EB0015F5D4 /* native_window.h */,
|
|
733
|
+
8C9EC97B2FB6D2EB0015F5D4 /* native_window.mm */,
|
|
734
|
+
8C9EC97C2FB6D2EB0015F5D4 /* opengl_view.h */,
|
|
735
|
+
8C9EC97D2FB6D2EB0015F5D4 /* opengl_view.mm */,
|
|
736
|
+
8C9EC97E2FB6D2EB0015F5D4 /* reflex.mm */,
|
|
737
|
+
8C9EC97F2FB6D2EB0015F5D4 /* screen.h */,
|
|
738
|
+
8C9EC9802FB6D2EB0015F5D4 /* screen.mm */,
|
|
739
|
+
8C9EC9812FB6D2EB0015F5D4 /* window.h */,
|
|
740
|
+
8C9EC9822FB6D2EB0015F5D4 /* window.mm */,
|
|
741
|
+
);
|
|
742
|
+
path = osx;
|
|
613
743
|
sourceTree = "<group>";
|
|
614
744
|
};
|
|
615
|
-
|
|
745
|
+
8C9EC9C12FB6D2EB0015F5D4 /* src */ = {
|
|
616
746
|
isa = PBXGroup;
|
|
617
747
|
children = (
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
8389FC8F1932BC6D005585AC /* window.cpp */,
|
|
654
|
-
8389FCB61932BE5A005585AC /* window.h */,
|
|
655
|
-
8389FC851932BC6D005585AC /* window.mm */,
|
|
656
|
-
8389FC861932BC6D005585AC /* window_data.h */,
|
|
657
|
-
836BC51A19A44FBA009178DC /* world.cpp */,
|
|
658
|
-
836BC51E19A44FDD009178DC /* world.h */,
|
|
748
|
+
8C9EC9832FB6D2EB0015F5D4 /* osx */,
|
|
749
|
+
8C9EC99F2FB6D2EB0015F5D4 /* application.h */,
|
|
750
|
+
8C9EC9A02FB6D2EB0015F5D4 /* application.cpp */,
|
|
751
|
+
8C9EC9A12FB6D2EB0015F5D4 /* body.h */,
|
|
752
|
+
8C9EC9A22FB6D2EB0015F5D4 /* body.cpp */,
|
|
753
|
+
8C9EC9A32FB6D2EB0015F5D4 /* device.cpp */,
|
|
754
|
+
8C9EC9A42FB6D2EB0015F5D4 /* event.h */,
|
|
755
|
+
8C9EC9A52FB6D2EB0015F5D4 /* event.cpp */,
|
|
756
|
+
8C9EC9A62FB6D2EB0015F5D4 /* exception.cpp */,
|
|
757
|
+
8C9EC9A72FB6D2EB0015F5D4 /* filter.cpp */,
|
|
758
|
+
8C9EC9A82FB6D2EB0015F5D4 /* fixture.h */,
|
|
759
|
+
8C9EC9A92FB6D2EB0015F5D4 /* fixture.cpp */,
|
|
760
|
+
8C9EC9AA2FB6D2EB0015F5D4 /* gamepad.h */,
|
|
761
|
+
8C9EC9AB2FB6D2EB0015F5D4 /* gamepad.cpp */,
|
|
762
|
+
8C9EC9AC2FB6D2EB0015F5D4 /* image_view.cpp */,
|
|
763
|
+
8C9EC9AD2FB6D2EB0015F5D4 /* midi.h */,
|
|
764
|
+
8C9EC9AE2FB6D2EB0015F5D4 /* midi.cpp */,
|
|
765
|
+
8C9EC9AF2FB6D2EB0015F5D4 /* pointer.h */,
|
|
766
|
+
8C9EC9B02FB6D2EB0015F5D4 /* pointer.cpp */,
|
|
767
|
+
8C9EC9B12FB6D2EB0015F5D4 /* queue.h */,
|
|
768
|
+
8C9EC9B22FB6D2EB0015F5D4 /* reflex.cpp */,
|
|
769
|
+
8C9EC9B32FB6D2EB0015F5D4 /* selector.h */,
|
|
770
|
+
8C9EC9B42FB6D2EB0015F5D4 /* selector.cpp */,
|
|
771
|
+
8C9EC9B52FB6D2EB0015F5D4 /* shape.h */,
|
|
772
|
+
8C9EC9B62FB6D2EB0015F5D4 /* shape.cpp */,
|
|
773
|
+
8C9EC9B72FB6D2EB0015F5D4 /* style.h */,
|
|
774
|
+
8C9EC9B82FB6D2EB0015F5D4 /* style.cpp */,
|
|
775
|
+
8C9EC9B92FB6D2EB0015F5D4 /* timer.h */,
|
|
776
|
+
8C9EC9BA2FB6D2EB0015F5D4 /* timer.cpp */,
|
|
777
|
+
8C9EC9BB2FB6D2EB0015F5D4 /* view.h */,
|
|
778
|
+
8C9EC9BC2FB6D2EB0015F5D4 /* view.cpp */,
|
|
779
|
+
8C9EC9BD2FB6D2EB0015F5D4 /* window.h */,
|
|
780
|
+
8C9EC9BE2FB6D2EB0015F5D4 /* window.cpp */,
|
|
781
|
+
8C9EC9BF2FB6D2EB0015F5D4 /* world.h */,
|
|
782
|
+
8C9EC9C02FB6D2EB0015F5D4 /* world.cpp */,
|
|
659
783
|
);
|
|
660
|
-
name =
|
|
784
|
+
name = src;
|
|
785
|
+
path = ../../../../reflex/src;
|
|
786
|
+
sourceTree = SOURCE_ROOT;
|
|
787
|
+
};
|
|
788
|
+
8C9ECAC62FB6D30B0015F5D4 /* collision */ = {
|
|
789
|
+
isa = PBXGroup;
|
|
790
|
+
children = (
|
|
791
|
+
8C9ECAAE2FB6D30B0015F5D4 /* b2_broad_phase.cpp */,
|
|
792
|
+
8C9ECAB02FB6D30B0015F5D4 /* b2_chain_shape.cpp */,
|
|
793
|
+
8C9ECAB22FB6D30B0015F5D4 /* b2_circle_shape.cpp */,
|
|
794
|
+
8C9ECAB42FB6D30B0015F5D4 /* b2_collide_circle.cpp */,
|
|
795
|
+
8C9ECAB62FB6D30B0015F5D4 /* b2_collide_edge.cpp */,
|
|
796
|
+
8C9ECAB82FB6D30B0015F5D4 /* b2_collide_polygon.cpp */,
|
|
797
|
+
8C9ECABA2FB6D30B0015F5D4 /* b2_collision.cpp */,
|
|
798
|
+
8C9ECABC2FB6D30B0015F5D4 /* b2_distance.cpp */,
|
|
799
|
+
8C9ECABE2FB6D30B0015F5D4 /* b2_dynamic_tree.cpp */,
|
|
800
|
+
8C9ECAC02FB6D30B0015F5D4 /* b2_edge_shape.cpp */,
|
|
801
|
+
8C9ECAC22FB6D30B0015F5D4 /* b2_polygon_shape.cpp */,
|
|
802
|
+
8C9ECAC42FB6D30B0015F5D4 /* b2_time_of_impact.cpp */,
|
|
803
|
+
);
|
|
804
|
+
path = collision;
|
|
661
805
|
sourceTree = "<group>";
|
|
662
806
|
};
|
|
807
|
+
8C9ECAD32FB6D30B0015F5D4 /* common */ = {
|
|
808
|
+
isa = PBXGroup;
|
|
809
|
+
children = (
|
|
810
|
+
8C9ECAC72FB6D30B0015F5D4 /* b2_block_allocator.cpp */,
|
|
811
|
+
8C9ECAC92FB6D30B0015F5D4 /* b2_draw.cpp */,
|
|
812
|
+
8C9ECACB2FB6D30B0015F5D4 /* b2_math.cpp */,
|
|
813
|
+
8C9ECACD2FB6D30B0015F5D4 /* b2_settings.cpp */,
|
|
814
|
+
8C9ECACF2FB6D30B0015F5D4 /* b2_stack_allocator.cpp */,
|
|
815
|
+
8C9ECAD12FB6D30B0015F5D4 /* b2_timer.cpp */,
|
|
816
|
+
);
|
|
817
|
+
path = common;
|
|
818
|
+
sourceTree = "<group>";
|
|
819
|
+
};
|
|
820
|
+
8C9ECB112FB6D30B0015F5D4 /* dynamics */ = {
|
|
821
|
+
isa = PBXGroup;
|
|
822
|
+
children = (
|
|
823
|
+
8C9ECAD42FB6D30B0015F5D4 /* b2_body.cpp */,
|
|
824
|
+
8C9ECAD72FB6D30B0015F5D4 /* b2_chain_circle_contact.cpp */,
|
|
825
|
+
8C9ECADA2FB6D30B0015F5D4 /* b2_chain_polygon_contact.cpp */,
|
|
826
|
+
8C9ECADD2FB6D30B0015F5D4 /* b2_circle_contact.cpp */,
|
|
827
|
+
8C9ECADF2FB6D30B0015F5D4 /* b2_contact.cpp */,
|
|
828
|
+
8C9ECAE12FB6D30B0015F5D4 /* b2_contact_manager.cpp */,
|
|
829
|
+
8C9ECAE42FB6D30B0015F5D4 /* b2_contact_solver.cpp */,
|
|
830
|
+
8C9ECAE62FB6D30B0015F5D4 /* b2_distance_joint.cpp */,
|
|
831
|
+
8C9ECAE92FB6D30B0015F5D4 /* b2_edge_circle_contact.cpp */,
|
|
832
|
+
8C9ECAEC2FB6D30B0015F5D4 /* b2_edge_polygon_contact.cpp */,
|
|
833
|
+
8C9ECAEE2FB6D30B0015F5D4 /* b2_fixture.cpp */,
|
|
834
|
+
8C9ECAF02FB6D30B0015F5D4 /* b2_friction_joint.cpp */,
|
|
835
|
+
8C9ECAF22FB6D30B0015F5D4 /* b2_gear_joint.cpp */,
|
|
836
|
+
8C9ECAF52FB6D30B0015F5D4 /* b2_island.cpp */,
|
|
837
|
+
8C9ECAF72FB6D30B0015F5D4 /* b2_joint.cpp */,
|
|
838
|
+
8C9ECAF92FB6D30B0015F5D4 /* b2_motor_joint.cpp */,
|
|
839
|
+
8C9ECAFB2FB6D30B0015F5D4 /* b2_mouse_joint.cpp */,
|
|
840
|
+
8C9ECAFE2FB6D30B0015F5D4 /* b2_polygon_circle_contact.cpp */,
|
|
841
|
+
8C9ECB012FB6D30B0015F5D4 /* b2_polygon_contact.cpp */,
|
|
842
|
+
8C9ECB032FB6D30B0015F5D4 /* b2_prismatic_joint.cpp */,
|
|
843
|
+
8C9ECB052FB6D30B0015F5D4 /* b2_pulley_joint.cpp */,
|
|
844
|
+
8C9ECB072FB6D30B0015F5D4 /* b2_revolute_joint.cpp */,
|
|
845
|
+
8C9ECB092FB6D30B0015F5D4 /* b2_weld_joint.cpp */,
|
|
846
|
+
8C9ECB0B2FB6D30B0015F5D4 /* b2_wheel_joint.cpp */,
|
|
847
|
+
8C9ECB0D2FB6D30B0015F5D4 /* b2_world.cpp */,
|
|
848
|
+
8C9ECB0F2FB6D30B0015F5D4 /* b2_world_callbacks.cpp */,
|
|
849
|
+
);
|
|
850
|
+
path = dynamics;
|
|
851
|
+
sourceTree = "<group>";
|
|
852
|
+
};
|
|
853
|
+
8C9ECB142FB6D30B0015F5D4 /* rope */ = {
|
|
854
|
+
isa = PBXGroup;
|
|
855
|
+
children = (
|
|
856
|
+
8C9ECB122FB6D30B0015F5D4 /* b2_rope.cpp */,
|
|
857
|
+
);
|
|
858
|
+
path = rope;
|
|
859
|
+
sourceTree = "<group>";
|
|
860
|
+
};
|
|
861
|
+
8C9ECB162FB6D30B0015F5D4 /* src */ = {
|
|
862
|
+
isa = PBXGroup;
|
|
863
|
+
children = (
|
|
864
|
+
8C9ECAC62FB6D30B0015F5D4 /* collision */,
|
|
865
|
+
8C9ECAD32FB6D30B0015F5D4 /* common */,
|
|
866
|
+
8C9ECB112FB6D30B0015F5D4 /* dynamics */,
|
|
867
|
+
8C9ECB142FB6D30B0015F5D4 /* rope */,
|
|
868
|
+
);
|
|
869
|
+
path = src;
|
|
870
|
+
sourceTree = "<group>";
|
|
871
|
+
};
|
|
872
|
+
8C9ECB742FB6D30B0015F5D4 /* box2d */ = {
|
|
873
|
+
isa = PBXGroup;
|
|
874
|
+
children = (
|
|
875
|
+
8C9ECB162FB6D30B0015F5D4 /* src */,
|
|
876
|
+
);
|
|
877
|
+
path = box2d;
|
|
878
|
+
sourceTree = "<group>";
|
|
879
|
+
};
|
|
880
|
+
8C9ECBF32FB6D30B0015F5D4 /* rtmidi */ = {
|
|
881
|
+
isa = PBXGroup;
|
|
882
|
+
children = (
|
|
883
|
+
8C9ECBF12FB6D30B0015F5D4 /* RtMidi.cpp */,
|
|
884
|
+
);
|
|
885
|
+
path = rtmidi;
|
|
886
|
+
sourceTree = "<group>";
|
|
887
|
+
};
|
|
888
|
+
8C9ECC262FB6D30B0015F5D4 /* rtmidi */ = {
|
|
889
|
+
isa = PBXGroup;
|
|
890
|
+
children = (
|
|
891
|
+
8C9ECBF32FB6D30B0015F5D4 /* rtmidi */,
|
|
892
|
+
);
|
|
893
|
+
path = rtmidi;
|
|
894
|
+
sourceTree = "<group>";
|
|
895
|
+
};
|
|
896
|
+
8C9ECC272FB6D30B0015F5D4 /* vendor */ = {
|
|
897
|
+
isa = PBXGroup;
|
|
898
|
+
children = (
|
|
899
|
+
8C9ECB742FB6D30B0015F5D4 /* box2d */,
|
|
900
|
+
8C9ECC262FB6D30B0015F5D4 /* rtmidi */,
|
|
901
|
+
);
|
|
902
|
+
name = vendor;
|
|
903
|
+
path = ../../../../reflex/vendor;
|
|
904
|
+
sourceTree = SOURCE_ROOT;
|
|
905
|
+
};
|
|
663
906
|
/* End PBXGroup section */
|
|
664
907
|
|
|
665
908
|
/* Begin PBXNativeTarget section */
|
|
@@ -694,6 +937,7 @@
|
|
|
694
937
|
developmentRegion = English;
|
|
695
938
|
hasScannedForEncodings = 0;
|
|
696
939
|
knownRegions = (
|
|
940
|
+
English,
|
|
697
941
|
en,
|
|
698
942
|
Base,
|
|
699
943
|
);
|
|
@@ -725,95 +969,119 @@
|
|
|
725
969
|
isa = PBXSourcesBuildPhase;
|
|
726
970
|
buildActionMask = 2147483647;
|
|
727
971
|
files = (
|
|
728
|
-
836BC63C19A45148009178DC /* b2WeldJoint.cpp in Sources */,
|
|
729
|
-
836BC63719A45148009178DC /* b2MouseJoint.cpp in Sources */,
|
|
730
|
-
836BC61519A45148009178DC /* b2Collision.cpp in Sources */,
|
|
731
|
-
836BC63119A45148009178DC /* b2PolygonContact.cpp in Sources */,
|
|
732
|
-
8389FC6F1932B85E005585AC /* opengl.cpp in Sources */,
|
|
733
|
-
8389FC6A1932B85E005585AC /* color.cpp in Sources */,
|
|
734
|
-
836BC63519A45148009178DC /* b2Joint.cpp in Sources */,
|
|
735
|
-
8389FC9F1932BC6D005585AC /* window.cpp in Sources */,
|
|
736
|
-
8389FC921932BC6D005585AC /* native_window.mm in Sources */,
|
|
737
|
-
836BC61D19A45148009178DC /* b2BlockAllocator.cpp in Sources */,
|
|
738
|
-
836BC61A19A45148009178DC /* b2CircleShape.cpp in Sources */,
|
|
739
|
-
836BC61419A45148009178DC /* b2CollidePolygon.cpp in Sources */,
|
|
740
|
-
836BC62219A45148009178DC /* b2Timer.cpp in Sources */,
|
|
741
|
-
8389FC711932B85E005585AC /* point.cpp in Sources */,
|
|
742
|
-
8389FC751932B85E005585AC /* texture.cpp in Sources */,
|
|
743
|
-
8389FC731932B85E005585AC /* render_buffer.cpp in Sources */,
|
|
744
|
-
8389FC681932B85E005585AC /* rays.mm in Sources */,
|
|
745
|
-
8389FC741932B85E005585AC /* shader.cpp in Sources */,
|
|
746
|
-
836BC62719A45148009178DC /* b2World.cpp in Sources */,
|
|
747
|
-
836BC51B19A44FBA009178DC /* body.cpp in Sources */,
|
|
748
|
-
836BC61119A45148009178DC /* b2BroadPhase.cpp in Sources */,
|
|
749
|
-
836BC62E19A45148009178DC /* b2EdgeAndCircleContact.cpp in Sources */,
|
|
750
|
-
8389FC971932BC6D005585AC /* event.cpp in Sources */,
|
|
751
|
-
8389FC901932BC6D005585AC /* application.mm in Sources */,
|
|
752
|
-
836BC62819A45148009178DC /* b2WorldCallbacks.cpp in Sources */,
|
|
753
|
-
836BC61C19A45148009178DC /* b2PolygonShape.cpp in Sources */,
|
|
754
|
-
836BC61819A45148009178DC /* b2TimeOfImpact.cpp in Sources */,
|
|
755
|
-
8389FC6C1932B85E005585AC /* frame_buffer.cpp in Sources */,
|
|
756
|
-
8358980B19322E68006096D2 /* exception.cpp in Sources */,
|
|
757
|
-
8389FC721932B85E005585AC /* program.cpp in Sources */,
|
|
758
|
-
8389FC911932BC6D005585AC /* app_delegate.mm in Sources */,
|
|
759
|
-
836BC63319A45148009178DC /* b2FrictionJoint.cpp in Sources */,
|
|
760
|
-
836BC51D19A44FBA009178DC /* world.cpp in Sources */,
|
|
761
|
-
8389FC9B1932BC6D005585AC /* selector.cpp in Sources */,
|
|
762
|
-
8389FC641932B85E005585AC /* bitmap.mm in Sources */,
|
|
763
|
-
8389FC661932B85E005585AC /* helper.mm in Sources */,
|
|
764
|
-
836BC61719A45148009178DC /* b2DynamicTree.cpp in Sources */,
|
|
765
|
-
836BC62D19A45148009178DC /* b2ContactSolver.cpp in Sources */,
|
|
766
|
-
8358980E19322E68006096D2 /* util.cpp in Sources */,
|
|
767
|
-
8389FC691932B85E005585AC /* color_space.cpp in Sources */,
|
|
768
|
-
8358980D19322E68006096D2 /* time.cpp in Sources */,
|
|
769
|
-
8389FC961932BC6D005585AC /* window.mm in Sources */,
|
|
770
|
-
836BC62119A45148009178DC /* b2StackAllocator.cpp in Sources */,
|
|
771
|
-
836BC62A19A45148009178DC /* b2ChainAndPolygonContact.cpp in Sources */,
|
|
772
|
-
836BC61919A45148009178DC /* b2ChainShape.cpp in Sources */,
|
|
773
|
-
836BC62B19A45148009178DC /* b2CircleContact.cpp in Sources */,
|
|
774
|
-
8358980A19322E68006096D2 /* debug.cpp in Sources */,
|
|
775
|
-
836BC62619A45148009178DC /* b2Island.cpp in Sources */,
|
|
776
|
-
836BC61B19A45148009178DC /* b2EdgeShape.cpp in Sources */,
|
|
777
|
-
836BC62919A45148009178DC /* b2ChainAndCircleContact.cpp in Sources */,
|
|
778
|
-
836BC62419A45148009178DC /* b2ContactManager.cpp in Sources */,
|
|
779
|
-
8389FC651932B85E005585AC /* font.mm in Sources */,
|
|
780
|
-
836BC63219A45148009178DC /* b2DistanceJoint.cpp in Sources */,
|
|
781
|
-
836BC61219A45148009178DC /* b2CollideCircle.cpp in Sources */,
|
|
782
|
-
8389FC6E1932B85E005585AC /* matrix.cpp in Sources */,
|
|
783
|
-
836BC61319A45148009178DC /* b2CollideEdge.cpp in Sources */,
|
|
784
|
-
836BC61F19A45148009178DC /* b2Math.cpp in Sources */,
|
|
785
|
-
8389FC981932BC6D005585AC /* exception.cpp in Sources */,
|
|
786
|
-
8389FC701932B85E005585AC /* painter.cpp in Sources */,
|
|
787
|
-
8389FC951932BC6D005585AC /* reflex.mm in Sources */,
|
|
788
|
-
836BC63419A45148009178DC /* b2GearJoint.cpp in Sources */,
|
|
789
|
-
8358980C19322E68006096D2 /* string.cpp in Sources */,
|
|
790
|
-
8389FC631932B85E005585AC /* bounds.cpp in Sources */,
|
|
791
|
-
8389FC6B1932B85E005585AC /* exception.cpp in Sources */,
|
|
792
|
-
8389FC931932BC6D005585AC /* event.mm in Sources */,
|
|
793
|
-
836BC63619A45148009178DC /* b2MotorJoint.cpp in Sources */,
|
|
794
|
-
8389FC9C1932BC6D005585AC /* style_length.cpp in Sources */,
|
|
795
|
-
8389FC671932B85E005585AC /* opengl.mm in Sources */,
|
|
796
|
-
8389FC9D1932BC6D005585AC /* style.cpp in Sources */,
|
|
797
|
-
8389FC991932BC6D005585AC /* image_view.cpp in Sources */,
|
|
798
|
-
836BC62019A45148009178DC /* b2Settings.cpp in Sources */,
|
|
799
|
-
836BC63819A45148009178DC /* b2PrismaticJoint.cpp in Sources */,
|
|
800
|
-
836BC51C19A44FBA009178DC /* fixture.cpp in Sources */,
|
|
801
|
-
836BC62C19A45148009178DC /* b2Contact.cpp in Sources */,
|
|
802
|
-
836BC61E19A45148009178DC /* b2Draw.cpp in Sources */,
|
|
803
|
-
836BC62519A45148009178DC /* b2Fixture.cpp in Sources */,
|
|
804
|
-
836BC63E19A45148009178DC /* b2Rope.cpp in Sources */,
|
|
805
|
-
8389FC9E1932BC6D005585AC /* view.cpp in Sources */,
|
|
806
|
-
836BC63B19A45148009178DC /* b2RopeJoint.cpp in Sources */,
|
|
807
|
-
836BC61619A45148009178DC /* b2Distance.cpp in Sources */,
|
|
808
|
-
836BC63919A45148009178DC /* b2PulleyJoint.cpp in Sources */,
|
|
809
|
-
836BC63A19A45148009178DC /* b2RevoluteJoint.cpp in Sources */,
|
|
810
|
-
8389FC941932BC6D005585AC /* opengl_view.mm in Sources */,
|
|
811
|
-
836BC62F19A45148009178DC /* b2EdgeAndPolygonContact.cpp in Sources */,
|
|
812
|
-
836BC63019A45148009178DC /* b2PolygonAndCircleContact.cpp in Sources */,
|
|
813
|
-
836BC62319A45148009178DC /* b2Body.cpp in Sources */,
|
|
814
972
|
835897DD19322E33006096D2 /* main.cpp in Sources */,
|
|
815
|
-
|
|
816
|
-
|
|
973
|
+
8C9EB4EE2FB6D15F0015F5D4 /* util.cpp in Sources */,
|
|
974
|
+
8C9EB4EF2FB6D15F0015F5D4 /* debug.cpp in Sources */,
|
|
975
|
+
8C9EB4F02FB6D15F0015F5D4 /* time.cpp in Sources */,
|
|
976
|
+
8C9EB56C2FB6D2320015F5D4 /* shader_source.cpp in Sources */,
|
|
977
|
+
8C9EB56D2FB6D2320015F5D4 /* texture.cpp in Sources */,
|
|
978
|
+
8C9EB56F2FB6D2320015F5D4 /* shader.cpp in Sources */,
|
|
979
|
+
8C9EB5722FB6D2320015F5D4 /* shader_program.cpp in Sources */,
|
|
980
|
+
8C9EB5732FB6D2320015F5D4 /* color_space.cpp in Sources */,
|
|
981
|
+
8C9EB5742FB6D2320015F5D4 /* util.cpp in Sources */,
|
|
982
|
+
8C9EB5752FB6D2320015F5D4 /* opengl.mm in Sources */,
|
|
983
|
+
8C9EB5762FB6D2320015F5D4 /* frame_buffer.cpp in Sources */,
|
|
984
|
+
8C9EC21D2FB6D2810015F5D4 /* clipper.cpp in Sources */,
|
|
985
|
+
8C9EC2922FB6D2810015F5D4 /* Splines.cpp in Sources */,
|
|
986
|
+
8C9EB5782FB6D2320015F5D4 /* camera.mm in Sources */,
|
|
987
|
+
8C9EC9C42FB6D2EB0015F5D4 /* device.cpp in Sources */,
|
|
988
|
+
8C9EC9CA2FB6D2EB0015F5D4 /* screen.mm in Sources */,
|
|
989
|
+
8C9EC9CB2FB6D2EB0015F5D4 /* window.cpp in Sources */,
|
|
990
|
+
8C9EC9CE2FB6D2EB0015F5D4 /* gamepad.mm in Sources */,
|
|
991
|
+
8C9EC9CF2FB6D2EB0015F5D4 /* style.cpp in Sources */,
|
|
992
|
+
8C9EC9D22FB6D2EB0015F5D4 /* body.cpp in Sources */,
|
|
993
|
+
8C9EC9D32FB6D2EB0015F5D4 /* native_window.mm in Sources */,
|
|
994
|
+
8C9EC9D52FB6D2EB0015F5D4 /* reflex.cpp in Sources */,
|
|
995
|
+
8C9EC9D62FB6D2EB0015F5D4 /* event.mm in Sources */,
|
|
996
|
+
8C9EC9D82FB6D2EB0015F5D4 /* device.mm in Sources */,
|
|
997
|
+
8C9EC9D92FB6D2EB0015F5D4 /* view.cpp in Sources */,
|
|
998
|
+
8C9EC9DB2FB6D2EB0015F5D4 /* gamepad_hid.mm in Sources */,
|
|
999
|
+
8C9EC9DE2FB6D2EB0015F5D4 /* application.cpp in Sources */,
|
|
1000
|
+
8C9EC9DF2FB6D2EB0015F5D4 /* pointer.cpp in Sources */,
|
|
1001
|
+
8C9EC9E02FB6D2EB0015F5D4 /* application.mm in Sources */,
|
|
1002
|
+
8C9EC9E12FB6D2EB0015F5D4 /* image_view.cpp in Sources */,
|
|
1003
|
+
8C9EC9E32FB6D2EB0015F5D4 /* window.mm in Sources */,
|
|
1004
|
+
8C9EC9E42FB6D2EB0015F5D4 /* timer.cpp in Sources */,
|
|
1005
|
+
8C9EC9E72FB6D2EB0015F5D4 /* selector.cpp in Sources */,
|
|
1006
|
+
8C9EC9E82FB6D2EB0015F5D4 /* world.cpp in Sources */,
|
|
1007
|
+
8C9EC9EA2FB6D2EB0015F5D4 /* gamepad.cpp in Sources */,
|
|
1008
|
+
8C9EC9EB2FB6D2EB0015F5D4 /* event.cpp in Sources */,
|
|
1009
|
+
8C9EC9EC2FB6D2EB0015F5D4 /* midi.cpp in Sources */,
|
|
1010
|
+
8C9EC9EE2FB6D2EB0015F5D4 /* gamepad_gc.mm in Sources */,
|
|
1011
|
+
8C9EC9F02FB6D2EB0015F5D4 /* fixture.cpp in Sources */,
|
|
1012
|
+
8C9EC9F12FB6D2EB0015F5D4 /* shape.cpp in Sources */,
|
|
1013
|
+
8C9EC9F22FB6D2EB0015F5D4 /* filter.cpp in Sources */,
|
|
1014
|
+
8C9EC9F62FB6D2EB0015F5D4 /* reflex.mm in Sources */,
|
|
1015
|
+
8C9EC9F72FB6D2EB0015F5D4 /* exception.cpp in Sources */,
|
|
1016
|
+
8C9EC9F82FB6D2EB0015F5D4 /* opengl_view.mm in Sources */,
|
|
1017
|
+
8C9EC9F92FB6D2EB0015F5D4 /* app_delegate.mm in Sources */,
|
|
1018
|
+
8C9ECC2A2FB6D30B0015F5D4 /* b2_settings.cpp in Sources */,
|
|
1019
|
+
8C9ECC2B2FB6D30B0015F5D4 /* b2_stack_allocator.cpp in Sources */,
|
|
1020
|
+
8C9ECC302FB6D30B0015F5D4 /* b2_collide_edge.cpp in Sources */,
|
|
1021
|
+
8C9ECC352FB6D30B0015F5D4 /* b2_gear_joint.cpp in Sources */,
|
|
1022
|
+
8C9ECC372FB6D30B0015F5D4 /* b2_broad_phase.cpp in Sources */,
|
|
1023
|
+
8C9ECC452FB6D30B0015F5D4 /* b2_circle_shape.cpp in Sources */,
|
|
1024
|
+
8C9ECC462FB6D30B0015F5D4 /* b2_friction_joint.cpp in Sources */,
|
|
1025
|
+
8C9ECC4B2FB6D30B0015F5D4 /* b2_block_allocator.cpp in Sources */,
|
|
1026
|
+
8C9ECC4D2FB6D30B0015F5D4 /* RtMidi.cpp in Sources */,
|
|
1027
|
+
8C9ECC4E2FB6D30B0015F5D4 /* b2_chain_circle_contact.cpp in Sources */,
|
|
1028
|
+
8C9ECC522FB6D30B0015F5D4 /* b2_world_callbacks.cpp in Sources */,
|
|
1029
|
+
8C9ECC562FB6D30B0015F5D4 /* b2_polygon_contact.cpp in Sources */,
|
|
1030
|
+
8C9ECC582FB6D30B0015F5D4 /* b2_joint.cpp in Sources */,
|
|
1031
|
+
8C9ECC592FB6D30B0015F5D4 /* b2_time_of_impact.cpp in Sources */,
|
|
1032
|
+
8C9ECC6D2FB6D30B0015F5D4 /* b2_pulley_joint.cpp in Sources */,
|
|
1033
|
+
8C9ECC702FB6D30B0015F5D4 /* b2_polygon_circle_contact.cpp in Sources */,
|
|
1034
|
+
8C9ECC712FB6D30B0015F5D4 /* b2_contact_manager.cpp in Sources */,
|
|
1035
|
+
8C9ECC732FB6D30B0015F5D4 /* b2_distance.cpp in Sources */,
|
|
1036
|
+
8C9ECC742FB6D30B0015F5D4 /* b2_rope.cpp in Sources */,
|
|
1037
|
+
8C9ECC762FB6D30B0015F5D4 /* b2_world.cpp in Sources */,
|
|
1038
|
+
8C9ECC792FB6D30B0015F5D4 /* b2_polygon_shape.cpp in Sources */,
|
|
1039
|
+
8C9ECC7B2FB6D30B0015F5D4 /* b2_timer.cpp in Sources */,
|
|
1040
|
+
8C9ECC7E2FB6D30B0015F5D4 /* b2_mouse_joint.cpp in Sources */,
|
|
1041
|
+
8C9ECC832FB6D30B0015F5D4 /* b2_revolute_joint.cpp in Sources */,
|
|
1042
|
+
8C9ECC862FB6D30B0015F5D4 /* b2_draw.cpp in Sources */,
|
|
1043
|
+
8C9ECC892FB6D30B0015F5D4 /* b2_edge_shape.cpp in Sources */,
|
|
1044
|
+
8C9ECC8A2FB6D30B0015F5D4 /* b2_collide_polygon.cpp in Sources */,
|
|
1045
|
+
8C9ECC8B2FB6D30B0015F5D4 /* b2_edge_circle_contact.cpp in Sources */,
|
|
1046
|
+
8C9ECC932FB6D30B0015F5D4 /* b2_weld_joint.cpp in Sources */,
|
|
1047
|
+
8C9ECC952FB6D30B0015F5D4 /* b2_circle_contact.cpp in Sources */,
|
|
1048
|
+
8C9ECC992FB6D30B0015F5D4 /* b2_chain_shape.cpp in Sources */,
|
|
1049
|
+
8C9ECC9D2FB6D30B0015F5D4 /* b2_wheel_joint.cpp in Sources */,
|
|
1050
|
+
8C9ECC9E2FB6D30B0015F5D4 /* b2_contact.cpp in Sources */,
|
|
1051
|
+
8C9ECCA32FB6D30B0015F5D4 /* b2_body.cpp in Sources */,
|
|
1052
|
+
8C9ECCA42FB6D30B0015F5D4 /* b2_edge_polygon_contact.cpp in Sources */,
|
|
1053
|
+
8C9ECCA92FB6D30B0015F5D4 /* b2_math.cpp in Sources */,
|
|
1054
|
+
8C9ECCAD2FB6D30B0015F5D4 /* b2_dynamic_tree.cpp in Sources */,
|
|
1055
|
+
8C9ECCB22FB6D30B0015F5D4 /* b2_island.cpp in Sources */,
|
|
1056
|
+
8C9ECCB32FB6D30B0015F5D4 /* b2_motor_joint.cpp in Sources */,
|
|
1057
|
+
8C9ECCC02FB6D30B0015F5D4 /* b2_distance_joint.cpp in Sources */,
|
|
1058
|
+
8C9ECCC22FB6D30B0015F5D4 /* b2_collide_circle.cpp in Sources */,
|
|
1059
|
+
8C9ECCC52FB6D30B0015F5D4 /* b2_fixture.cpp in Sources */,
|
|
1060
|
+
8C9ECCCB2FB6D30B0015F5D4 /* b2_contact_solver.cpp in Sources */,
|
|
1061
|
+
8C9ECCCC2FB6D30B0015F5D4 /* b2_collision.cpp in Sources */,
|
|
1062
|
+
8C9ECCD02FB6D30B0015F5D4 /* b2_chain_polygon_contact.cpp in Sources */,
|
|
1063
|
+
8C9ECCD32FB6D30B0015F5D4 /* b2_prismatic_joint.cpp in Sources */,
|
|
1064
|
+
8C9EB57A2FB6D2320015F5D4 /* font.cpp in Sources */,
|
|
1065
|
+
8C9EB57B2FB6D2320015F5D4 /* point.cpp in Sources */,
|
|
1066
|
+
8C9EB57F2FB6D2320015F5D4 /* matrix.cpp in Sources */,
|
|
1067
|
+
8C9EB5802FB6D2320015F5D4 /* rays.mm in Sources */,
|
|
1068
|
+
8C9EB5822FB6D2320015F5D4 /* bitmap.cpp in Sources */,
|
|
1069
|
+
8C9EB5832FB6D2320015F5D4 /* polygon.cpp in Sources */,
|
|
1070
|
+
8C9EB5852FB6D2320015F5D4 /* painter.cpp in Sources */,
|
|
1071
|
+
8C9EB5862FB6D2320015F5D4 /* painter.cpp in Sources */,
|
|
1072
|
+
8C9EB5872FB6D2320015F5D4 /* polyline.cpp in Sources */,
|
|
1073
|
+
8C9EB5882FB6D2320015F5D4 /* opengl.cpp in Sources */,
|
|
1074
|
+
8C9EB5892FB6D2320015F5D4 /* render_buffer.cpp in Sources */,
|
|
1075
|
+
8C9EB58B2FB6D2320015F5D4 /* font.mm in Sources */,
|
|
1076
|
+
8C9EB58D2FB6D2320015F5D4 /* bounds.cpp in Sources */,
|
|
1077
|
+
8C9EB58F2FB6D2320015F5D4 /* bitmap.mm in Sources */,
|
|
1078
|
+
8C9EB5902FB6D2320015F5D4 /* color_space.cpp in Sources */,
|
|
1079
|
+
8C9EB5922FB6D2320015F5D4 /* color.cpp in Sources */,
|
|
1080
|
+
8C9EB5942FB6D2320015F5D4 /* exception.cpp in Sources */,
|
|
1081
|
+
8C9EB5952FB6D2320015F5D4 /* coord.cpp in Sources */,
|
|
1082
|
+
8C9EB5972FB6D2320015F5D4 /* image.cpp in Sources */,
|
|
1083
|
+
8C9EB4F12FB6D15F0015F5D4 /* exception.cpp in Sources */,
|
|
1084
|
+
8C9EB4F22FB6D15F0015F5D4 /* string.cpp in Sources */,
|
|
817
1085
|
);
|
|
818
1086
|
runOnlyForDeploymentPostprocessing = 0;
|
|
819
1087
|
};
|
|
@@ -931,9 +1199,29 @@
|
|
|
931
1199
|
isa = XCBuildConfiguration;
|
|
932
1200
|
buildSettings = {
|
|
933
1201
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
1202
|
+
CLANG_CXX_LANGUAGE_STANDARD = "c++20";
|
|
934
1203
|
COMBINE_HIDPI_IMAGES = YES;
|
|
935
1204
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
936
1205
|
GCC_PREFIX_HEADER = "hello/hello-Prefix.pch";
|
|
1206
|
+
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
1207
|
+
"OSX=1",
|
|
1208
|
+
"__MACOSX_CORE__=1",
|
|
1209
|
+
);
|
|
1210
|
+
HEADER_SEARCH_PATHS = (
|
|
1211
|
+
../../../../reflex/vendor/box2d/src,
|
|
1212
|
+
../../../../reflex/vendor/box2d/include,
|
|
1213
|
+
../../../../reflex/vendor/rtmidi/rtmidi,
|
|
1214
|
+
../../../../reflex/include,
|
|
1215
|
+
../../../../rays/vendor/clipper/cpp,
|
|
1216
|
+
../../../../rays/vendor/earcut.hpp/include/mapbox,
|
|
1217
|
+
../../../../rays/vendor/glm,
|
|
1218
|
+
"../../../../rays/vendor/splines-lib",
|
|
1219
|
+
../../../../rays/include,
|
|
1220
|
+
../../../../xot/include,
|
|
1221
|
+
/usr/local/include,
|
|
1222
|
+
"$(inherited)",
|
|
1223
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
|
1224
|
+
);
|
|
937
1225
|
INFOPLIST_FILE = "hello/hello-Info.plist";
|
|
938
1226
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
939
1227
|
WRAPPER_EXTENSION = app;
|
|
@@ -944,9 +1232,29 @@
|
|
|
944
1232
|
isa = XCBuildConfiguration;
|
|
945
1233
|
buildSettings = {
|
|
946
1234
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
1235
|
+
CLANG_CXX_LANGUAGE_STANDARD = "c++20";
|
|
947
1236
|
COMBINE_HIDPI_IMAGES = YES;
|
|
948
1237
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
949
1238
|
GCC_PREFIX_HEADER = "hello/hello-Prefix.pch";
|
|
1239
|
+
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
1240
|
+
"OSX=1",
|
|
1241
|
+
"__MACOSX_CORE__=1",
|
|
1242
|
+
);
|
|
1243
|
+
HEADER_SEARCH_PATHS = (
|
|
1244
|
+
../../../../reflex/vendor/box2d/src,
|
|
1245
|
+
../../../../reflex/vendor/box2d/include,
|
|
1246
|
+
../../../../reflex/vendor/rtmidi/rtmidi,
|
|
1247
|
+
../../../../reflex/include,
|
|
1248
|
+
../../../../rays/vendor/clipper/cpp,
|
|
1249
|
+
../../../../rays/vendor/earcut.hpp/include/mapbox,
|
|
1250
|
+
../../../../rays/vendor/glm,
|
|
1251
|
+
"../../../../rays/vendor/splines-lib",
|
|
1252
|
+
../../../../rays/include,
|
|
1253
|
+
../../../../xot/include,
|
|
1254
|
+
/usr/local/include,
|
|
1255
|
+
"$(inherited)",
|
|
1256
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
|
1257
|
+
);
|
|
950
1258
|
INFOPLIST_FILE = "hello/hello-Info.plist";
|
|
951
1259
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
952
1260
|
WRAPPER_EXTENSION = app;
|