stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.67k stars 1.56k forks source link

Rename SQLite-Bridging.h -> SQLiteObjc.h #933

Closed skagedal closed 5 years ago

skagedal commented 5 years ago

Fixes #925 and makes SwiftPM-generated Xcode projects that use SQLite.swift compile out of the box.

ypopovych commented 5 years ago

Can you also rename SQLite-Bridging.m file?

skagedal commented 5 years ago

Whoops, of course. There we go.