|
@@ -0,0 +1,587 @@
|
|
1
|
+// !$*UTF8*$!
|
|
2
|
+{
|
|
3
|
+ archiveVersion = 1;
|
|
4
|
+ classes = {
|
|
5
|
+ };
|
|
6
|
+ objectVersion = 46;
|
|
7
|
+ objects = {
|
|
8
|
+
|
|
9
|
+/* Begin PBXBuildFile section */
|
|
10
|
+ 66DA89941DD3117F00338015 /* Mesh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 844A9A801DD0C080007DCC89 /* Mesh.cpp */; };
|
|
11
|
+ 66DA89971DD3118000338015 /* Mesh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 844A9A801DD0C080007DCC89 /* Mesh.cpp */; };
|
|
12
|
+ 8406D1D821E715E400E0EA0F /* libDK.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8406D1BF21E701FF00E0EA0F /* libDK.a */; };
|
|
13
|
+ 8406D1F921E71C5500E0EA0F /* libDK.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8406D1C121E701FF00E0EA0F /* libDK.a */; };
|
|
14
|
+ 841948EB1DDCBE6000E039F0 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 841948E91DDCBE5000E039F0 /* AppDelegate.m */; };
|
|
15
|
+ 841948EF1DDCBE7B00E039F0 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 841948ED1DDCBE7500E039F0 /* AppDelegate.m */; };
|
|
16
|
+ 8420EE201EE5BA6500A20933 /* Data in Resources */ = {isa = PBXBuildFile; fileRef = 8420EE1F1EE5BA6500A20933 /* Data */; };
|
|
17
|
+ 8420EE211EE5BA6500A20933 /* Data in Resources */ = {isa = PBXBuildFile; fileRef = 8420EE1F1EE5BA6500A20933 /* Data */; };
|
|
18
|
+ 844A9A851DD0C080007DCC89 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A781DD0C080007DCC89 /* Assets.xcassets */; };
|
|
19
|
+ 844A9A8B1DD0C08F007DCC89 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A741DD0C080007DCC89 /* Assets.xcassets */; };
|
|
20
|
+ 844A9A8D1DD0C08F007DCC89 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A761DD0C080007DCC89 /* LaunchScreen.storyboard */; };
|
|
21
|
+ 84A81E9D226443700060BCBB /* tiny_obj_loader.cc in Sources */ = {isa = PBXBuildFile; fileRef = 84A81E9C226443700060BCBB /* tiny_obj_loader.cc */; };
|
|
22
|
+ 84A81E9E226443700060BCBB /* tiny_obj_loader.cc in Sources */ = {isa = PBXBuildFile; fileRef = 84A81E9C226443700060BCBB /* tiny_obj_loader.cc */; };
|
|
23
|
+ 84A81EAF22644A7D0060BCBB /* dkgl_new.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84B5FE4B20726C3600B52742 /* dkgl_new.cpp */; };
|
|
24
|
+ 84A81EB222644A7E0060BCBB /* dkgl_new.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84B5FE4B20726C3600B52742 /* dkgl_new.cpp */; };
|
|
25
|
+/* End PBXBuildFile section */
|
|
26
|
+
|
|
27
|
+/* Begin PBXContainerItemProxy section */
|
|
28
|
+ 8406D1BE21E701FF00E0EA0F /* PBXContainerItemProxy */ = {
|
|
29
|
+ isa = PBXContainerItemProxy;
|
|
30
|
+ containerPortal = 840D5D3A1DDA07B2009DA369 /* DK.xcodeproj */;
|
|
31
|
+ proxyType = 2;
|
|
32
|
+ remoteGlobalIDString = 84E42A5D13AF8B4200BF31EA;
|
|
33
|
+ remoteInfo = DK_iOS_static;
|
|
34
|
+ };
|
|
35
|
+ 8406D1C021E701FF00E0EA0F /* PBXContainerItemProxy */ = {
|
|
36
|
+ isa = PBXContainerItemProxy;
|
|
37
|
+ containerPortal = 840D5D3A1DDA07B2009DA369 /* DK.xcodeproj */;
|
|
38
|
+ proxyType = 2;
|
|
39
|
+ remoteGlobalIDString = 84E42A5C13AF8B4200BF31EA;
|
|
40
|
+ remoteInfo = DK_macOS_static;
|
|
41
|
+ };
|
|
42
|
+ 8406D1C221E701FF00E0EA0F /* PBXContainerItemProxy */ = {
|
|
43
|
+ isa = PBXContainerItemProxy;
|
|
44
|
+ containerPortal = 840D5D3A1DDA07B2009DA369 /* DK.xcodeproj */;
|
|
45
|
+ proxyType = 2;
|
|
46
|
+ remoteGlobalIDString = 84798B7119E51CBA009378A6;
|
|
47
|
+ remoteInfo = DK_iOS;
|
|
48
|
+ };
|
|
49
|
+ 8406D1C421E701FF00E0EA0F /* PBXContainerItemProxy */ = {
|
|
50
|
+ isa = PBXContainerItemProxy;
|
|
51
|
+ containerPortal = 840D5D3A1DDA07B2009DA369 /* DK.xcodeproj */;
|
|
52
|
+ proxyType = 2;
|
|
53
|
+ remoteGlobalIDString = 840CA4ED1928946800689BB6;
|
|
54
|
+ remoteInfo = DK_macOS;
|
|
55
|
+ };
|
|
56
|
+ 8406D1D921E715F400E0EA0F /* PBXContainerItemProxy */ = {
|
|
57
|
+ isa = PBXContainerItemProxy;
|
|
58
|
+ containerPortal = 840D5D3A1DDA07B2009DA369 /* DK.xcodeproj */;
|
|
59
|
+ proxyType = 1;
|
|
60
|
+ remoteGlobalIDString = 84C5F9EC13013FDD005F4449;
|
|
61
|
+ remoteInfo = DK_iOS_static;
|
|
62
|
+ };
|
|
63
|
+ 8406D1DB21E715FD00E0EA0F /* PBXContainerItemProxy */ = {
|
|
64
|
+ isa = PBXContainerItemProxy;
|
|
65
|
+ containerPortal = 840D5D3A1DDA07B2009DA369 /* DK.xcodeproj */;
|
|
66
|
+ proxyType = 1;
|
|
67
|
+ remoteGlobalIDString = D2AAC045055464E500DB518D;
|
|
68
|
+ remoteInfo = DK_macOS_static;
|
|
69
|
+ };
|
|
70
|
+/* End PBXContainerItemProxy section */
|
|
71
|
+
|
|
72
|
+/* Begin PBXFileReference section */
|
|
73
|
+ 840D5D3A1DDA07B2009DA369 /* DK.xcodeproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = "wrapper.pb-project"; name = DK.xcodeproj; path = ../../DK/DK.xcodeproj; sourceTree = "<group>"; };
|
|
74
|
+ 841948E81DDCBE5000E039F0 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
75
|
+ 841948E91DDCBE5000E039F0 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
76
|
+ 841948EC1DDCBE7500E039F0 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
77
|
+ 841948ED1DDCBE7500E039F0 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
78
|
+ 8420EE1F1EE5BA6500A20933 /* Data */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Data; path = ../Data; sourceTree = "<group>"; };
|
|
79
|
+ 844A9A441DD0BCFD007DCC89 /* Mesh_macOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Mesh_macOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
80
|
+ 844A9A5C1DD0BEDD007DCC89 /* Mesh_iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Mesh_iOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
81
|
+ 844A9A741DD0C080007DCC89 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
82
|
+ 844A9A751DD0C080007DCC89 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
83
|
+ 844A9A761DD0C080007DCC89 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
84
|
+ 844A9A781DD0C080007DCC89 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
85
|
+ 844A9A791DD0C080007DCC89 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
86
|
+ 844A9A7B1DD0C080007DCC89 /* Resource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Resource.h; sourceTree = "<group>"; };
|
|
87
|
+ 844A9A7C1DD0C080007DCC89 /* small.ico */ = {isa = PBXFileReference; lastKnownFileType = image.ico; path = small.ico; sourceTree = "<group>"; };
|
|
88
|
+ 844A9A7D1DD0C080007DCC89 /* targetver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = targetver.h; sourceTree = "<group>"; };
|
|
89
|
+ 844A9A7E1DD0C080007DCC89 /* SampleApp.ico */ = {isa = PBXFileReference; lastKnownFileType = image.ico; path = SampleApp.ico; sourceTree = "<group>"; };
|
|
90
|
+ 844A9A7F1DD0C080007DCC89 /* SampleApp.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SampleApp.rc; sourceTree = "<group>"; };
|
|
91
|
+ 844A9A801DD0C080007DCC89 /* Mesh.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Mesh.cpp; sourceTree = "<group>"; };
|
|
92
|
+ 84A81E9C226443700060BCBB /* tiny_obj_loader.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = tiny_obj_loader.cc; path = ../Libs/tinyobjLoader/tiny_obj_loader.cc; sourceTree = "<group>"; };
|
|
93
|
+ 84B5FE4B20726C3600B52742 /* dkgl_new.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dkgl_new.cpp; sourceTree = "<group>"; };
|
|
94
|
+ 84B81E9021E6FF8400E0C5FF /* app.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = app.h; sourceTree = "<group>"; };
|
|
95
|
+ 84B81E9121E6FF8400E0C5FF /* util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = util.h; sourceTree = "<group>"; };
|
|
96
|
+/* End PBXFileReference section */
|
|
97
|
+
|
|
98
|
+/* Begin PBXFrameworksBuildPhase section */
|
|
99
|
+ 844A9A411DD0BCFD007DCC89 /* Frameworks */ = {
|
|
100
|
+ isa = PBXFrameworksBuildPhase;
|
|
101
|
+ buildActionMask = 2147483647;
|
|
102
|
+ files = (
|
|
103
|
+ 8406D1F921E71C5500E0EA0F /* libDK.a in Frameworks */,
|
|
104
|
+ );
|
|
105
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
106
|
+ };
|
|
107
|
+ 844A9A591DD0BEDD007DCC89 /* Frameworks */ = {
|
|
108
|
+ isa = PBXFrameworksBuildPhase;
|
|
109
|
+ buildActionMask = 2147483647;
|
|
110
|
+ files = (
|
|
111
|
+ 8406D1D821E715E400E0EA0F /* libDK.a in Frameworks */,
|
|
112
|
+ );
|
|
113
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
114
|
+ };
|
|
115
|
+/* End PBXFrameworksBuildPhase section */
|
|
116
|
+
|
|
117
|
+/* Begin PBXGroup section */
|
|
118
|
+ 66DA89141DD1887A00338015 /* Frameworks */ = {
|
|
119
|
+ isa = PBXGroup;
|
|
120
|
+ children = (
|
|
121
|
+ );
|
|
122
|
+ name = Frameworks;
|
|
123
|
+ sourceTree = "<group>";
|
|
124
|
+ };
|
|
125
|
+ 8406D1B821E701FF00E0EA0F /* Products */ = {
|
|
126
|
+ isa = PBXGroup;
|
|
127
|
+ children = (
|
|
128
|
+ 8406D1BF21E701FF00E0EA0F /* libDK.a */,
|
|
129
|
+ 8406D1C121E701FF00E0EA0F /* libDK.a */,
|
|
130
|
+ 8406D1C321E701FF00E0EA0F /* DK.framework */,
|
|
131
|
+ 8406D1C521E701FF00E0EA0F /* DK.framework */,
|
|
132
|
+ );
|
|
133
|
+ name = Products;
|
|
134
|
+ sourceTree = "<group>";
|
|
135
|
+ };
|
|
136
|
+ 844A9A3B1DD0BCFD007DCC89 = {
|
|
137
|
+ isa = PBXGroup;
|
|
138
|
+ children = (
|
|
139
|
+ 840D5D3A1DDA07B2009DA369 /* DK.xcodeproj */,
|
|
140
|
+ 66DA89141DD1887A00338015 /* Frameworks */,
|
|
141
|
+ 844A9A451DD0BCFD007DCC89 /* Products */,
|
|
142
|
+ 84B81E8F21E6FF4700E0C5FF /* Common */,
|
|
143
|
+ 8420EE1F1EE5BA6500A20933 /* Data */,
|
|
144
|
+ 844A9A461DD0BCFD007DCC89 /* Source Files */,
|
|
145
|
+ );
|
|
146
|
+ sourceTree = "<group>";
|
|
147
|
+ };
|
|
148
|
+ 844A9A451DD0BCFD007DCC89 /* Products */ = {
|
|
149
|
+ isa = PBXGroup;
|
|
150
|
+ children = (
|
|
151
|
+ 844A9A441DD0BCFD007DCC89 /* Mesh_macOS.app */,
|
|
152
|
+ 844A9A5C1DD0BEDD007DCC89 /* Mesh_iOS.app */,
|
|
153
|
+ );
|
|
154
|
+ name = Products;
|
|
155
|
+ sourceTree = "<group>";
|
|
156
|
+ };
|
|
157
|
+ 844A9A461DD0BCFD007DCC89 /* Source Files */ = {
|
|
158
|
+ isa = PBXGroup;
|
|
159
|
+ children = (
|
|
160
|
+ 84A81E9C226443700060BCBB /* tiny_obj_loader.cc */,
|
|
161
|
+ 844A9A801DD0C080007DCC89 /* Mesh.cpp */,
|
|
162
|
+ );
|
|
163
|
+ name = "Source Files";
|
|
164
|
+ sourceTree = "<group>";
|
|
165
|
+ };
|
|
166
|
+ 844A9A731DD0C080007DCC89 /* iOS */ = {
|
|
167
|
+ isa = PBXGroup;
|
|
168
|
+ children = (
|
|
169
|
+ 841948E81DDCBE5000E039F0 /* AppDelegate.h */,
|
|
170
|
+ 841948E91DDCBE5000E039F0 /* AppDelegate.m */,
|
|
171
|
+ 844A9A741DD0C080007DCC89 /* Assets.xcassets */,
|
|
172
|
+ 844A9A751DD0C080007DCC89 /* Info.plist */,
|
|
173
|
+ 844A9A761DD0C080007DCC89 /* LaunchScreen.storyboard */,
|
|
174
|
+ );
|
|
175
|
+ path = iOS;
|
|
176
|
+ sourceTree = "<group>";
|
|
177
|
+ };
|
|
178
|
+ 844A9A771DD0C080007DCC89 /* macOS */ = {
|
|
179
|
+ isa = PBXGroup;
|
|
180
|
+ children = (
|
|
181
|
+ 841948EC1DDCBE7500E039F0 /* AppDelegate.h */,
|
|
182
|
+ 841948ED1DDCBE7500E039F0 /* AppDelegate.m */,
|
|
183
|
+ 844A9A781DD0C080007DCC89 /* Assets.xcassets */,
|
|
184
|
+ 844A9A791DD0C080007DCC89 /* Info.plist */,
|
|
185
|
+ );
|
|
186
|
+ path = macOS;
|
|
187
|
+ sourceTree = "<group>";
|
|
188
|
+ };
|
|
189
|
+ 844A9A7A1DD0C080007DCC89 /* Win32 */ = {
|
|
190
|
+ isa = PBXGroup;
|
|
191
|
+ children = (
|
|
192
|
+ 844A9A7B1DD0C080007DCC89 /* Resource.h */,
|
|
193
|
+ 844A9A7E1DD0C080007DCC89 /* SampleApp.ico */,
|
|
194
|
+ 844A9A7F1DD0C080007DCC89 /* SampleApp.rc */,
|
|
195
|
+ 844A9A7C1DD0C080007DCC89 /* small.ico */,
|
|
196
|
+ 844A9A7D1DD0C080007DCC89 /* targetver.h */,
|
|
197
|
+ );
|
|
198
|
+ path = Win32;
|
|
199
|
+ sourceTree = "<group>";
|
|
200
|
+ };
|
|
201
|
+ 84B81E8F21E6FF4700E0C5FF /* Common */ = {
|
|
202
|
+ isa = PBXGroup;
|
|
203
|
+ children = (
|
|
204
|
+ 84B5FE4B20726C3600B52742 /* dkgl_new.cpp */,
|
|
205
|
+ 84B81E9021E6FF8400E0C5FF /* app.h */,
|
|
206
|
+ 84B81E9121E6FF8400E0C5FF /* util.h */,
|
|
207
|
+ 844A9A731DD0C080007DCC89 /* iOS */,
|
|
208
|
+ 844A9A771DD0C080007DCC89 /* macOS */,
|
|
209
|
+ 844A9A7A1DD0C080007DCC89 /* Win32 */,
|
|
210
|
+ );
|
|
211
|
+ name = Common;
|
|
212
|
+ path = ../Common;
|
|
213
|
+ sourceTree = "<group>";
|
|
214
|
+ };
|
|
215
|
+/* End PBXGroup section */
|
|
216
|
+
|
|
217
|
+/* Begin PBXNativeTarget section */
|
|
218
|
+ 844A9A431DD0BCFD007DCC89 /* Mesh_macOS */ = {
|
|
219
|
+ isa = PBXNativeTarget;
|
|
220
|
+ buildConfigurationList = 844A9A551DD0BCFD007DCC89 /* Build configuration list for PBXNativeTarget "Mesh_macOS" */;
|
|
221
|
+ buildPhases = (
|
|
222
|
+ 844A9A401DD0BCFD007DCC89 /* Sources */,
|
|
223
|
+ 844A9A411DD0BCFD007DCC89 /* Frameworks */,
|
|
224
|
+ 844A9A421DD0BCFD007DCC89 /* Resources */,
|
|
225
|
+ );
|
|
226
|
+ buildRules = (
|
|
227
|
+ );
|
|
228
|
+ dependencies = (
|
|
229
|
+ 8406D1DC21E715FD00E0EA0F /* PBXTargetDependency */,
|
|
230
|
+ );
|
|
231
|
+ name = Mesh_macOS;
|
|
232
|
+ productName = TestApp1;
|
|
233
|
+ productReference = 844A9A441DD0BCFD007DCC89 /* Mesh_macOS.app */;
|
|
234
|
+ productType = "com.apple.product-type.application";
|
|
235
|
+ };
|
|
236
|
+ 844A9A5B1DD0BEDD007DCC89 /* Mesh_iOS */ = {
|
|
237
|
+ isa = PBXNativeTarget;
|
|
238
|
+ buildConfigurationList = 844A9A701DD0BEDD007DCC89 /* Build configuration list for PBXNativeTarget "Mesh_iOS" */;
|
|
239
|
+ buildPhases = (
|
|
240
|
+ 844A9A581DD0BEDD007DCC89 /* Sources */,
|
|
241
|
+ 844A9A591DD0BEDD007DCC89 /* Frameworks */,
|
|
242
|
+ 844A9A5A1DD0BEDD007DCC89 /* Resources */,
|
|
243
|
+ );
|
|
244
|
+ buildRules = (
|
|
245
|
+ );
|
|
246
|
+ dependencies = (
|
|
247
|
+ 8406D1DA21E715F400E0EA0F /* PBXTargetDependency */,
|
|
248
|
+ );
|
|
249
|
+ name = Mesh_iOS;
|
|
250
|
+ productName = TestApp1_iOS;
|
|
251
|
+ productReference = 844A9A5C1DD0BEDD007DCC89 /* Mesh_iOS.app */;
|
|
252
|
+ productType = "com.apple.product-type.application";
|
|
253
|
+ };
|
|
254
|
+/* End PBXNativeTarget section */
|
|
255
|
+
|
|
256
|
+/* Begin PBXProject section */
|
|
257
|
+ 844A9A3C1DD0BCFD007DCC89 /* Project object */ = {
|
|
258
|
+ isa = PBXProject;
|
|
259
|
+ attributes = {
|
|
260
|
+ LastUpgradeCheck = 0810;
|
|
261
|
+ ORGANIZATIONNAME = icondb;
|
|
262
|
+ TargetAttributes = {
|
|
263
|
+ 844A9A431DD0BCFD007DCC89 = {
|
|
264
|
+ CreatedOnToolsVersion = 8.1;
|
|
265
|
+ ProvisioningStyle = Manual;
|
|
266
|
+ };
|
|
267
|
+ 844A9A5B1DD0BEDD007DCC89 = {
|
|
268
|
+ CreatedOnToolsVersion = 8.1;
|
|
269
|
+ DevelopmentTeam = F599L375TZ;
|
|
270
|
+ ProvisioningStyle = Automatic;
|
|
271
|
+ };
|
|
272
|
+ };
|
|
273
|
+ };
|
|
274
|
+ buildConfigurationList = 844A9A3F1DD0BCFD007DCC89 /* Build configuration list for PBXProject "Mesh" */;
|
|
275
|
+ compatibilityVersion = "Xcode 3.2";
|
|
276
|
+ developmentRegion = English;
|
|
277
|
+ hasScannedForEncodings = 0;
|
|
278
|
+ knownRegions = (
|
|
279
|
+ English,
|
|
280
|
+ en,
|
|
281
|
+ Base,
|
|
282
|
+ );
|
|
283
|
+ mainGroup = 844A9A3B1DD0BCFD007DCC89;
|
|
284
|
+ productRefGroup = 844A9A451DD0BCFD007DCC89 /* Products */;
|
|
285
|
+ projectDirPath = "";
|
|
286
|
+ projectReferences = (
|
|
287
|
+ {
|
|
288
|
+ ProductGroup = 8406D1B821E701FF00E0EA0F /* Products */;
|
|
289
|
+ ProjectRef = 840D5D3A1DDA07B2009DA369 /* DK.xcodeproj */;
|
|
290
|
+ },
|
|
291
|
+ );
|
|
292
|
+ projectRoot = "";
|
|
293
|
+ targets = (
|
|
294
|
+ 844A9A431DD0BCFD007DCC89 /* Mesh_macOS */,
|
|
295
|
+ 844A9A5B1DD0BEDD007DCC89 /* Mesh_iOS */,
|
|
296
|
+ );
|
|
297
|
+ };
|
|
298
|
+/* End PBXProject section */
|
|
299
|
+
|
|
300
|
+/* Begin PBXReferenceProxy section */
|
|
301
|
+ 8406D1BF21E701FF00E0EA0F /* libDK.a */ = {
|
|
302
|
+ isa = PBXReferenceProxy;
|
|
303
|
+ fileType = archive.ar;
|
|
304
|
+ path = libDK.a;
|
|
305
|
+ remoteRef = 8406D1BE21E701FF00E0EA0F /* PBXContainerItemProxy */;
|
|
306
|
+ sourceTree = BUILT_PRODUCTS_DIR;
|
|
307
|
+ };
|
|
308
|
+ 8406D1C121E701FF00E0EA0F /* libDK.a */ = {
|
|
309
|
+ isa = PBXReferenceProxy;
|
|
310
|
+ fileType = archive.ar;
|
|
311
|
+ path = libDK.a;
|
|
312
|
+ remoteRef = 8406D1C021E701FF00E0EA0F /* PBXContainerItemProxy */;
|
|
313
|
+ sourceTree = BUILT_PRODUCTS_DIR;
|
|
314
|
+ };
|
|
315
|
+ 8406D1C321E701FF00E0EA0F /* DK.framework */ = {
|
|
316
|
+ isa = PBXReferenceProxy;
|
|
317
|
+ fileType = wrapper.framework;
|
|
318
|
+ path = DK.framework;
|
|
319
|
+ remoteRef = 8406D1C221E701FF00E0EA0F /* PBXContainerItemProxy */;
|
|
320
|
+ sourceTree = BUILT_PRODUCTS_DIR;
|
|
321
|
+ };
|
|
322
|
+ 8406D1C521E701FF00E0EA0F /* DK.framework */ = {
|
|
323
|
+ isa = PBXReferenceProxy;
|
|
324
|
+ fileType = wrapper.framework;
|
|
325
|
+ path = DK.framework;
|
|
326
|
+ remoteRef = 8406D1C421E701FF00E0EA0F /* PBXContainerItemProxy */;
|
|
327
|
+ sourceTree = BUILT_PRODUCTS_DIR;
|
|
328
|
+ };
|
|
329
|
+/* End PBXReferenceProxy section */
|
|
330
|
+
|
|
331
|
+/* Begin PBXResourcesBuildPhase section */
|
|
332
|
+ 844A9A421DD0BCFD007DCC89 /* Resources */ = {
|
|
333
|
+ isa = PBXResourcesBuildPhase;
|
|
334
|
+ buildActionMask = 2147483647;
|
|
335
|
+ files = (
|
|
336
|
+ 8420EE201EE5BA6500A20933 /* Data in Resources */,
|
|
337
|
+ 844A9A851DD0C080007DCC89 /* Assets.xcassets in Resources */,
|
|
338
|
+ );
|
|
339
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
340
|
+ };
|
|
341
|
+ 844A9A5A1DD0BEDD007DCC89 /* Resources */ = {
|
|
342
|
+ isa = PBXResourcesBuildPhase;
|
|
343
|
+ buildActionMask = 2147483647;
|
|
344
|
+ files = (
|
|
345
|
+ 844A9A8D1DD0C08F007DCC89 /* LaunchScreen.storyboard in Resources */,
|
|
346
|
+ 844A9A8B1DD0C08F007DCC89 /* Assets.xcassets in Resources */,
|
|
347
|
+ 8420EE211EE5BA6500A20933 /* Data in Resources */,
|
|
348
|
+ );
|
|
349
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
350
|
+ };
|
|
351
|
+/* End PBXResourcesBuildPhase section */
|
|
352
|
+
|
|
353
|
+/* Begin PBXSourcesBuildPhase section */
|
|
354
|
+ 844A9A401DD0BCFD007DCC89 /* Sources */ = {
|
|
355
|
+ isa = PBXSourcesBuildPhase;
|
|
356
|
+ buildActionMask = 2147483647;
|
|
357
|
+ files = (
|
|
358
|
+ 84A81EAF22644A7D0060BCBB /* dkgl_new.cpp in Sources */,
|
|
359
|
+ 841948EF1DDCBE7B00E039F0 /* AppDelegate.m in Sources */,
|
|
360
|
+ 84A81E9D226443700060BCBB /* tiny_obj_loader.cc in Sources */,
|
|
361
|
+ 66DA89941DD3117F00338015 /* Mesh.cpp in Sources */,
|
|
362
|
+ );
|
|
363
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
364
|
+ };
|
|
365
|
+ 844A9A581DD0BEDD007DCC89 /* Sources */ = {
|
|
366
|
+ isa = PBXSourcesBuildPhase;
|
|
367
|
+ buildActionMask = 2147483647;
|
|
368
|
+ files = (
|
|
369
|
+ 84A81EB222644A7E0060BCBB /* dkgl_new.cpp in Sources */,
|
|
370
|
+ 841948EB1DDCBE6000E039F0 /* AppDelegate.m in Sources */,
|
|
371
|
+ 84A81E9E226443700060BCBB /* tiny_obj_loader.cc in Sources */,
|
|
372
|
+ 66DA89971DD3118000338015 /* Mesh.cpp in Sources */,
|
|
373
|
+ );
|
|
374
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
375
|
+ };
|
|
376
|
+/* End PBXSourcesBuildPhase section */
|
|
377
|
+
|
|
378
|
+/* Begin PBXTargetDependency section */
|
|
379
|
+ 8406D1DA21E715F400E0EA0F /* PBXTargetDependency */ = {
|
|
380
|
+ isa = PBXTargetDependency;
|
|
381
|
+ name = DK_iOS_static;
|
|
382
|
+ targetProxy = 8406D1D921E715F400E0EA0F /* PBXContainerItemProxy */;
|
|
383
|
+ };
|
|
384
|
+ 8406D1DC21E715FD00E0EA0F /* PBXTargetDependency */ = {
|
|
385
|
+ isa = PBXTargetDependency;
|
|
386
|
+ name = DK_macOS_static;
|
|
387
|
+ targetProxy = 8406D1DB21E715FD00E0EA0F /* PBXContainerItemProxy */;
|
|
388
|
+ };
|
|
389
|
+/* End PBXTargetDependency section */
|
|
390
|
+
|
|
391
|
+/* Begin XCBuildConfiguration section */
|
|
392
|
+ 844A9A531DD0BCFD007DCC89 /* Debug */ = {
|
|
393
|
+ isa = XCBuildConfiguration;
|
|
394
|
+ buildSettings = {
|
|
395
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
396
|
+ CLANG_ANALYZER_NONNULL = YES;
|
|
397
|
+ CLANG_CXX_LANGUAGE_STANDARD = "c++17";
|
|
398
|
+ CLANG_CXX_LIBRARY = "libc++";
|
|
399
|
+ CLANG_ENABLE_MODULES = YES;
|
|
400
|
+ CLANG_ENABLE_OBJC_ARC = YES;
|
|
401
|
+ CLANG_WARN_BOOL_CONVERSION = YES;
|
|
402
|
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
403
|
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
404
|
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
405
|
+ CLANG_WARN_EMPTY_BODY = YES;
|
|
406
|
+ CLANG_WARN_ENUM_CONVERSION = YES;
|
|
407
|
+ CLANG_WARN_INFINITE_RECURSION = YES;
|
|
408
|
+ CLANG_WARN_INT_CONVERSION = YES;
|
|
409
|
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
410
|
+ CLANG_WARN_SUSPICIOUS_MOVES = YES;
|
|
411
|
+ CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
412
|
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
413
|
+ CODE_SIGN_IDENTITY = "";
|
|
414
|
+ COPY_PHASE_STRIP = NO;
|
|
415
|
+ DEBUG_INFORMATION_FORMAT = dwarf;
|
|
416
|
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
417
|
+ ENABLE_TESTABILITY = YES;
|
|
418
|
+ GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
419
|
+ GCC_DYNAMIC_NO_PIC = NO;
|
|
420
|
+ GCC_NO_COMMON_BLOCKS = YES;
|
|
421
|
+ GCC_OPTIMIZATION_LEVEL = 0;
|
|
422
|
+ GCC_PREPROCESSOR_DEFINITIONS = (
|
|
423
|
+ DKGL_STATIC,
|
|
424
|
+ "DEBUG=1",
|
|
425
|
+ "$(inherited)",
|
|
426
|
+ );
|
|
427
|
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
428
|
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
429
|
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
430
|
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
431
|
+ GCC_WARN_UNUSED_FUNCTION = YES;
|
|
432
|
+ GCC_WARN_UNUSED_VARIABLE = YES;
|
|
433
|
+ HEADER_SEARCH_PATHS = (
|
|
434
|
+ ../Common,
|
|
435
|
+ ../../DK,
|
|
436
|
+ );
|
|
437
|
+ MTL_ENABLE_DEBUG_INFO = YES;
|
|
438
|
+ ONLY_ACTIVE_ARCH = NO;
|
|
439
|
+ SDKROOT = macosx;
|
|
440
|
+ };
|
|
441
|
+ name = Debug;
|
|
442
|
+ };
|
|
443
|
+ 844A9A541DD0BCFD007DCC89 /* Release */ = {
|
|
444
|
+ isa = XCBuildConfiguration;
|
|
445
|
+ buildSettings = {
|
|
446
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
447
|
+ CLANG_ANALYZER_NONNULL = YES;
|
|
448
|
+ CLANG_CXX_LANGUAGE_STANDARD = "c++17";
|
|
449
|
+ CLANG_CXX_LIBRARY = "libc++";
|
|
450
|
+ CLANG_ENABLE_MODULES = YES;
|
|
451
|
+ CLANG_ENABLE_OBJC_ARC = YES;
|
|
452
|
+ CLANG_WARN_BOOL_CONVERSION = YES;
|
|
453
|
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
454
|
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
455
|
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
456
|
+ CLANG_WARN_EMPTY_BODY = YES;
|
|
457
|
+ CLANG_WARN_ENUM_CONVERSION = YES;
|
|
458
|
+ CLANG_WARN_INFINITE_RECURSION = YES;
|
|
459
|
+ CLANG_WARN_INT_CONVERSION = YES;
|
|
460
|
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
461
|
+ CLANG_WARN_SUSPICIOUS_MOVES = YES;
|
|
462
|
+ CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
463
|
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
464
|
+ CODE_SIGN_IDENTITY = "";
|
|
465
|
+ COPY_PHASE_STRIP = NO;
|
|
466
|
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
467
|
+ ENABLE_NS_ASSERTIONS = NO;
|
|
468
|
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
469
|
+ GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
470
|
+ GCC_NO_COMMON_BLOCKS = YES;
|
|
471
|
+ GCC_PREPROCESSOR_DEFINITIONS = "DKGL_STATIC=1";
|
|
472
|
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
473
|
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
474
|
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
475
|
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
476
|
+ GCC_WARN_UNUSED_FUNCTION = YES;
|
|
477
|
+ GCC_WARN_UNUSED_VARIABLE = YES;
|
|
478
|
+ HEADER_SEARCH_PATHS = (
|
|
479
|
+ ../Common,
|
|
480
|
+ ../../DK,
|
|
481
|
+ );
|
|
482
|
+ MTL_ENABLE_DEBUG_INFO = NO;
|
|
483
|
+ SDKROOT = macosx;
|
|
484
|
+ };
|
|
485
|
+ name = Release;
|
|
486
|
+ };
|
|
487
|
+ 844A9A561DD0BCFD007DCC89 /* Debug */ = {
|
|
488
|
+ isa = XCBuildConfiguration;
|
|
489
|
+ buildSettings = {
|
|
490
|
+ ARCHS = "$(ARCHS_STANDARD)";
|
|
491
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
492
|
+ COMBINE_HIDPI_IMAGES = YES;
|
|
493
|
+ INFOPLIST_FILE = "$(SRCROOT)/../Common/macOS/Info.plist";
|
|
494
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
|
|
495
|
+ PRODUCT_BUNDLE_IDENTIFIER = "com.palcube.triangle-macos";
|
|
496
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
497
|
+ SDKROOT = macosx;
|
|
498
|
+ };
|
|
499
|
+ name = Debug;
|
|
500
|
+ };
|
|
501
|
+ 844A9A571DD0BCFD007DCC89 /* Release */ = {
|
|
502
|
+ isa = XCBuildConfiguration;
|
|
503
|
+ buildSettings = {
|
|
504
|
+ ARCHS = "$(ARCHS_STANDARD)";
|
|
505
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
506
|
+ COMBINE_HIDPI_IMAGES = YES;
|
|
507
|
+ INFOPLIST_FILE = "$(SRCROOT)/../Common/macOS/Info.plist";
|
|
508
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
|
|
509
|
+ PRODUCT_BUNDLE_IDENTIFIER = "com.palcube.triangle-macos";
|
|
510
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
511
|
+ SDKROOT = macosx;
|
|
512
|
+ };
|
|
513
|
+ name = Release;
|
|
514
|
+ };
|
|
515
|
+ 844A9A711DD0BEDD007DCC89 /* Debug */ = {
|
|
516
|
+ isa = XCBuildConfiguration;
|
|
517
|
+ buildSettings = {
|
|
518
|
+ ARCHS = "$(ARCHS_STANDARD)";
|
|
519
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
520
|
+ CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
521
|
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
522
|
+ CODE_SIGN_STYLE = Automatic;
|
|
523
|
+ DEVELOPMENT_TEAM = F599L375TZ;
|
|
524
|
+ INFOPLIST_FILE = "$(SRCROOT)/../Common/iOS/Info.plist";
|
|
525
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
526
|
+ PRODUCT_BUNDLE_IDENTIFIER = "com.palcube.triangle-iOS";
|
|
527
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
528
|
+ PROVISIONING_PROFILE_SPECIFIER = "";
|
|
529
|
+ SDKROOT = iphoneos;
|
|
530
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
531
|
+ };
|
|
532
|
+ name = Debug;
|
|
533
|
+ };
|
|
534
|
+ 844A9A721DD0BEDD007DCC89 /* Release */ = {
|
|
535
|
+ isa = XCBuildConfiguration;
|
|
536
|
+ buildSettings = {
|
|
537
|
+ ARCHS = "$(ARCHS_STANDARD)";
|
|
538
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
539
|
+ CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
540
|
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
541
|
+ CODE_SIGN_STYLE = Automatic;
|
|
542
|
+ DEVELOPMENT_TEAM = F599L375TZ;
|
|
543
|
+ INFOPLIST_FILE = "$(SRCROOT)/../Common/iOS/Info.plist";
|
|
544
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
545
|
+ PRODUCT_BUNDLE_IDENTIFIER = "com.palcube.triangle-iOS";
|
|
546
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
547
|
+ PROVISIONING_PROFILE_SPECIFIER = "";
|
|
548
|
+ SDKROOT = iphoneos;
|
|
549
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
550
|
+ VALIDATE_PRODUCT = YES;
|
|
551
|
+ };
|
|
552
|
+ name = Release;
|
|
553
|
+ };
|
|
554
|
+/* End XCBuildConfiguration section */
|
|
555
|
+
|
|
556
|
+/* Begin XCConfigurationList section */
|
|
557
|
+ 844A9A3F1DD0BCFD007DCC89 /* Build configuration list for PBXProject "Mesh" */ = {
|
|
558
|
+ isa = XCConfigurationList;
|
|
559
|
+ buildConfigurations = (
|
|
560
|
+ 844A9A531DD0BCFD007DCC89 /* Debug */,
|
|
561
|
+ 844A9A541DD0BCFD007DCC89 /* Release */,
|
|
562
|
+ );
|
|
563
|
+ defaultConfigurationIsVisible = 0;
|
|
564
|
+ defaultConfigurationName = Release;
|
|
565
|
+ };
|
|
566
|
+ 844A9A551DD0BCFD007DCC89 /* Build configuration list for PBXNativeTarget "Mesh_macOS" */ = {
|
|
567
|
+ isa = XCConfigurationList;
|
|
568
|
+ buildConfigurations = (
|
|
569
|
+ 844A9A561DD0BCFD007DCC89 /* Debug */,
|
|
570
|
+ 844A9A571DD0BCFD007DCC89 /* Release */,
|
|
571
|
+ );
|
|
572
|
+ defaultConfigurationIsVisible = 0;
|
|
573
|
+ defaultConfigurationName = Release;
|
|
574
|
+ };
|
|
575
|
+ 844A9A701DD0BEDD007DCC89 /* Build configuration list for PBXNativeTarget "Mesh_iOS" */ = {
|
|
576
|
+ isa = XCConfigurationList;
|
|
577
|
+ buildConfigurations = (
|
|
578
|
+ 844A9A711DD0BEDD007DCC89 /* Debug */,
|
|
579
|
+ 844A9A721DD0BEDD007DCC89 /* Release */,
|
|
580
|
+ );
|
|
581
|
+ defaultConfigurationIsVisible = 0;
|
|
582
|
+ defaultConfigurationName = Release;
|
|
583
|
+ };
|
|
584
|
+/* End XCConfigurationList section */
|
|
585
|
+ };
|
|
586
|
+ rootObject = 844A9A3C1DD0BCFD007DCC89 /* Project object */;
|
|
587
|
+}
|