syedhali / EZAudio

An iOS and macOS audio visualization framework built upon Core Audio useful for anyone doing real-time, low-latency audio processing and visualizations.
Other
4.94k stars 822 forks source link

Add support for Carthage and use of EZAudio as a dynamic framework #210

Open AndrewSB opened 9 years ago

imownbey commented 9 years ago

Would love this

AndrewSB commented 9 years ago

@imownbey figured this out #211, @syedhali would love to have it merged!

danishin commented 9 years ago

+1

imownbey commented 9 years ago

I am not totally sure that what you merged in actually works. There are still no header files I think there are a couple steps left to do

AndrewSB commented 9 years ago

@imownbey saw your fork and pulled those changes in to the PR https://github.com/AndrewSB/EZAudio/commit/5f283af9d322cf2f12a833f20582911745117ae8. Thank you for pointing that out :smiley:

AndrewSB commented 9 years ago

I think I have it working - just tried building with this library and it seemed to work

syedhali commented 9 years ago

Hey guys, to be honest I'm not too hip on Carthage at the moment. I saw #211, but doesn't it also need a target for the OSX framework as well?

AndrewSB commented 9 years ago

You are right @syedhali, it would need a target for OS X, I have not implemented it because I've never targeted OS X before.

I could try it, but I think someone with more experience on integrating Carthage into OS X projects should take a stab at it.