Figure53 / QLabKit.objc

An Objective C library for controlling QLab using the OSC API introduced in QLab 3.
MIT License
26 stars 7 forks source link

ARC enabled usage #2

Closed gwsounddsg closed 10 years ago

gwsounddsg commented 10 years ago

A small request to be put on the ReadMe>Installation section; noting that for use in a project that has ARC enabled you must go into the build phases and enter:

-fno-objc-arc

For the following files:

Thanks GW

zachwaugh commented 10 years ago

Good catch, thanks! I'll make sure I update that. Also, so you know, this project is still early in development and the API will most likely change. I'll make a note of that as well.

gwsounddsg commented 10 years ago

Fantastic. I'm building a little app with Sam Kuznets so I'll be using it quite a bit. I'll report any issues I have, let you know if anything feels klunky, and may have some requests.

Thanks GW

zachwaugh commented 10 years ago

Great! Feel free to open an issue with any feedback or bugs. I just updated the README to reflect those files need ARC.