You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.
Another key features which could be useful is to add (or not) arc flags if the library doesn't handle but the project does. I think mainly of SKMediaTap, a useful library for OSX which doesn't use arc.
In action, just add the -fno-objc-arc flags to the library concerned.
The text was updated successfully, but these errors were encountered:
I'm planning to make it available to use additional features via pre/post script. (In order to keep CocoaSeeds simple)
Since pre/post scripting requires flexible architecture, I'm currently working on it.
Another key features which could be useful is to add (or not) arc flags if the library doesn't handle but the project does. I think mainly of
SKMediaTap
, a useful library for OSX which doesn't use arc.In action, just add the
-fno-objc-arc
flags to the library concerned.The text was updated successfully, but these errors were encountered: