-
Notifications
You must be signed in to change notification settings - Fork 444
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
added shazamkit frameworks #1302
Conversation
The only files that would need manual modifications are the categories/extensions. Those files normally have a Also, don't forget to run |
I committed the missing files. Now I'm still fixing references |
I'm stuck on a missing reference.
Any idea? |
In the future, I recommend using code blocks ( Edit: Fixed your comment.
@interface ClassName ( CategoryName ) Looks like I recommend reading Apple's documentation on Objective-C categories if you want to get a better understanding on how categories works. |
Ah sorry about the quote block, didn't tought about that. |
Weird, what you did seems correct... Push what you currently have and I'll take a look at it when I have the chance. |
Just pushed. Thanks again for the support! |
Hey, just wanted to ask if you're still interested in fixing up this PR. If not, I'd be happy to fix it myself. |
I didn't succedded to solve the issue I had and I put everything on standby. |
The previously generated stubs were including static/local symbols that we don't need (since we only care about the external interface).
Started importing ShazamKit frameworks. Stubs have been generated from an x64 Ventura Mac.
Still needs to fix all dependencies references.