|
42 | 42 | 83E2D7AD1BD598810006DDD8 /* Shaders.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = Shaders.metal; sourceTree = "<group>"; }; |
43 | 43 | 83E2D7B01BD598810006DDD8 /* MBEMathUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MBEMathUtilities.h; sourceTree = "<group>"; }; |
44 | 44 | 83E2D7B11BD598810006DDD8 /* MBEMathUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MBEMathUtilities.m; sourceTree = "<group>"; }; |
45 | | - 845182E120D8214900BF473E /* DrawingIn3D-Mac.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "DrawingIn3D-Mac.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 45 | + 845182E120D8214900BF473E /* Drawing in 3D.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Drawing in 3D.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
46 | 46 | 845182E320D8214900BF473E /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; |
47 | 47 | 845182E420D8214900BF473E /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; |
48 | 48 | 845182E620D8214900BF473E /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; }; |
|
85 | 85 | isa = PBXGroup; |
86 | 86 | children = ( |
87 | 87 | 83E2D78C1BD597A30006DDD8 /* DrawingIn3D.app */, |
88 | | - 845182E120D8214900BF473E /* DrawingIn3D-Mac.app */, |
| 88 | + 845182E120D8214900BF473E /* Drawing in 3D.app */, |
89 | 89 | ); |
90 | 90 | name = Products; |
91 | 91 | sourceTree = "<group>"; |
|
171 | 171 | ); |
172 | 172 | name = "DrawingIn3D-Mac"; |
173 | 173 | productName = "DrawingIn3D-Mac"; |
174 | | - productReference = 845182E120D8214900BF473E /* DrawingIn3D-Mac.app */; |
| 174 | + productReference = 845182E120D8214900BF473E /* Drawing in 3D.app */; |
175 | 175 | productType = "com.apple.product-type.application"; |
176 | 176 | }; |
177 | 177 | /* End PBXNativeTarget section */ |
|
433 | 433 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; |
434 | 434 | MACOSX_DEPLOYMENT_TARGET = 10.13; |
435 | 435 | PRODUCT_BUNDLE_IDENTIFIER = "com.Metal-by-Example.DrawingIn3D-Mac"; |
436 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
| 436 | + PRODUCT_NAME = "Drawing in 3D"; |
437 | 437 | SDKROOT = macosx; |
438 | 438 | }; |
439 | 439 | name = Debug; |
|
457 | 457 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; |
458 | 458 | MACOSX_DEPLOYMENT_TARGET = 10.13; |
459 | 459 | PRODUCT_BUNDLE_IDENTIFIER = "com.Metal-by-Example.DrawingIn3D-Mac"; |
460 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
| 460 | + PRODUCT_NAME = "Drawing in 3D"; |
461 | 461 | SDKROOT = macosx; |
462 | 462 | }; |
463 | 463 | name = Release; |
|
0 commit comments