Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CodeEdit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
/* End PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet section */

/* Begin PBXFileSystemSynchronizedRootGroup section */
816BB1303036109C008206B6 /* ProductIcons */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = ProductIcons; sourceTree = "<group>"; };
B624520B2D78A3CC009A86D1 /* CodeEdit */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (B62454482D78A3CC009A86D1 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, B62454492D78A3CC009A86D1 /* PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = CodeEdit; sourceTree = "<group>"; };
B624544F2D78A3D3009A86D1 /* Configs */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = Configs; sourceTree = "<group>"; };
B62454602D78A3D4009A86D1 /* CodeEditUITests */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = CodeEditUITests; sourceTree = "<group>"; };
Expand Down Expand Up @@ -239,6 +240,7 @@
B658FB2327DA9E0F00EA4DBD = {
isa = PBXGroup;
children = (
816BB1303036109C008206B6 /* ProductIcons */,
B624520B2D78A3CC009A86D1 /* CodeEdit */,
B62454A32D78A3D4009A86D1 /* CodeEditTests */,
B62454602D78A3D4009A86D1 /* CodeEditUITests */,
Expand Down Expand Up @@ -308,6 +310,7 @@
2BE487F328245162003F3F64 /* PBXTargetDependency */,
);
fileSystemSynchronizedGroups = (
816BB1303036109C008206B6 /* ProductIcons */,
B624520B2D78A3CC009A86D1 /* CodeEdit */,
);
name = CodeEdit;
Expand Down
2 changes: 1 addition & 1 deletion Configs/Alpha.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Configs/Beta.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Configs/Debug.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Configs/Pre.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Configs/Release.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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