Re: Any docs on SQLite support by iOS version?
Re: Any docs on SQLite support by iOS version?
- Subject: Re: Any docs on SQLite support by iOS version?
- From: Jens Alfke <email@hidden>
- Date: Mon, 23 Sep 2013 17:41:28 -0700
Not sure if this helps: maybe you could check the lib's version number at runtime on different devices, as well as the compiler options it was built with?
That’s what I was hoping to avoid, especially since I don’t have easy access to devices running each iOS version. In sqlite3.h, see functions sqlite3_compileoption_get and sqlite3_libversion
That’ll be useful to call if I need to start conditionally using features; thanks!
—Jens |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden