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

Implement an easy way to generate a makefile from .xcodeproj #50

Open
jerrymarino opened this issue Jul 16, 2015 · 3 comments
Open

Implement an easy way to generate a makefile from .xcodeproj #50

jerrymarino opened this issue Jul 16, 2015 · 3 comments

Comments

@jerrymarino
Copy link

It would be awesome if there was an easy way to convert Xcode projects to make files.

There currently isn't a good way to get the compiler arguments and build commands for projects that primarily store build preferences in Xcode projects.

There was a tool for gnu step that provided similar functionality pbxbuild but it is now deprecated. Is a feature like this in scope of this project?

@jasperblues
Copy link
Member

It wasn't something I'd planned, since xcodebuild provides a command-line interface. Generally using an Xcode project implies having Xcode itself. But I can see it would be useful turning an Xcode project into something more portable, eg building on Linux.

@jerrymarino
Copy link
Author

Thanks for the quick reply @jasperblues. My primary need is using Xcode projects with tools that need to invoke a compiler i.e. static analyzers, code completion plugins. I think porting projects to Linux is a great use for this too

@priteshshah1983
Copy link

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

3 participants