Migrate Xcode project to use Folders instead of Groups #101
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.
Migrate Xcode project to use Folders instead of Groups
♻️ Current situation & Problem
This PR migrates the Xcode project file to use Folders instead of the Groups. Refer to Convert groups to folders to learn everything about the conversion and why folders are better and groups. The main benefits: a) we don't incur any merge conflicts as files no longer are tracked in the Xcode project file and b) everything is exactly as on the file system creating less confusion and creating a similar development experience as with Swift Packages.
Overall, this should help especially people new to Xcode to have way less problems start off with iOS development.
Note that all the
.license
files e.g. in the Resources folder are now also part of the project and distributed with the app which, in my opinion, isn't even a bad side effect and also helps with people getting started with REUSE license files as they are now visible in Xcode and no longer require a separate editor.⚙️ Release Notes
📚 Documentation
--
✅ Testing
--
📝 Code of Conduct & Contributing Guidelines
By creating and submitting this pull request, you agree to follow our Code of Conduct and Contributing Guidelines: