-
Notifications
You must be signed in to change notification settings - Fork 226
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
automatically determine compiler arguments for Objective-C projects #88
Comments
@jpsim I haven't looked at this in detail yet but maybe specifying an |
The way we do this for Swift is to run For Objective-C, we don't need to index the files first, so we can just run |
jazzy can be configured via a YAML file, and I would prefer if SourceKitten automatically detected Objective-C compiler arguments like we do for Swift, rendering that kind of error-prone & tedious configuration unnecessary. |
Automagic is always best. Wish swift wasn't such a moving target. Sent from my iPhone
|
This is actually for Objective-C. We already do this for Swift and it's been quite stable! |
Excellent. Would you mind pointing me to a yaml file which is valid for a project (so I can understand how to populate one..)? Sent from my iPhone
|
Awesome! Sent from my iPhone
|
This interesting article might help you find a way to automate this (maybe?) 🍀 https://roman.dev/xcodebuild/ |
I decided to punt that in #57.
The text was updated successfully, but these errors were encountered: