foundationkit / FoundationKit

Everything that really should be in Foundation, but isn't. Future-proof with ARC
Other
80 stars 9 forks source link

CoreData additions #37

Closed myell0w closed 12 years ago

myell0w commented 13 years ago

How should we handle additions to CoreData?

Create a new target inside FoundationKit? Create a CoreDataKit?

eaigner commented 13 years ago

Why the split into targets/separate kit?

myell0w commented 13 years ago

Was just thinking that not every app uses CoreData and that we therefore shouldn't force to link against CoreData.

Am 17.09.2011 um 10:28 schrieb Erik Aigner:

Why the split into targets/separate kit?

Reply to this email directly or view it on GitHub: https://github.com/foundationkit/FoundationKit/issues/37#issuecomment-2121503

eaigner commented 13 years ago

Right. I would choose the new target inside Foundation Kit to compile optionally with the CD "extension". Another Kit would be overkill I think.

myell0w commented 13 years ago

+1 for this solution

Am 17.09.2011 um 10:31 schrieb Erik Aigner:

Right. I would choose the new target inside Foundation Kit to compile optionally with the CD "extension". Another Kit would be overkill I think.

Reply to this email directly or view it on GitHub: https://github.com/foundationkit/FoundationKit/issues/37#issuecomment-2121511

MSch commented 13 years ago

+1