File tree Expand file tree Collapse file tree 1 file changed +8
-16
lines changed
Expand file tree Collapse file tree 1 file changed +8
-16
lines changed Original file line number Diff line number Diff line change @@ -74,25 +74,17 @@ Configure Model Context Protocol servers for enhanced agent capabilities:
7474- ** stdio** : Direct process communication
7575- ** SSE** : Server-sent events via HTTP
7676
77- ## Project Structure
77+ ## Troubleshooting
7878
79- ```
80- FleetCode/
81- ├── main.ts # Main Electron process (PTY management, git operations)
82- ├── renderer.ts # Renderer process (UI, terminal instances)
83- ├── index.html # Application layout
84- ├── styles.css # Tailwind CSS styles
85- └── dist/ # Compiled output
86- ```
79+ ### macOS: "App can't be opened because it is from an unidentified developer"
80+
81+ If you encounter a quarantine warning when trying to open the app on macOS, run:
8782
88- ## Technology Stack
83+ ``` bash
84+ xattr -cr /path/to/FleetCode.app
85+ ```
8986
90- - ** Electron** : Desktop application framework
91- - ** xterm.js** : Terminal emulator
92- - ** node-pty** : PTY (pseudo-terminal) spawning
93- - ** simple-git** : Git operations (worktree management)
94- - ** electron-store** : Persistent configuration storage
95- - ** Tailwind CSS** : Styling
87+ This removes the quarantine attribute that prevents the app from opening.
9688
9789## License
9890
You can’t perform that action at this time.
0 commit comments