Re: SQLite Question

2014-03-28 Thread Chris Hanson
On Mar 28, 2014, at 9:19 AM, Dave wrote: > If I need to access SQLite Directly on Mac and iOS, do I need to include my > own SQLite Library or can I use the in-built SQLite? You should use the SQLite that is part of the OS, and not build a separate version. The same goes for all the various p

Re: Opinion: Core Data or roll my own?

2014-04-09 Thread Chris Hanson
On Apr 8, 2014, at 4:20 PM, Jens Alfke wrote: > > I’m not a big fan of Core Data, but if you’ve worked with it before I suspect > you’ll find it more efficient to use it for this than to roll your own. Even if you haven't worked with it before, it'll still probably wind up being more efficient

Re: Converting SenTesting framework tests to XCTests

2014-07-10 Thread Chris Hanson
On Jul 10, 2014, at 12:31 PM, William Squires wrote: > > I'm trying to convert some code that used the old(er) SenTesting framework. > Now I want to use the XCTest stuff. I have the following line: > > STAssertEquals(, , NULL); // is just a int-type variable or > constant > > I figure the cl

<    1   2   3   4