From b986fd416df5cbe0923a5435b2ac8dd385d14611 Mon Sep 17 00:00:00 2001 From: Pedro Cuenca Date: Sat, 14 Jan 2023 18:43:36 +0100 Subject: [PATCH] Change product name to Diffusion (instead of TARGET_NAME) --- Diffusion.xcodeproj/project.pbxproj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Diffusion.xcodeproj/project.pbxproj b/Diffusion.xcodeproj/project.pbxproj index 478f4d1..7c136a3 100644 --- a/Diffusion.xcodeproj/project.pbxproj +++ b/Diffusion.xcodeproj/project.pbxproj @@ -80,7 +80,7 @@ EBE755E6293E37DE00806B32 /* DiffusionUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiffusionUITestsLaunchTests.swift; sourceTree = ""; }; EBE75601293E91E200806B32 /* Pipeline.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Pipeline.swift; sourceTree = ""; }; EBE756082941178600806B32 /* Loading.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Loading.swift; sourceTree = ""; }; - F15520212971093300DC009B /* Diffusion-macOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Diffusion-macOS.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + F15520212971093300DC009B /* Diffusion.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Diffusion.app; sourceTree = BUILT_PRODUCTS_DIR; }; F15520232971093300DC009B /* Diffusion_macOSApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Diffusion_macOSApp.swift; sourceTree = ""; }; F15520252971093300DC009B /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; F15520272971093400DC009B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; @@ -160,7 +160,7 @@ EBE755C5293E37DD00806B32 /* Diffusion.app */, EBE755D6293E37DE00806B32 /* DiffusionTests.xctest */, EBE755E0293E37DE00806B32 /* DiffusionUITests.xctest */, - F15520212971093300DC009B /* Diffusion-macOS.app */, + F15520212971093300DC009B /* Diffusion.app */, ); name = Products; sourceTree = ""; @@ -333,7 +333,7 @@ EBDD7DB029731FB300C1C4B2 /* StableDiffusion */, ); productName = "Diffusion-macOS"; - productReference = F15520212971093300DC009B /* Diffusion-macOS.app */; + productReference = F15520212971093300DC009B /* Diffusion.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ @@ -791,7 +791,7 @@ MACOSX_DEPLOYMENT_TARGET = 13.1; MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = "com.cyrilzakka.Diffusion-macOS"; - PRODUCT_NAME = "$(TARGET_NAME)"; + PRODUCT_NAME = Diffusion; SDKROOT = macosx; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; @@ -818,7 +818,7 @@ MACOSX_DEPLOYMENT_TARGET = 13.1; MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = "com.cyrilzakka.Diffusion-macOS"; - PRODUCT_NAME = "$(TARGET_NAME)"; + PRODUCT_NAME = Diffusion; SDKROOT = macosx; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0;