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

[ALFMOB-43] Convert groups into folders on .pbxproj #11

Merged
merged 2 commits into from
Nov 27, 2024

Conversation

reisdev
Copy link
Member

@reisdev reisdev commented Nov 26, 2024

Description

Since Xcode 16, it's more recommended to have folders instead of groups in the project file. This helps to avoid merge conflicts on the project.pbxproj file.

Reference: https://dimillian.medium.com/why-you-should-use-xcode-16-buildable-folders-instead-of-groups-6f438611914d

Changes

  • Convert groups to folder on project.pbxproj file
  • Remove unused code

@reisdev reisdev added the enhancement New feature or request label Nov 26, 2024
@reisdev reisdev self-assigned this Nov 26, 2024
@reisdev reisdev changed the title [ALFMOB-43] Convert groups into folders on .xcodeproj [ALFMOB-43] Convert groups into folders on .pbxproj Nov 26, 2024
Copy link
Member

@p4checo p4checo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice one! Sadly the Medium article you link to is member only... 😢
Is there any other resource that explains the benefits of using folders instead of groups?

@reisdev
Copy link
Member Author

reisdev commented Nov 27, 2024

Nice one! Sadly the Medium article you link to is member only... 😢 Is there any other resource that explains the benefits of using folders instead of groups?

@p4checo Some other resources:

@reisdev reisdev merged commit 4557c15 into main Nov 27, 2024
2 checks passed
@reisdev reisdev deleted the ALFMOB-43-i-os-update-project-configurations branch November 27, 2024 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants