|
67 | 67 | 8362D1EB1A0D735800A6D9A8 /* MBERenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MBERenderer.h; sourceTree = "<group>"; }; |
68 | 68 | 8362D1EC1A0D735800A6D9A8 /* MBERenderer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MBERenderer.m; sourceTree = "<group>"; }; |
69 | 69 | 8362D1F01A0EA75F00A6D9A8 /* Shaders.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = Shaders.metal; sourceTree = "<group>"; }; |
70 | | - 8451838520D932F000BF473E /* CubeMapping-Mac.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "CubeMapping-Mac.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 70 | + 8451838520D932F000BF473E /* Cube Mapping.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Cube Mapping.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
71 | 71 | 8451838720D932F000BF473E /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; |
72 | 72 | 8451838820D932F000BF473E /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; |
73 | 73 | 8451838A20D932F000BF473E /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; }; |
|
123 | 123 | isa = PBXGroup; |
124 | 124 | children = ( |
125 | 125 | 8362D1A11A0D5BEB00A6D9A8 /* CubeMapping.app */, |
126 | | - 8451838520D932F000BF473E /* CubeMapping-Mac.app */, |
| 126 | + 8451838520D932F000BF473E /* Cube Mapping.app */, |
127 | 127 | ); |
128 | 128 | name = Products; |
129 | 129 | sourceTree = "<group>"; |
|
243 | 243 | ); |
244 | 244 | name = "CubeMapping-Mac"; |
245 | 245 | productName = "CubeMapping-Mac"; |
246 | | - productReference = 8451838520D932F000BF473E /* CubeMapping-Mac.app */; |
| 246 | + productReference = 8451838520D932F000BF473E /* Cube Mapping.app */; |
247 | 247 | productType = "com.apple.product-type.application"; |
248 | 248 | }; |
249 | 249 | /* End PBXNativeTarget section */ |
|
515 | 515 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; |
516 | 516 | MACOSX_DEPLOYMENT_TARGET = 10.13; |
517 | 517 | PRODUCT_BUNDLE_IDENTIFIER = "com.Metal-by-Example.CubeMapping-Mac"; |
518 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
| 518 | + PRODUCT_NAME = "Cube Mapping"; |
519 | 519 | SDKROOT = macosx; |
520 | 520 | }; |
521 | 521 | name = Debug; |
|
541 | 541 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; |
542 | 542 | MACOSX_DEPLOYMENT_TARGET = 10.13; |
543 | 543 | PRODUCT_BUNDLE_IDENTIFIER = "com.Metal-by-Example.CubeMapping-Mac"; |
544 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
| 544 | + PRODUCT_NAME = "Cube Mapping"; |
545 | 545 | SDKROOT = macosx; |
546 | 546 | }; |
547 | 547 | name = Release; |
|
0 commit comments