Skip to content

Commit 8306f69

Browse files
committed
Rename product DrawingIn3D-Mac -> Drawing in 3D.
1 parent cef5ea2 commit 8306f69

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

objc/04-DrawingIn3D/DrawingIn3D.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
83E2D7AD1BD598810006DDD8 /* Shaders.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = Shaders.metal; sourceTree = "<group>"; };
4343
83E2D7B01BD598810006DDD8 /* MBEMathUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MBEMathUtilities.h; sourceTree = "<group>"; };
4444
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; };
4646
845182E320D8214900BF473E /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
4747
845182E420D8214900BF473E /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
4848
845182E620D8214900BF473E /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
@@ -85,7 +85,7 @@
8585
isa = PBXGroup;
8686
children = (
8787
83E2D78C1BD597A30006DDD8 /* DrawingIn3D.app */,
88-
845182E120D8214900BF473E /* DrawingIn3D-Mac.app */,
88+
845182E120D8214900BF473E /* Drawing in 3D.app */,
8989
);
9090
name = Products;
9191
sourceTree = "<group>";
@@ -171,7 +171,7 @@
171171
);
172172
name = "DrawingIn3D-Mac";
173173
productName = "DrawingIn3D-Mac";
174-
productReference = 845182E120D8214900BF473E /* DrawingIn3D-Mac.app */;
174+
productReference = 845182E120D8214900BF473E /* Drawing in 3D.app */;
175175
productType = "com.apple.product-type.application";
176176
};
177177
/* End PBXNativeTarget section */
@@ -433,7 +433,7 @@
433433
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
434434
MACOSX_DEPLOYMENT_TARGET = 10.13;
435435
PRODUCT_BUNDLE_IDENTIFIER = "com.Metal-by-Example.DrawingIn3D-Mac";
436-
PRODUCT_NAME = "$(TARGET_NAME)";
436+
PRODUCT_NAME = "Drawing in 3D";
437437
SDKROOT = macosx;
438438
};
439439
name = Debug;
@@ -457,7 +457,7 @@
457457
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
458458
MACOSX_DEPLOYMENT_TARGET = 10.13;
459459
PRODUCT_BUNDLE_IDENTIFIER = "com.Metal-by-Example.DrawingIn3D-Mac";
460-
PRODUCT_NAME = "$(TARGET_NAME)";
460+
PRODUCT_NAME = "Drawing in 3D";
461461
SDKROOT = macosx;
462462
};
463463
name = Release;

0 commit comments

Comments
 (0)