|
15 | 15 | 83A1BDEA1A365434005638E2 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 83A1BDE81A365434005638E2 /* LaunchScreen.xib */; }; |
16 | 16 | 83A1BE081A36759E005638E2 /* MBEMatrixUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 83A1BE001A36759E005638E2 /* MBEMatrixUtilities.m */; }; |
17 | 17 | 83A1BE091A36759E005638E2 /* MBEMesh.m in Sources */ = {isa = PBXBuildFile; fileRef = 83A1BE021A36759E005638E2 /* MBEMesh.m */; }; |
18 | | - 83A1BE0A1A36759E005638E2 /* MBEMetalView.m in Sources */ = {isa = PBXBuildFile; fileRef = 83A1BE041A36759E005638E2 /* MBEMetalView.m */; }; |
| 18 | + 83A1BE0A1A36759E005638E2 /* MBEMetalViewIOS.m in Sources */ = {isa = PBXBuildFile; fileRef = 83A1BE041A36759E005638E2 /* MBEMetalViewIOS.m */; }; |
19 | 19 | 83A1BE0B1A36759E005638E2 /* MBETextureGenerator.m in Sources */ = {isa = PBXBuildFile; fileRef = 83A1BE061A36759E005638E2 /* MBETextureGenerator.m */; }; |
20 | 20 | 83A1BE111A3675D7005638E2 /* MBECubeMesh.m in Sources */ = {isa = PBXBuildFile; fileRef = 83A1BE101A3675D7005638E2 /* MBECubeMesh.m */; }; |
21 | 21 | 83A1BE141A37E584005638E2 /* MBERenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 83A1BE131A37E584005638E2 /* MBERenderer.m */; }; |
|
25 | 25 | 8451836220D91F9600BF473E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8451836120D91F9600BF473E /* Assets.xcassets */; }; |
26 | 26 | 8451836520D91F9600BF473E /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8451836320D91F9600BF473E /* Main.storyboard */; }; |
27 | 27 | 8451836820D91F9600BF473E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 8451836720D91F9600BF473E /* main.m */; }; |
| 28 | + 8451837220D9226800BF473E /* MBEMetalViewMac.m in Sources */ = {isa = PBXBuildFile; fileRef = 8451837020D9226800BF473E /* MBEMetalViewMac.m */; }; |
| 29 | + 8451837520D9236E00BF473E /* MBEMetalView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8451837420D9236E00BF473E /* MBEMetalView.m */; }; |
| 30 | + 8451837620D9236E00BF473E /* MBEMetalView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8451837420D9236E00BF473E /* MBEMetalView.m */; }; |
| 31 | + 8451837820D9274300BF473E /* MBERenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 83A1BE131A37E584005638E2 /* MBERenderer.m */; }; |
| 32 | + 8451837920D9274300BF473E /* MBEMatrixUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 83A1BE001A36759E005638E2 /* MBEMatrixUtilities.m */; }; |
| 33 | + 8451837A20D9274300BF473E /* MBETextureGenerator.m in Sources */ = {isa = PBXBuildFile; fileRef = 83A1BE061A36759E005638E2 /* MBETextureGenerator.m */; }; |
| 34 | + 8451837E20D9306300BF473E /* MBECubeMesh.m in Sources */ = {isa = PBXBuildFile; fileRef = 83A1BE101A3675D7005638E2 /* MBECubeMesh.m */; }; |
| 35 | + 8451837F20D9306300BF473E /* MBEMesh.m in Sources */ = {isa = PBXBuildFile; fileRef = 83A1BE021A36759E005638E2 /* MBEMesh.m */; }; |
| 36 | + 8451838020D9309500BF473E /* Shaders.metal in Sources */ = {isa = PBXBuildFile; fileRef = 83A1BE171A37ED7C005638E2 /* Shaders.metal */; }; |
28 | 37 | /* End PBXBuildFile section */ |
29 | 38 |
|
30 | 39 | /* Begin PBXFileReference section */ |
|
42 | 51 | 83A1BE001A36759E005638E2 /* MBEMatrixUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MBEMatrixUtilities.m; sourceTree = "<group>"; }; |
43 | 52 | 83A1BE011A36759E005638E2 /* MBEMesh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MBEMesh.h; sourceTree = "<group>"; }; |
44 | 53 | 83A1BE021A36759E005638E2 /* MBEMesh.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MBEMesh.m; sourceTree = "<group>"; }; |
45 | | - 83A1BE031A36759E005638E2 /* MBEMetalView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MBEMetalView.h; sourceTree = "<group>"; }; |
46 | | - 83A1BE041A36759E005638E2 /* MBEMetalView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MBEMetalView.m; sourceTree = "<group>"; }; |
| 54 | + 83A1BE031A36759E005638E2 /* MBEMetalViewIOS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MBEMetalViewIOS.h; sourceTree = "<group>"; }; |
| 55 | + 83A1BE041A36759E005638E2 /* MBEMetalViewIOS.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MBEMetalViewIOS.m; sourceTree = "<group>"; }; |
47 | 56 | 83A1BE051A36759E005638E2 /* MBETextureGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MBETextureGenerator.h; sourceTree = "<group>"; }; |
48 | 57 | 83A1BE061A36759E005638E2 /* MBETextureGenerator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MBETextureGenerator.m; sourceTree = "<group>"; }; |
49 | 58 | 83A1BE071A36759E005638E2 /* MBETypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MBETypes.h; sourceTree = "<group>"; }; |
|
52 | 61 | 83A1BE121A37E584005638E2 /* MBERenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MBERenderer.h; sourceTree = "<group>"; }; |
53 | 62 | 83A1BE131A37E584005638E2 /* MBERenderer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MBERenderer.m; sourceTree = "<group>"; }; |
54 | 63 | 83A1BE171A37ED7C005638E2 /* Shaders.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = Shaders.metal; sourceTree = "<group>"; }; |
55 | | - 8451835920D91F9600BF473E /* Mipmapping-Mac.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Mipmapping-Mac.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 64 | + 8451835920D91F9600BF473E /* Mipmapping.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Mipmapping.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
56 | 65 | 8451835B20D91F9600BF473E /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; |
57 | 66 | 8451835C20D91F9600BF473E /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; |
58 | 67 | 8451835E20D91F9600BF473E /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; }; |
|
62 | 71 | 8451836620D91F9600BF473E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
63 | 72 | 8451836720D91F9600BF473E /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
64 | 73 | 8451836920D91F9600BF473E /* Mipmapping_Mac.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Mipmapping_Mac.entitlements; sourceTree = "<group>"; }; |
| 74 | + 8451837020D9226800BF473E /* MBEMetalViewMac.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MBEMetalViewMac.m; sourceTree = "<group>"; }; |
| 75 | + 8451837120D9226800BF473E /* MBEMetalViewMac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MBEMetalViewMac.h; sourceTree = "<group>"; }; |
| 76 | + 8451837320D9236E00BF473E /* MBEMetalView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MBEMetalView.h; sourceTree = "<group>"; }; |
| 77 | + 8451837420D9236E00BF473E /* MBEMetalView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MBEMetalView.m; sourceTree = "<group>"; }; |
65 | 78 | /* End PBXFileReference section */ |
66 | 79 |
|
67 | 80 | /* Begin PBXFrameworksBuildPhase section */ |
|
95 | 108 | isa = PBXGroup; |
96 | 109 | children = ( |
97 | 110 | 83A1BDD61A365434005638E2 /* Mipmapping.app */, |
98 | | - 8451835920D91F9600BF473E /* Mipmapping-Mac.app */, |
| 111 | + 8451835920D91F9600BF473E /* Mipmapping.app */, |
99 | 112 | ); |
100 | 113 | name = Products; |
101 | 114 | sourceTree = "<group>"; |
|
144 | 157 | 83A1BE161A37EBBC005638E2 /* User Interface */ = { |
145 | 158 | isa = PBXGroup; |
146 | 159 | children = ( |
147 | | - 83A1BE031A36759E005638E2 /* MBEMetalView.h */, |
148 | | - 83A1BE041A36759E005638E2 /* MBEMetalView.m */, |
149 | 160 | 83A1BDDD1A365434005638E2 /* AppDelegate.h */, |
150 | 161 | 83A1BDDE1A365434005638E2 /* AppDelegate.m */, |
| 162 | + 8451837320D9236E00BF473E /* MBEMetalView.h */, |
| 163 | + 8451837420D9236E00BF473E /* MBEMetalView.m */, |
| 164 | + 83A1BE031A36759E005638E2 /* MBEMetalViewIOS.h */, |
| 165 | + 83A1BE041A36759E005638E2 /* MBEMetalViewIOS.m */, |
151 | 166 | 83A1BDE01A365434005638E2 /* MBEViewController.h */, |
152 | 167 | 83A1BDE11A365434005638E2 /* MBEViewController.m */, |
153 | 168 | ); |
|
159 | 174 | children = ( |
160 | 175 | 8451835B20D91F9600BF473E /* AppDelegate.h */, |
161 | 176 | 8451835C20D91F9600BF473E /* AppDelegate.m */, |
162 | | - 8451835E20D91F9600BF473E /* ViewController.h */, |
163 | | - 8451835F20D91F9600BF473E /* ViewController.m */, |
164 | 177 | 8451836120D91F9600BF473E /* Assets.xcassets */, |
165 | | - 8451836320D91F9600BF473E /* Main.storyboard */, |
166 | 178 | 8451836620D91F9600BF473E /* Info.plist */, |
167 | 179 | 8451836720D91F9600BF473E /* main.m */, |
| 180 | + 8451836320D91F9600BF473E /* Main.storyboard */, |
| 181 | + 8451837120D9226800BF473E /* MBEMetalViewMac.h */, |
| 182 | + 8451837020D9226800BF473E /* MBEMetalViewMac.m */, |
168 | 183 | 8451836920D91F9600BF473E /* Mipmapping_Mac.entitlements */, |
| 184 | + 8451835E20D91F9600BF473E /* ViewController.h */, |
| 185 | + 8451835F20D91F9600BF473E /* ViewController.m */, |
169 | 186 | ); |
170 | 187 | path = "Mipmapping-Mac"; |
171 | 188 | sourceTree = "<group>"; |
|
204 | 221 | ); |
205 | 222 | name = "Mipmapping-Mac"; |
206 | 223 | productName = "Mipmapping-Mac"; |
207 | | - productReference = 8451835920D91F9600BF473E /* Mipmapping-Mac.app */; |
| 224 | + productReference = 8451835920D91F9600BF473E /* Mipmapping.app */; |
208 | 225 | productType = "com.apple.product-type.application"; |
209 | 226 | }; |
210 | 227 | /* End PBXNativeTarget section */ |
|
271 | 288 | isa = PBXSourcesBuildPhase; |
272 | 289 | buildActionMask = 2147483647; |
273 | 290 | files = ( |
| 291 | + 8451837520D9236E00BF473E /* MBEMetalView.m in Sources */, |
274 | 292 | 83A1BE111A3675D7005638E2 /* MBECubeMesh.m in Sources */, |
275 | 293 | 83A1BE081A36759E005638E2 /* MBEMatrixUtilities.m in Sources */, |
276 | | - 83A1BE0A1A36759E005638E2 /* MBEMetalView.m in Sources */, |
| 294 | + 83A1BE0A1A36759E005638E2 /* MBEMetalViewIOS.m in Sources */, |
277 | 295 | 83A1BDE21A365434005638E2 /* MBEViewController.m in Sources */, |
278 | 296 | 83A1BDDF1A365434005638E2 /* AppDelegate.m in Sources */, |
279 | 297 | 83A1BDDC1A365434005638E2 /* main.m in Sources */, |
|
291 | 309 | 8451836020D91F9600BF473E /* ViewController.m in Sources */, |
292 | 310 | 8451836820D91F9600BF473E /* main.m in Sources */, |
293 | 311 | 8451835D20D91F9600BF473E /* AppDelegate.m in Sources */, |
| 312 | + 8451837920D9274300BF473E /* MBEMatrixUtilities.m in Sources */, |
| 313 | + 8451837E20D9306300BF473E /* MBECubeMesh.m in Sources */, |
| 314 | + 8451837A20D9274300BF473E /* MBETextureGenerator.m in Sources */, |
| 315 | + 8451837820D9274300BF473E /* MBERenderer.m in Sources */, |
| 316 | + 8451837620D9236E00BF473E /* MBEMetalView.m in Sources */, |
| 317 | + 8451838020D9309500BF473E /* Shaders.metal in Sources */, |
| 318 | + 8451837220D9226800BF473E /* MBEMetalViewMac.m in Sources */, |
| 319 | + 8451837F20D9306300BF473E /* MBEMesh.m in Sources */, |
294 | 320 | ); |
295 | 321 | runOnlyForDeploymentPostprocessing = 0; |
296 | 322 | }; |
|
469 | 495 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; |
470 | 496 | MACOSX_DEPLOYMENT_TARGET = 10.13; |
471 | 497 | PRODUCT_BUNDLE_IDENTIFIER = "com.Metal-by-Example.Mipmapping-Mac"; |
472 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
| 498 | + PRODUCT_NAME = Mipmapping; |
473 | 499 | SDKROOT = macosx; |
474 | 500 | }; |
475 | 501 | name = Debug; |
|
495 | 521 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; |
496 | 522 | MACOSX_DEPLOYMENT_TARGET = 10.13; |
497 | 523 | PRODUCT_BUNDLE_IDENTIFIER = "com.Metal-by-Example.Mipmapping-Mac"; |
498 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
| 524 | + PRODUCT_NAME = Mipmapping; |
499 | 525 | SDKROOT = macosx; |
500 | 526 | }; |
501 | 527 | name = Release; |
|
0 commit comments