Skip to content
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

Fix: Convert Xcode project groups to folders #14

Merged
merged 1 commit into from
Jan 18, 2025

Conversation

aokj4ck
Copy link
Collaborator

@aokj4ck aokj4ck commented Jan 18, 2025

Description

There are several benefits to using folders instead of groups when organizing your Xcode project files. Folders have a much smaller representation in the project file, which can result in fewer merge conflicts because when you add or remove files to the project you don’t modify the project file. Additionally, your Xcode project file automatically updates as you make changes to the file system.
-- https://developer.apple.com/documentation/xcode/managing-files-and-folders-in-your-xcode-project#Convert-groups-to-folders

Still using Xcode 16.0 at this time.

… Folder)

> There are several benefits to using folders instead of groups when organizing your Xcode project files. Folders have a much smaller representation in the projec
t file, which can result in fewer merge conflicts because when you add or remove files to the project you don’t modify the project file. Additionally, your Xcode proj
ect file automatically updates as you make changes to the file system.
-- https://developer.apple.com/documentation/xcode/managing-files-and-folders-in-your-xcode-project#Convert-groups-to-folders
@aokj4ck aokj4ck force-pushed the fix/convert-xcode-project-groups-to-folders branch from 529c89a to c0c680a Compare January 18, 2025 19:12
@aokj4ck aokj4ck merged commit 2fcb291 into main Jan 18, 2025
1 check passed
@aokj4ck aokj4ck deleted the fix/convert-xcode-project-groups-to-folders branch January 18, 2025 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant