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

DRY via the find_xcodeproj() helper method #486

Merged
merged 1 commit into from
May 6, 2020
Merged

DRY via the find_xcodeproj() helper method #486

merged 1 commit into from
May 6, 2020

Conversation

AndreMiras
Copy link
Member

Also removes try/except on pbxproj imports. This is now part of
the setup.py dependencies and installed automatically.
Users bypassing the setup.py should know what they're doing, hence
they should be able to read an ImportError exception.

@AndreMiras
Copy link
Member Author

AndreMiras commented May 6, 2020

Not fully tested, but the change looks trivial and also simple to debug/fix if something was missing.
I would say let's merge when the build ends green

Also removes try/except on `pbxproj` imports. This is now part of
the `setup.py` dependencies and installed automatically.
Users bypassing the `setup.py` should know what they're doing, hence
they should be able to read an `ImportError` exception.
@AndreMiras AndreMiras merged commit efd47e6 into kivy:master May 6, 2020
@AndreMiras AndreMiras deleted the feature/find_xcodeproj_helper branch May 6, 2020 19:14
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

Successfully merging this pull request may close these issues.

1 participant