-
Notifications
You must be signed in to change notification settings - Fork 45
Document workaround for specifying package dependency traits in Xcode project #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR documents a workaround for using Swift package traits in Xcode projects, which currently lack native support for trait declarations. The changes include removing redundant import statement lines from a code example and adding comprehensive documentation about creating a local Swift package "shim" to enable trait-based dependencies in Xcode projects.
- Adds a new "Using Traits in Xcode Projects" section with step-by-step instructions
- Removes duplicate empty lines and an import statement from the initial code example
- Provides a working example reference to the chat-ui-swift project
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 5 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.