Skip to content

Commit a483f1a

Browse files
Update README
1 parent e1d8119 commit a483f1a

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
SQLiteLib
22
==========
33

4+
45
Easily build a custom SQLite static library for use in OSX and iOS frameworks and apps.
56

67
If you need a specific version of SQLite, or specific SQLite compilation options/features, read on.
78

8-
==========
9+
910

1011
**May 29, 2016: SQLiteLib updated for SQLite 3.13.0** ([changelog](CHANGELOG.md)).
1112

@@ -15,10 +16,9 @@ If you need a specific version of SQLite, or specific SQLite compilation options
1516

1617

1718

18-
---
19+
==========
1920

2021
### Installation:
21-
2222
==========
2323

2424
#### 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
3838

3939
For example: ([GRDB.swift](https://github.com/groue/GRDB.swift)).
4040

41-
---
41+
==========
4242

4343
### Customization:
4444

4545
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).
46-
4746
==========
4847

4948
#### Specifying Additional SQLite Compilation Options
@@ -91,10 +90,9 @@ The snapshop of the complete (raw) source tree for the *current* version of SQLi
9190
You'll want the file named "sqlite-src-*version*.zip".
9291
> Do **NOT** use the file beginning with "sqlite-preprocessed" - it will not work properly.
9392
94-
---
93+
==========
9594

9695
### Additional Details:
97-
9896
==========
9997

10098
#### Default Compilation Options
@@ -160,13 +158,13 @@ SQLiteLib generates intermediate files in [${DERIVED_SOURCES_DIR}](https://devel
160158

161159
The generated SQLite amalgamation files are copied to:
162160

163-
-"${BUILT_PRODUCTS_DIR}/sqlite3.c"
161+
-`${BUILT_PRODUCTS_DIR}/sqlite3.c`
164162

165-
-"${PROJECT_DIR}/sqlite3.h"
163+
-`${PROJECT_DIR}/sqlite3.h`
166164

167-
---
165+
==========
168166

169-
#### Notes:
167+
### Notes:
170168

171169
##### "sqlite3.c" shows as red/missing in Xcode
172170

0 commit comments

Comments
 (0)