SQLite.swift/SQLite
Stephen Celis 8a85d80b0e DRY up project configuration
Let's utilize the xcconfig file where we can. In this case, ensure that
the 8.0 deployment target applies to everything.

Fixes #119.

Signed-off-by: Stephen Celis <stephen@stephencelis.com>
2015-04-27 08:49:55 -04:00
..
Database.swift Make assertionFailures fatalErrors 2015-04-08 17:55:58 -07:00
Expression.swift Support IN condition against subquery 2015-04-11 10:27:24 -04:00
FTS.swift Conventionally mark Objective-C implementation details private 2015-03-28 13:32:26 -07:00
Functions.swift Ess, queue, el. 2015-03-28 13:28:55 -07:00
Info.plist Universal Framework 2015-02-15 19:43:08 -08:00
Query.swift Don't drop offset when fetching first row 2015-04-19 08:35:49 -04:00
RTree.swift Basic R*Tree module support 2015-03-21 11:57:58 -07:00
SQLite-Bridging.h Conventionally mark Objective-C implementation details private 2015-03-28 13:32:26 -07:00
SQLite-Bridging.m Conventionally mark Objective-C implementation details private 2015-03-28 13:32:26 -07:00
SQLite.h Use an embedded module instead of a bridging header 2015-03-28 13:28:54 -07:00
SQLite.xcconfig DRY up project configuration 2015-04-27 08:49:55 -04:00
Schema.swift Mark create(table:) @noescape 2015-03-28 13:28:54 -07:00
Statement.swift Make assertionFailures fatalErrors 2015-04-08 17:55:58 -07:00
Value.swift Swift 1.2 beta 1 2015-03-28 13:28:54 -07:00
fts3_tokenizer.h Move fts3_tokenizer to ease Frameworkless Target install 2015-04-24 09:30:31 -04:00