diff --git a/CodeEdit.xcodeproj/project.pbxproj b/CodeEdit.xcodeproj/project.pbxproj index 2b2a39b04a..ee967476b6 100644 --- a/CodeEdit.xcodeproj/project.pbxproj +++ b/CodeEdit.xcodeproj/project.pbxproj @@ -151,6 +151,7 @@ /* End PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet section */ /* Begin PBXFileSystemSynchronizedRootGroup section */ + 816BB1303036109C008206B6 /* ProductIcons */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = ProductIcons; sourceTree = ""; }; B624520B2D78A3CC009A86D1 /* CodeEdit */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (B62454482D78A3CC009A86D1 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, B62454492D78A3CC009A86D1 /* PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = CodeEdit; sourceTree = ""; }; B624544F2D78A3D3009A86D1 /* Configs */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = Configs; sourceTree = ""; }; B62454602D78A3D4009A86D1 /* CodeEditUITests */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = CodeEditUITests; sourceTree = ""; }; @@ -239,6 +240,7 @@ B658FB2327DA9E0F00EA4DBD = { isa = PBXGroup; children = ( + 816BB1303036109C008206B6 /* ProductIcons */, B624520B2D78A3CC009A86D1 /* CodeEdit */, B62454A32D78A3D4009A86D1 /* CodeEditTests */, B62454602D78A3D4009A86D1 /* CodeEditUITests */, @@ -308,6 +310,7 @@ 2BE487F328245162003F3F64 /* PBXTargetDependency */, ); fileSystemSynchronizedGroups = ( + 816BB1303036109C008206B6 /* ProductIcons */, B624520B2D78A3CC009A86D1 /* CodeEdit */, ); name = CodeEdit; diff --git a/Configs/Alpha.xcconfig b/Configs/Alpha.xcconfig index 6a75bf23c2..d87195ac21 100644 --- a/Configs/Alpha.xcconfig +++ b/Configs/Alpha.xcconfig @@ -8,6 +8,6 @@ // Configuration settings file format documentation can be found at: // https://help.apple.com/xcode/#/dev745c5c974 -CE_APPICON_NAME = AppIconAlpha +CE_APPICON_NAME = CodeEditAlphaIcon CE_VERSION_POSTFIX = -alpha CE_COPYRIGHT = Copyright © 2022-2025 CodeEdit diff --git a/Configs/Beta.xcconfig b/Configs/Beta.xcconfig index 36c3bb3735..7908461eac 100644 --- a/Configs/Beta.xcconfig +++ b/Configs/Beta.xcconfig @@ -8,6 +8,6 @@ // Configuration settings file format documentation can be found at: // https://help.apple.com/xcode/#/dev745c5c974 -CE_APPICON_NAME = AppIconBeta +CE_APPICON_NAME = CodeEditBetaIcon CE_VERSION_POSTFIX = -beta CE_COPYRIGHT = Copyright © 2022-2025 CodeEdit diff --git a/Configs/Debug.xcconfig b/Configs/Debug.xcconfig index e0bc8e6657..897fabaa4e 100644 --- a/Configs/Debug.xcconfig +++ b/Configs/Debug.xcconfig @@ -8,6 +8,6 @@ // Configuration settings file format documentation can be found at: // https://help.apple.com/xcode/#/dev745c5c974 -CE_APPICON_NAME = AppIconDev +CE_APPICON_NAME = CodeEditDevIcon CE_VERSION_POSTFIX = -dev CE_COPYRIGHT = Copyright © 2022-2025 CodeEdit diff --git a/Configs/Pre.xcconfig b/Configs/Pre.xcconfig index fa8048b720..b6988edd3c 100644 --- a/Configs/Pre.xcconfig +++ b/Configs/Pre.xcconfig @@ -8,6 +8,6 @@ // Configuration settings file format documentation can be found at: // https://help.apple.com/xcode/#/dev745c5c974 -CE_APPICON_NAME = AppIconPre +CE_APPICON_NAME = CodeEditPreIcon CE_VERSION_POSTFIX = -pre CE_COPYRIGHT = Copyright © 2022-2025 CodeEdit diff --git a/Configs/Release.xcconfig b/Configs/Release.xcconfig index 452a5389ed..7f755e6149 100644 --- a/Configs/Release.xcconfig +++ b/Configs/Release.xcconfig @@ -8,6 +8,6 @@ // Configuration settings file format documentation can be found at: // https://help.apple.com/xcode/#/dev745c5c974 -CE_APPICON_NAME = AppIcon +CE_APPICON_NAME = CodeEditIcon // CE_VERSION_POSTFIX = // this is a placeholder since we don't want a postfix in final release CE_COPYRIGHT = Copyright © 2022-2025 CodeEdit