You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would allow us to remove .xcodeproj and to avoid conflicts as mentioned in #19. This would probably require moving benchmark baselines to a separate directory and to add a script that regenerates the project file and copies baselines to a correct location.
The text was updated successfully, but these errors were encountered:
Thinking about it more, it looks like .xcodeproj directory and other Xcode-related files are required by Carthage, so we may need to keep it in the repository 😞
If Carthage was to do a check for SPM projects with missing .xcodeproj files and added an intermediary step of running Swift package generate-xcodeproj it would work just fine. Alas the issue asking for support was deemed unimportant (due to inactivity). 😕 Carthage/Carthage#969
This would allow us to remove
.xcodeproj
and to avoid conflicts as mentioned in #19. This would probably require moving benchmark baselines to a separate directory and to add a script that regenerates the project file and copies baselines to a correct location.The text was updated successfully, but these errors were encountered: