-
-
Notifications
You must be signed in to change notification settings - Fork 909
Support Cocoapods 1.5 #781
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please remove some extra empty lines? Otherwise looks good 👍
#import <Quick/Quick-Swift.h> | ||
#endif | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nit] An extra empty line.
#import <Quick/Quick-Swift.h> | ||
#endif | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more. 8000
Ditto
#import <Quick/Quick-Swift.h> | ||
#endif | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto
Generated by 🚫 danger |
@ikesyo fixed! |
I can’t see any differences unfortunately 🤔 |
It looks correct on Github. I did force-push to my branch so if you have it locally then you should delete and grab it again. Sorry about that. |
The three extra empty lines I noted above still exist on GitHub GUI. But those are just stylistic ones so let’s merge this as is. Thanks for the pull request! |
This PR fixes #780 in relation to Cocoapods 1.5. In this new version of Cocoapods, some things have changed in how header files are found. The recommendation from the Cocoapods team seems to be to change the imports to this:
I tested this against my app and it seems to work fine with no side-effects.