chore: add XcodeGen project config#268
Merged
Merged
Conversation
Owner
|
LGTM thank you! |
This was referenced May 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add a root
project.ymlso Cotabby's Xcode project can be regenerated with XcodeGen while preserving the existing app/test targets, package dependencies, signing settings, and Release default configuration.Validation
xcodegen generateCreated project at /Users/undivisible/projects/cotabby-fork/Cotabby.xcodeprojxcodebuild -list -project Cotabby.xcodeprojSaw targets
Cotabby,CotabbyTests, schemeCotabby, and default configurationRelease.swiftlint lint --quietExit 0; existing warning remains at
Cotabby/Support/GhostSuggestionLayout.swift:235for cyclomatic complexity 11/10.xcodebuild -project Cotabby.xcodeproj -scheme Cotabby -destination 'platform=macOS' -derivedDataPath /tmp/cotabby-dd-xcodegen CODE_SIGNING_ALLOWED=NO build** BUILD SUCCEEDED **xcodebuild -project Cotabby.xcodeproj -scheme Cotabby -destination 'platform=macOS' -derivedDataPath /tmp/cotabby-dd-xcodegen CODE_SIGNING_ALLOWED=NO build-for-testing** TEST BUILD SUCCEEDED **xcodebuild -project Cotabby.xcodeproj -scheme Cotabby -destination 'platform=macOS' -derivedDataPath /tmp/cotabby-dd-xcodegen CODE_SIGNING_ALLOWED=NO test** TEST SUCCEEDED **; 298 tests executed, 1 skipped, 0 failures./tmp/cotabby-dd-xcodegen/Build/Products/Debug/Cotabby.appand inspected it with Computer Use. The Welcome to Cotabby window rendered with the logo, headline, subtitle, and Get Started button.Linked issues
None.
Risk / rollout notes
The checked-in
.xcodeprojis regenerated by XcodeGen, so object identifiers and ordering change substantially even though the target graph is intentionally kept equivalent.