Skip to content
This repository was archived by the owner on Jul 20, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SwiftData is a simple and effective wrapper around the SQLite3 C API written com
##Installation

Currently, it's as easy as adding the file 'SwiftData.swift' as a git submodule, and dragging it into your project.
Ensure that you've added 'libsqlite3.dylib' as a linked framework and that you've added `#import "sqlite3.h"` to your Briding-Header.h file.
Ensure that you've added 'libsqlite3.dylib' as a linked framework and that you've added `#import "sqlite3.h"` to your Bridging-Header.h file.


##System Requirements
Expand Down