Skip to content

Conversation

@andrewheard
Copy link
Contributor

Updated the Firebase AI Logic integration test app to the Xcode 16 Project Format and enabled "Minimize Project References". Converted the existing groups into folders.

Minimize project file changes, and avoid version control conflicts with buildable folder references.

Convert an existing group to a buildable folder with the “Convert to Folder” context menu item in the Project Navigator. Buildable folders only record the folder path into the project file without enumerating the contained files. This minimizes diffs to the project when files are added and removed, and avoids source control conflicts with your team.
-- Xcode 16 Release Notes

Although this introduces some churn now, it should help us with merge conflicts going forward.

#no-changelog

Copy link
Member

@paulb777 paulb777 left a comment

Choose a reason for hiding this comment

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

LGTM on green

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants