You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-11Lines changed: 9 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,12 @@
1
1
SQLiteLib
2
2
==========
3
3
4
+
4
5
Easily build a custom SQLite static library for use in OSX and iOS frameworks and apps.
5
6
6
7
If you need a specific version of SQLite, or specific SQLite compilation options/features, read on.
7
8
8
-
==========
9
+
9
10
10
11
**May 29, 2016: SQLiteLib updated for SQLite 3.13.0** ([changelog](CHANGELOG.md)).
11
12
@@ -15,10 +16,9 @@ If you need a specific version of SQLite, or specific SQLite compilation options
15
16
16
17
17
18
18
-
---
19
+
==========
19
20
20
21
### Installation:
21
-
22
22
==========
23
23
24
24
#### Manual Installation (ex. into a Framework)
@@ -38,12 +38,11 @@ You probably shouldn't be using the raw SQLite C API in Swift. There are a bunch
38
38
39
39
For example: ([GRDB.swift](https://github.com/groue/GRDB.swift)).
40
40
41
-
---
41
+
==========
42
42
43
43
### Customization:
44
44
45
45
By default, SQLiteLib builds SQLite with options that match the built-in system version of SQLite on OSX and iOS (as of OSX 10.11.5, iOS 9.3.2), [with one exception*](#additional-details).
0 commit comments