Files
CxIDE/CxIDE.xcodeproj/project.pbxproj
T
cx-git-agent 7e79fe89ca Add WebsiteService for static website generation and local preview
- Implemented WebsiteService to create and manage website projects from templates.
- Added functionality to start and stop a local HTTP server for project previews.
- Defined multiple built-in website templates (blank, landing page, portfolio, blog, documentation, dashboard) with corresponding HTML, CSS, and JS generation methods.
- Introduced WebsiteProject and WebsiteTemplate models to encapsulate project data and template details.
- Included error handling for project creation and template management.
2026-04-21 19:10:12 -05:00

690 lines
32 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 56;
objects = {
/* Begin PBXBuildFile section */
B10001 /* SwiftIDEApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10001 /* SwiftIDEApp.swift */; };
B10002 /* EngineFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10002 /* EngineFactory.swift */; };
B10003 /* SwiftCodeEngine.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10003 /* SwiftCodeEngine.swift */; };
B10004 /* SandboxedSwiftEngine.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10004 /* SandboxedSwiftEngine.swift */; };
B10010 /* CodeEngine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A10010 /* CodeEngine.cpp */; };
B10012 /* SwiftEngineWrapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = A10012 /* SwiftEngineWrapper.mm */; };
B10013 /* CodeEngine.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10013 /* CodeEngine.swift */; };
B10014 /* FileItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10014 /* FileItem.swift */; };
B10020 /* CodeEngineProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10020 /* CodeEngineProtocol.swift */; };
B10021 /* Models.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10021 /* Models.swift */; };
B10022 /* Workspace.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10022 /* Workspace.swift */; };
B10030 /* EditorViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10030 /* EditorViewModel.swift */; };
B10040 /* IDEContainerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10040 /* IDEContainerView.swift */; };
B10041 /* CodeEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10041 /* CodeEditorView.swift */; };
B10042 /* ConsoleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10042 /* ConsoleView.swift */; };
B10043 /* AgentSidebarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10043 /* AgentSidebarView.swift */; };
B10044 /* FileTreeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10044 /* FileTreeView.swift */; };
B10045 /* WelcomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10045 /* WelcomeView.swift */; };
B10046 /* TerminalView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10046 /* TerminalView.swift */; };
B10047 /* ChatSidebarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10047 /* ChatSidebarView.swift */; };
B10048 /* SyntaxHighlightingTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10048 /* SyntaxHighlightingTextView.swift */; };
B10050 /* AgentService.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10050 /* AgentService.swift */; };
B10051 /* WorkspaceService.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10051 /* WorkspaceService.swift */; };
B10052 /* GitService.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10052 /* GitService.swift */; };
B10060 /* MCPServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10060 /* MCPServer.swift */; };
B10061 /* MCPTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10061 /* MCPTypes.swift */; };
B10062 /* AgentConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10062 /* AgentConfig.swift */; };
B10063 /* AgentMemory.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10063 /* AgentMemory.swift */; };
B10070 /* FileOpsTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10070 /* FileOpsTools.swift */; };
B10071 /* CodeIntelTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10071 /* CodeIntelTools.swift */; };
B10072 /* GitTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10072 /* GitTools.swift */; };
B10073 /* ProjectTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10073 /* ProjectTools.swift */; };
B10074 /* TerminalTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10074 /* TerminalTools.swift */; };
B10075 /* XcodeTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10075 /* XcodeTools.swift */; };
B10076 /* DiagnosticsTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10076 /* DiagnosticsTools.swift */; };
B10077 /* AutoPilotTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10077 /* AutoPilotTools.swift */; };
B10090 /* CredentialStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10090 /* CredentialStore.swift */; };
B10091 /* GoDaddyService.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10091 /* GoDaddyService.swift */; };
B10092 /* WebsiteService.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10092 /* WebsiteService.swift */; };
B10093 /* WebsiteDeployService.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10093 /* WebsiteDeployService.swift */; };
B10094 /* WebsiteTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10094 /* WebsiteTools.swift */; };
B10080 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A10080 /* Assets.xcassets */; };
B20001 /* CxIDETests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A20001 /* CxIDETests.swift */; };
B20002 /* EditorViewModelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A20002 /* EditorViewModelTests.swift */; };
B20003 /* TerminalSessionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A20003 /* TerminalSessionTests.swift */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
CIP0001 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = P00001 /* Project object */;
proxyType = 1;
remoteGlobalIDString = T00001;
remoteInfo = CxIDE;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
A10001 /* SwiftIDEApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftIDEApp.swift; sourceTree = "<group>"; };
A10002 /* EngineFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EngineFactory.swift; sourceTree = "<group>"; };
A10003 /* SwiftCodeEngine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftCodeEngine.swift; sourceTree = "<group>"; };
A10004 /* SandboxedSwiftEngine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SandboxedSwiftEngine.swift; sourceTree = "<group>"; };
A10010 /* CodeEngine.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CodeEngine.cpp; sourceTree = "<group>"; };
A10011 /* CodeEngine.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = CodeEngine.hpp; sourceTree = "<group>"; };
A10012 /* SwiftEngineWrapper.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = SwiftEngineWrapper.mm; sourceTree = "<group>"; };
A10013 /* CodeEngine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CodeEngine.swift; sourceTree = "<group>"; };
A10014 /* FileItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileItem.swift; sourceTree = "<group>"; };
A10015 /* SwiftEngineWrapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwiftEngineWrapper.h; sourceTree = "<group>"; };
A10020 /* CodeEngineProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CodeEngineProtocol.swift; sourceTree = "<group>"; };
A10021 /* Models.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Models.swift; sourceTree = "<group>"; };
A10022 /* Workspace.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Workspace.swift; sourceTree = "<group>"; };
A10030 /* EditorViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditorViewModel.swift; sourceTree = "<group>"; };
A10040 /* IDEContainerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IDEContainerView.swift; sourceTree = "<group>"; };
A10041 /* CodeEditorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CodeEditorView.swift; sourceTree = "<group>"; };
A10042 /* ConsoleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConsoleView.swift; sourceTree = "<group>"; };
A10043 /* AgentSidebarView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AgentSidebarView.swift; sourceTree = "<group>"; };
A10044 /* FileTreeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileTreeView.swift; sourceTree = "<group>"; };
A10045 /* WelcomeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WelcomeView.swift; sourceTree = "<group>"; };
A10046 /* TerminalView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TerminalView.swift; sourceTree = "<group>"; };
A10047 /* ChatSidebarView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatSidebarView.swift; sourceTree = "<group>"; };
A10048 /* SyntaxHighlightingTextView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SyntaxHighlightingTextView.swift; sourceTree = "<group>"; };
A10050 /* AgentService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AgentService.swift; sourceTree = "<group>"; };
A10051 /* WorkspaceService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WorkspaceService.swift; sourceTree = "<group>"; };
A10052 /* GitService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GitService.swift; sourceTree = "<group>"; };
A10060 /* MCPServer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MCPServer.swift; sourceTree = "<group>"; };
A10061 /* MCPTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MCPTypes.swift; sourceTree = "<group>"; };
A10062 /* AgentConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AgentConfig.swift; sourceTree = "<group>"; };
A10063 /* AgentMemory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AgentMemory.swift; sourceTree = "<group>"; };
A10070 /* FileOpsTools.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileOpsTools.swift; sourceTree = "<group>"; };
A10071 /* CodeIntelTools.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CodeIntelTools.swift; sourceTree = "<group>"; };
A10072 /* GitTools.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GitTools.swift; sourceTree = "<group>"; };
A10073 /* ProjectTools.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProjectTools.swift; sourceTree = "<group>"; };
A10074 /* TerminalTools.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TerminalTools.swift; sourceTree = "<group>"; };
A10075 /* XcodeTools.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XcodeTools.swift; sourceTree = "<group>"; };
A10076 /* DiagnosticsTools.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiagnosticsTools.swift; sourceTree = "<group>"; };
A10077 /* AutoPilotTools.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AutoPilotTools.swift; sourceTree = "<group>"; };
A10090 /* CredentialStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CredentialStore.swift; sourceTree = "<group>"; };
A10091 /* GoDaddyService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GoDaddyService.swift; sourceTree = "<group>"; };
A10092 /* WebsiteService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebsiteService.swift; sourceTree = "<group>"; };
A10093 /* WebsiteDeployService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebsiteDeployService.swift; sourceTree = "<group>"; };
A10094 /* WebsiteTools.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebsiteTools.swift; sourceTree = "<group>"; };
A10080 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
A10081 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
A10082 /* CxIDE.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = CxIDE.entitlements; sourceTree = "<group>"; };
A20001 /* CxIDETests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CxIDETests.swift; sourceTree = "<group>"; };
A20002 /* EditorViewModelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditorViewModelTests.swift; sourceTree = "<group>"; }; A20003 /* TerminalSessionTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TerminalSessionTests.swift; sourceTree = "<group>"; }; A90001 /* CxIDE.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CxIDE.app; sourceTree = BUILT_PRODUCTS_DIR; };
A90002 /* CxIDETests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CxIDETests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
FP0001 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
FP0002 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
G00001 = {
isa = PBXGroup;
children = (
A10001 /* SwiftIDEApp.swift */,
A10002 /* EngineFactory.swift */,
A10003 /* SwiftCodeEngine.swift */,
A10004 /* SandboxedSwiftEngine.swift */,
G00010 /* Core */,
G00020 /* Models */,
G00030 /* ViewModels */,
G00040 /* Views */,
G00050 /* Services */,
G00060 /* Agent */,
G00080 /* Resources */,
G00085 /* CxIDETests */,
G00090 /* Products */,
);
sourceTree = "<group>";
};
G00010 /* Core */ = {
isa = PBXGroup;
children = (
A10010 /* CodeEngine.cpp */,
A10011 /* CodeEngine.hpp */,
A10015 /* SwiftEngineWrapper.h */,
A10012 /* SwiftEngineWrapper.mm */,
A10013 /* CodeEngine.swift */,
A10014 /* FileItem.swift */,
);
path = Core;
sourceTree = "<group>";
};
G00020 /* Models */ = {
isa = PBXGroup;
children = (
A10020 /* CodeEngineProtocol.swift */,
A10021 /* Models.swift */,
A10022 /* Workspace.swift */,
);
path = Models;
sourceTree = "<group>";
};
G00030 /* ViewModels */ = {
isa = PBXGroup;
children = (
A10030 /* EditorViewModel.swift */,
);
path = ViewModels;
sourceTree = "<group>";
};
G00040 /* Views */ = {
isa = PBXGroup;
children = (
A10040 /* IDEContainerView.swift */,
A10041 /* CodeEditorView.swift */,
A10042 /* ConsoleView.swift */,
A10043 /* AgentSidebarView.swift */,
A10044 /* FileTreeView.swift */,
A10045 /* WelcomeView.swift */,
A10046 /* TerminalView.swift */,
A10047 /* ChatSidebarView.swift */,
A10048 /* SyntaxHighlightingTextView.swift */,
);
path = Views;
sourceTree = "<group>";
};
G00050 /* Services */ = {
isa = PBXGroup;
children = (
A10050 /* AgentService.swift */,
A10051 /* WorkspaceService.swift */,
A10052 /* GitService.swift */,
A10090 /* CredentialStore.swift */,
A10091 /* GoDaddyService.swift */,
A10092 /* WebsiteService.swift */,
A10093 /* WebsiteDeployService.swift */,
);
path = Services;
sourceTree = "<group>";
};
G00060 /* Agent */ = {
isa = PBXGroup;
children = (
A10060 /* MCPServer.swift */,
A10061 /* MCPTypes.swift */,
A10062 /* AgentConfig.swift */,
A10063 /* AgentMemory.swift */,
G00070 /* Tools */,
);
path = Agent;
sourceTree = "<group>";
};
G00070 /* Tools */ = {
isa = PBXGroup;
children = (
A10070 /* FileOpsTools.swift */,
A10071 /* CodeIntelTools.swift */,
A10072 /* GitTools.swift */,
A10073 /* ProjectTools.swift */,
A10074 /* TerminalTools.swift */,
A10075 /* XcodeTools.swift */,
A10076 /* DiagnosticsTools.swift */,
A10077 /* AutoPilotTools.swift */,
A10094 /* WebsiteTools.swift */,
);
path = Tools;
sourceTree = "<group>";
};
G00080 /* Resources */ = {
isa = PBXGroup;
children = (
A10080 /* Assets.xcassets */,
A10081 /* Info.plist */,
A10082 /* CxIDE.entitlements */,
);
name = Resources;
sourceTree = "<group>";
};
G00085 /* CxIDETests */ = {
isa = PBXGroup;
children = (
A20001 /* CxIDETests.swift */,
A20002 /* EditorViewModelTests.swift */, A20003 /* TerminalSessionTests.swift */, );
path = CxIDETests;
sourceTree = "<group>";
};
G00090 /* Products */ = {
isa = PBXGroup;
children = (
A90001 /* CxIDE.app */,
A90002 /* CxIDETests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
T00001 /* CxIDE */ = {
isa = PBXNativeTarget;
buildConfigurationList = CL0002 /* Build configuration list for PBXNativeTarget "CxIDE" */;
buildPhases = (
SP0001 /* Sources */,
FP0001 /* Frameworks */,
RP0001 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = CxIDE;
productName = CxIDE;
productReference = A90001 /* CxIDE.app */;
productType = "com.apple.product-type.application";
};
T00002 /* CxIDETests */ = {
isa = PBXNativeTarget;
buildConfigurationList = CL0003 /* Build configuration list for PBXNativeTarget "CxIDETests" */;
buildPhases = (
SP0002 /* Sources */,
FP0002 /* Frameworks */,
);
buildRules = (
);
dependencies = (
TD0001 /* PBXTargetDependency */,
);
name = CxIDETests;
productName = CxIDETests;
productReference = A90002 /* CxIDETests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
P00001 /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = YES;
LastUpgradeCheck = 2630;
};
buildConfigurationList = CL0001 /* Build configuration list for PBXProject "CxIDE" */;
compatibilityVersion = "Xcode 14.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = G00001;
productRefGroup = G00090 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
T00001 /* CxIDE */,
T00002 /* CxIDETests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
RP0001 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B10080 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
SP0001 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B10001 /* SwiftIDEApp.swift in Sources */,
B10002 /* EngineFactory.swift in Sources */,
B10003 /* SwiftCodeEngine.swift in Sources */,
B10004 /* SandboxedSwiftEngine.swift in Sources */,
B10010 /* CodeEngine.cpp in Sources */,
B10012 /* SwiftEngineWrapper.mm in Sources */,
B10013 /* CodeEngine.swift in Sources */,
B10014 /* FileItem.swift in Sources */,
B10020 /* CodeEngineProtocol.swift in Sources */,
B10021 /* Models.swift in Sources */,
B10022 /* Workspace.swift in Sources */,
B10030 /* EditorViewModel.swift in Sources */,
B10040 /* IDEContainerView.swift in Sources */,
B10041 /* CodeEditorView.swift in Sources */,
B10042 /* ConsoleView.swift in Sources */,
B10043 /* AgentSidebarView.swift in Sources */,
B10044 /* FileTreeView.swift in Sources */,
B10045 /* WelcomeView.swift in Sources */,
B10046 /* TerminalView.swift in Sources */,
B10047 /* ChatSidebarView.swift in Sources */,
B10048 /* SyntaxHighlightingTextView.swift in Sources */,
B10050 /* AgentService.swift in Sources */,
B10051 /* WorkspaceService.swift in Sources */,
B10052 /* GitService.swift in Sources */,
B10060 /* MCPServer.swift in Sources */,
B10061 /* MCPTypes.swift in Sources */,
B10062 /* AgentConfig.swift in Sources */,
B10063 /* AgentMemory.swift in Sources */,
B10070 /* FileOpsTools.swift in Sources */,
B10071 /* CodeIntelTools.swift in Sources */,
B10072 /* GitTools.swift in Sources */,
B10073 /* ProjectTools.swift in Sources */,
B10074 /* TerminalTools.swift in Sources */,
B10075 /* XcodeTools.swift in Sources */,
B10076 /* DiagnosticsTools.swift in Sources */,
B10077 /* AutoPilotTools.swift in Sources */,
B10090 /* CredentialStore.swift in Sources */,
B10091 /* GoDaddyService.swift in Sources */,
B10092 /* WebsiteService.swift in Sources */,
B10093 /* WebsiteDeployService.swift in Sources */,
B10094 /* WebsiteTools.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
SP0002 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B20001 /* CxIDETests.swift in Sources */,
B20002 /* EditorViewModelTests.swift in Sources */, B20003 /* TerminalSessionTests.swift in Sources */, );
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
TD0001 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = T00001 /* CxIDE */;
targetProxy = CIP0001 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
BC0001 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER = YES;
CLANG_ANALYZER_SECURITY_INSECUREAPI_UNCHECKEDRETURN = YES;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_FLOAT_CONVERSION = YES;
CLANG_WARN_IMPLICIT_SIGN_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 14.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
STRING_CATALOG_GENERATE_SYMBOLS = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
SWIFT_OBJC_BRIDGING_HEADER = Core/SwiftEngineWrapper.h;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_STRICT_CONCURRENCY = targeted;
SWIFT_VERSION = 5.0;
};
name = Debug;
};
BC0002 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER = YES;
CLANG_ANALYZER_SECURITY_INSECUREAPI_UNCHECKEDRETURN = YES;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_FLOAT_CONVERSION = YES;
CLANG_WARN_IMPLICIT_SIGN_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = s;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
LLVM_LTO = YES;
MACOSX_DEPLOYMENT_TARGET = 14.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = macosx;
STRING_CATALOG_GENERATE_SYMBOLS = YES;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OBJC_BRIDGING_HEADER = Core/SwiftEngineWrapper.h;
SWIFT_OPTIMIZATION_LEVEL = "-O";
SWIFT_STRICT_CONCURRENCY = targeted;
SWIFT_VERSION = 5.0;
};
name = Release;
};
BC0003 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = CxIDE.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = "";
ENABLE_APP_SANDBOX = NO;
ENABLE_FILE_ACCESS_DOWNLOADS_FOLDER = readwrite;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_INCOMING_NETWORK_CONNECTIONS = YES;
ENABLE_OUTGOING_NETWORK_CONNECTIONS = YES;
ENABLE_PREVIEWS = YES;
ENABLE_USER_SELECTED_FILES = readwrite;
GENERATE_INFOPLIST_FILE = NO;
INFOPLIST_FILE = Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2024-2026 CxIDE. All rights reserved.";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0.0;
PRODUCT_BUNDLE_IDENTIFIER = com.cxide.CxIDE;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_OBJC_BRIDGING_HEADER = Core/SwiftEngineWrapper.h;
SWIFT_VERSION = 5.0;
};
name = Debug;
};
BC0004 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = CxIDE.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = "";
ENABLE_APP_SANDBOX = NO;
ENABLE_FILE_ACCESS_DOWNLOADS_FOLDER = readwrite;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_INCOMING_NETWORK_CONNECTIONS = YES;
ENABLE_OUTGOING_NETWORK_CONNECTIONS = YES;
ENABLE_PREVIEWS = YES;
ENABLE_USER_SELECTED_FILES = readwrite;
GENERATE_INFOPLIST_FILE = NO;
INFOPLIST_FILE = Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2024-2026 CxIDE. All rights reserved.";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0.0;
PRODUCT_BUNDLE_IDENTIFIER = com.cxide.CxIDE;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_OBJC_BRIDGING_HEADER = Core/SwiftEngineWrapper.h;
SWIFT_VERSION = 5.0;
};
name = Release;
};
BC0005 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0.0;
PRODUCT_BUNDLE_IDENTIFIER = com.cxide.CxIDETests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/CxIDE.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/CxIDE";
};
name = Debug;
};
BC0006 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0.0;
PRODUCT_BUNDLE_IDENTIFIER = com.cxide.CxIDETests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/CxIDE.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/CxIDE";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
CL0001 /* Build configuration list for PBXProject "CxIDE" */ = {
isa = XCConfigurationList;
buildConfigurations = (
BC0001 /* Debug */,
BC0002 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
CL0002 /* Build configuration list for PBXNativeTarget "CxIDE" */ = {
isa = XCConfigurationList;
buildConfigurations = (
BC0003 /* Debug */,
BC0004 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
CL0003 /* Build configuration list for PBXNativeTarget "CxIDETests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
BC0005 /* Debug */,
BC0006 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = P00001 /* Project object */;
}