Build system improvements#3
Conversation
Builds the Overlook scheme via xcodebuild and copies the resulting .app into build/debug or build/release. Defaults to Debug; pass -c release for a Release build. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Commit the shared Overlook scheme so xcodebuild and CI use the same scheme without relying on Xcode's autocreation. - Add an empty Overlook/Preview Content directory (with .gitkeep) so ValidateDevelopmentAssets passes on a fresh clone, removing the need for the mkdir workaround in the GitHub Actions workflow. - Accept Xcode's reformatting of project.pbxproj (key reordering, string quoting, OTHER_SWIFT_FLAGS array collapsed into one string); no semantic build setting changes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sets up CodeLLDB-backed launch and attach configurations so the app can be debugged from VS Code with print() output routed to the Debug Console. preLaunchTask wraps build.sh -c debug. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Hi @dh0er, thank you for the pull request! I’d like the following changes before merging:
Thanks again for the PR — once these are addressed, I’m happy to take another look. |
No description provided.