XCRemoteSwiftPackageReference .git suffix constantly changing in project.pbxproj

Viewed 139

On our team, pull requests were often raised with changes similar to the following

project.pbxproj diff

(or sometimes they would change back, that is, remove the .git)

This was causing a lot of noise in PRs but we were unable figure out the cause of the change.

1 Answers
Related