-
Notifications
You must be signed in to change notification settings - Fork 403
Remove REORDER_FEATURE_SUMMARY.md from project.pbxproj #4150
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
Remove REORDER_FEATURE_SUMMARY.md from project.pbxproj #4150
Conversation
Co-authored-by: bgoncal <[email protected]>
|
The following added lines contain |
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 removes four dangling references to REORDER_FEATURE_SUMMARY.md from the Xcode project file. The file was referenced in a previous commit but was never actually created, leaving orphaned entries that serve no purpose.
- Removes all project file references to the non-existent
REORDER_FEATURE_SUMMARY.mddocumentation file - Cleans up PBXBuildFile, PBXFileReference, group membership, and build phase entries
- No functional impact - purely a project configuration cleanup
|
Found 1 unused localization strings in the codebase. Click to see detailsTo clean up these strings, manually remove them from the |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## copilot/add-homeview-ui #4150 +/- ##
==========================================================
Coverage ? 45.10%
==========================================================
Files ? 243
Lines ? 13890
Branches ? 0
==========================================================
Hits ? 6265
Misses ? 7625
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
Removes dangling references to
REORDER_FEATURE_SUMMARY.mdfrom the Xcode project file. The file was referenced in commit8057953but never actually created, leaving orphaned entries inproject.pbxproj.Removed four entries:
Screenshots
N/A - Project configuration change only
Link to pull request in Documentation repository
N/A
Any other notes
None
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.