|
27 | 27 | 839E19191BE3583B00944528 /* Shaders.metal in Sources */ = {isa = PBXBuildFile; fileRef = 839E19181BE3583B00944528 /* Shaders.metal */; }; |
28 | 28 | 839E191C1BE3596D00944528 /* MBETextureLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 839E191B1BE3596D00944528 /* MBETextureLoader.m */; }; |
29 | 29 | 8451833420D918BA00BF473E /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 8451833320D918BA00BF473E /* AppDelegate.m */; }; |
30 | | - 8451833720D918BA00BF473E /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8451833620D918BA00BF473E /* ViewController.m */; }; |
31 | 30 | 8451833920D918BB00BF473E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8451833820D918BB00BF473E /* Assets.xcassets */; }; |
32 | 31 | 8451833C20D918BB00BF473E /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8451833A20D918BB00BF473E /* Main.storyboard */; }; |
33 | 32 | 8451833F20D918BB00BF473E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 8451833E20D918BB00BF473E /* main.m */; }; |
| 33 | + 8451834420D919E200BF473E /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 839E18DA1BE348B800944528 /* ViewController.m */; }; |
| 34 | + 8451834520D919F100BF473E /* moo.aiff in Resources */ = {isa = PBXBuildFile; fileRef = 839E19041BE349AC00944528 /* moo.aiff */; }; |
| 35 | + 8451834620D91A6E00BF473E /* spot.obj in Resources */ = {isa = PBXBuildFile; fileRef = 839E19061BE349AC00944528 /* spot.obj */; }; |
| 36 | + 8451834720D91A7A00BF473E /* spot_texture.png in Resources */ = {isa = PBXBuildFile; fileRef = 839E19091BE349AD00944528 /* spot_texture.png */; }; |
| 37 | + 8451834820D91A9300BF473E /* MBEMathUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 839E18EB1BE3495400944528 /* MBEMathUtilities.m */; }; |
| 38 | + 8451834920D91A9300BF473E /* MBEMaterial.m in Sources */ = {isa = PBXBuildFile; fileRef = 839E19011BE3497A00944528 /* MBEMaterial.m */; }; |
| 39 | + 8451834A20D91A9300BF473E /* MBEMesh.m in Sources */ = {isa = PBXBuildFile; fileRef = 839E18ED1BE3495400944528 /* MBEMesh.m */; }; |
| 40 | + 8451834B20D91A9300BF473E /* MBETextureLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 839E191B1BE3596D00944528 /* MBETextureLoader.m */; }; |
| 41 | + 8451834C20D91A9300BF473E /* MBEOBJGroup.mm in Sources */ = {isa = PBXBuildFile; fileRef = 839E18F11BE3495400944528 /* MBEOBJGroup.mm */; }; |
| 42 | + 8451834D20D91A9300BF473E /* MBEOBJMesh.m in Sources */ = {isa = PBXBuildFile; fileRef = 839E18F31BE3495400944528 /* MBEOBJMesh.m */; }; |
| 43 | + 8451834E20D91A9300BF473E /* MBEOBJModel.mm in Sources */ = {isa = PBXBuildFile; fileRef = 839E18F51BE3495400944528 /* MBEOBJModel.mm */; }; |
| 44 | + 8451834F20D91A9300BF473E /* MBERenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 839E18F71BE3495400944528 /* MBERenderer.m */; }; |
| 45 | + 8451835020D91A9E00BF473E /* Shaders.metal in Sources */ = {isa = PBXBuildFile; fileRef = 839E19181BE3583B00944528 /* Shaders.metal */; }; |
| 46 | + 8451835320D91D9700BF473E /* MBEMetalViewMac.m in Sources */ = {isa = PBXBuildFile; fileRef = 8451835220D91D9700BF473E /* MBEMetalViewMac.m */; }; |
| 47 | + 8451835420D91DAF00BF473E /* MBEMetalView.m in Sources */ = {isa = PBXBuildFile; fileRef = 839E18EF1BE3495400944528 /* MBEMetalView.m */; }; |
| 48 | + 845183AF20D970FF00BF473E /* MBEMetalViewIOS.m in Sources */ = {isa = PBXBuildFile; fileRef = 845183AE20D970FF00BF473E /* MBEMetalViewIOS.m */; }; |
34 | 49 | /* End PBXBuildFile section */ |
35 | 50 |
|
36 | 51 | /* Begin PBXFileReference section */ |
|
75 | 90 | 8451833020D918BA00BF473E /* Texturing.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Texturing.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
76 | 91 | 8451833220D918BA00BF473E /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; |
77 | 92 | 8451833320D918BA00BF473E /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; |
78 | | - 8451833520D918BA00BF473E /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; }; |
79 | | - 8451833620D918BA00BF473E /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; }; |
80 | 93 | 8451833820D918BB00BF473E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
81 | 94 | 8451833B20D918BB00BF473E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
82 | 95 | 8451833D20D918BB00BF473E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
83 | 96 | 8451833E20D918BB00BF473E /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
84 | 97 | 8451834020D918BB00BF473E /* Texturing_Mac.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Texturing_Mac.entitlements; sourceTree = "<group>"; }; |
| 98 | + 8451835120D91D9700BF473E /* MBEMetalViewMac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MBEMetalViewMac.h; sourceTree = "<group>"; }; |
| 99 | + 8451835220D91D9700BF473E /* MBEMetalViewMac.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MBEMetalViewMac.m; sourceTree = "<group>"; }; |
| 100 | + 845183AD20D970FE00BF473E /* MBEMetalViewIOS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MBEMetalViewIOS.h; sourceTree = "<group>"; }; |
| 101 | + 845183AE20D970FF00BF473E /* MBEMetalViewIOS.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MBEMetalViewIOS.m; sourceTree = "<group>"; }; |
85 | 102 | /* End PBXFileReference section */ |
86 | 103 |
|
87 | 104 | /* Begin PBXFrameworksBuildPhase section */ |
|
123 | 140 | 839E18D21BE348B800944528 /* Texturing */ = { |
124 | 141 | isa = PBXGroup; |
125 | 142 | children = ( |
126 | | - 839E19031BE349AC00944528 /* spot */, |
127 | | - 839E18EA1BE3495400944528 /* MBEMathUtilities.h */, |
128 | | - 839E18EB1BE3495400944528 /* MBEMathUtilities.m */, |
| 143 | + 839E18D61BE348B800944528 /* AppDelegate.h */, |
| 144 | + 839E18D71BE348B800944528 /* AppDelegate.m */, |
| 145 | + 839E18DF1BE348B800944528 /* Assets.xcassets */, |
| 146 | + 839E18E41BE348B800944528 /* Info.plist */, |
| 147 | + 839E18E11BE348B800944528 /* LaunchScreen.storyboard */, |
| 148 | + 839E18DC1BE348B800944528 /* Main.storyboard */, |
129 | 149 | 839E19001BE3497A00944528 /* MBEMaterial.h */, |
130 | 150 | 839E19011BE3497A00944528 /* MBEMaterial.m */, |
| 151 | + 839E18EA1BE3495400944528 /* MBEMathUtilities.h */, |
| 152 | + 839E18EB1BE3495400944528 /* MBEMathUtilities.m */, |
131 | 153 | 839E18EC1BE3495400944528 /* MBEMesh.h */, |
132 | 154 | 839E18ED1BE3495400944528 /* MBEMesh.m */, |
133 | 155 | 839E18EE1BE3495400944528 /* MBEMetalView.h */, |
134 | 156 | 839E18EF1BE3495400944528 /* MBEMetalView.m */, |
135 | | - 839E191A1BE3596D00944528 /* MBETextureLoader.h */, |
136 | | - 839E191B1BE3596D00944528 /* MBETextureLoader.m */, |
| 157 | + 845183AD20D970FE00BF473E /* MBEMetalViewIOS.h */, |
| 158 | + 845183AE20D970FF00BF473E /* MBEMetalViewIOS.m */, |
137 | 159 | 839E18F01BE3495400944528 /* MBEOBJGroup.h */, |
138 | 160 | 839E18F11BE3495400944528 /* MBEOBJGroup.mm */, |
139 | 161 | 839E18F21BE3495400944528 /* MBEOBJMesh.h */, |
|
142 | 164 | 839E18F51BE3495400944528 /* MBEOBJModel.mm */, |
143 | 165 | 839E18F61BE3495400944528 /* MBERenderer.h */, |
144 | 166 | 839E18F71BE3495400944528 /* MBERenderer.m */, |
| 167 | + 839E191A1BE3596D00944528 /* MBETextureLoader.h */, |
| 168 | + 839E191B1BE3596D00944528 /* MBETextureLoader.m */, |
145 | 169 | 839E18F81BE3495400944528 /* MBETypes.h */, |
146 | | - 839E18D61BE348B800944528 /* AppDelegate.h */, |
147 | | - 839E18D71BE348B800944528 /* AppDelegate.m */, |
148 | | - 839E18D91BE348B800944528 /* ViewController.h */, |
149 | | - 839E18DA1BE348B800944528 /* ViewController.m */, |
150 | 170 | 839E19181BE3583B00944528 /* Shaders.metal */, |
151 | | - 839E18DC1BE348B800944528 /* Main.storyboard */, |
152 | | - 839E18DF1BE348B800944528 /* Assets.xcassets */, |
153 | | - 839E18E11BE348B800944528 /* LaunchScreen.storyboard */, |
154 | | - 839E18E41BE348B800944528 /* Info.plist */, |
| 171 | + 839E19031BE349AC00944528 /* spot */, |
155 | 172 | 839E18D31BE348B800944528 /* Supporting Files */, |
| 173 | + 839E18D91BE348B800944528 /* ViewController.h */, |
| 174 | + 839E18DA1BE348B800944528 /* ViewController.m */, |
156 | 175 | ); |
157 | 176 | path = Texturing; |
158 | 177 | sourceTree = "<group>"; |
|
185 | 204 | children = ( |
186 | 205 | 8451833220D918BA00BF473E /* AppDelegate.h */, |
187 | 206 | 8451833320D918BA00BF473E /* AppDelegate.m */, |
188 | | - 8451833520D918BA00BF473E /* ViewController.h */, |
189 | | - 8451833620D918BA00BF473E /* ViewController.m */, |
190 | 207 | 8451833820D918BB00BF473E /* Assets.xcassets */, |
191 | | - 8451833A20D918BB00BF473E /* Main.storyboard */, |
192 | 208 | 8451833D20D918BB00BF473E /* Info.plist */, |
193 | 209 | 8451833E20D918BB00BF473E /* main.m */, |
| 210 | + 8451833A20D918BB00BF473E /* Main.storyboard */, |
| 211 | + 8451835120D91D9700BF473E /* MBEMetalViewMac.h */, |
| 212 | + 8451835220D91D9700BF473E /* MBEMetalViewMac.m */, |
194 | 213 | 8451834020D918BB00BF473E /* Texturing_Mac.entitlements */, |
195 | 214 | ); |
196 | 215 | path = "Texturing-Mac"; |
|
288 | 307 | isa = PBXResourcesBuildPhase; |
289 | 308 | buildActionMask = 2147483647; |
290 | 309 | files = ( |
| 310 | + 8451834720D91A7A00BF473E /* spot_texture.png in Resources */, |
| 311 | + 8451834620D91A6E00BF473E /* spot.obj in Resources */, |
291 | 312 | 8451833920D918BB00BF473E /* Assets.xcassets in Resources */, |
292 | 313 | 8451833C20D918BB00BF473E /* Main.storyboard in Resources */, |
| 314 | + 8451834520D919F100BF473E /* moo.aiff in Resources */, |
293 | 315 | ); |
294 | 316 | runOnlyForDeploymentPostprocessing = 0; |
295 | 317 | }; |
|
313 | 335 | 839E18F91BE3495400944528 /* MBEMathUtilities.m in Sources */, |
314 | 336 | 839E18FF1BE3495400944528 /* MBERenderer.m in Sources */, |
315 | 337 | 839E18FA1BE3495400944528 /* MBEMesh.m in Sources */, |
| 338 | + 845183AF20D970FF00BF473E /* MBEMetalViewIOS.m in Sources */, |
316 | 339 | ); |
317 | 340 | runOnlyForDeploymentPostprocessing = 0; |
318 | 341 | }; |
319 | 342 | 8451832C20D918BA00BF473E /* Sources */ = { |
320 | 343 | isa = PBXSourcesBuildPhase; |
321 | 344 | buildActionMask = 2147483647; |
322 | 345 | files = ( |
323 | | - 8451833720D918BA00BF473E /* ViewController.m in Sources */, |
| 346 | + 8451835020D91A9E00BF473E /* Shaders.metal in Sources */, |
| 347 | + 8451835420D91DAF00BF473E /* MBEMetalView.m in Sources */, |
| 348 | + 8451834F20D91A9300BF473E /* MBERenderer.m in Sources */, |
| 349 | + 8451834920D91A9300BF473E /* MBEMaterial.m in Sources */, |
| 350 | + 8451834420D919E200BF473E /* ViewController.m in Sources */, |
| 351 | + 8451834C20D91A9300BF473E /* MBEOBJGroup.mm in Sources */, |
324 | 352 | 8451833F20D918BB00BF473E /* main.m in Sources */, |
| 353 | + 8451834E20D91A9300BF473E /* MBEOBJModel.mm in Sources */, |
325 | 354 | 8451833420D918BA00BF473E /* AppDelegate.m in Sources */, |
| 355 | + 8451834820D91A9300BF473E /* MBEMathUtilities.m in Sources */, |
| 356 | + 8451835320D91D9700BF473E /* MBEMetalViewMac.m in Sources */, |
| 357 | + 8451834B20D91A9300BF473E /* MBETextureLoader.m in Sources */, |
| 358 | + 8451834A20D91A9300BF473E /* MBEMesh.m in Sources */, |
| 359 | + 8451834D20D91A9300BF473E /* MBEOBJMesh.m in Sources */, |
326 | 360 | ); |
327 | 361 | runOnlyForDeploymentPostprocessing = 0; |
328 | 362 | }; |
|
0 commit comments