Comment on Should Nestio have a free or paid iphone app?parentComments−allenp15yIn case anyone is curious, here is a way to go about using #ifdef in your app: http://stackoverflow.com/questions/549462/how-do-i-manage-bu...I would argue that it really depends on how many places you need to put the #ifdefs to see if it is worth the added complexity.
Comments
In case anyone is curious, here is a way to go about using #ifdef in your app: http://stackoverflow.com/questions/549462/how-do-i-manage-bu...
I would argue that it really depends on how many places you need to put the #ifdefs to see if it is worth the added complexity.