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

Move custom build settings to Package.xcconfig #22

Open
MaxDesiatov opened this issue Dec 18, 2018 · 3 comments
Open

Move custom build settings to Package.xcconfig #22

MaxDesiatov opened this issue Dec 18, 2018 · 3 comments

Comments

@MaxDesiatov
Copy link
Collaborator

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.

@MaxDesiatov
Copy link
Collaborator Author

MaxDesiatov commented Dec 24, 2018

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 😞

@regexident
Copy link
Contributor

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

@MaxDesiatov
Copy link
Collaborator Author

looks like there's also semi-active Carthage/Carthage#1945

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

No branches or pull requests

2 participants