[Adium-devl] JSON framework
David Smith
catfish.man at gmail.com
Tue Jul 15 20:18:33 UTC 2008
On Jul 15, 2008, at 1:12 PM, Evan Schoenberg wrote:
>
> On Jul 15, 2008, at 2:42 PM, Peter Hosey wrote:
>
>> On Jul 15, 2008, at 10:50:22, Evan Schoenberg wrote:
>>> The JSON.xcodeproj is not compatible with Adium.xcodeproj because it
>>> has different configurations, I believe, posing a problem to that.
>>
>> Is there a reason we're still hanging onto the “Development” and
>> “Deployment” names, anyway? I can only see that causing more such
>> problems as we incorporate future reusable-source-code and framework
>> projects.
>
> Good point. I have no particular fondness for them. Debug and
> Release are the new names, and we should use those... only remaining
> issue, then, is what happens to Deployment-Debug. However, that's
> somewhat of a nonproblem... we can define DEBUG_BUILD from the
> Release Makefile. There's no reason to be building Release from
> XCode and expecting debug logging, anyways.
>
> -Evan
I would expect the reverse, actually. Releases should never be built
from Xcode, so I don't see why would default to release-config for in-
Xcode stuff. I like being able to do non-symbol-stripped builds from
Xcode for profiling purposes.
David
More information about the devel
mailing list