stephencelis / SQLite.swift

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

Fixed build order #1131

Closed maciekish closed 2 years ago

maciekish commented 2 years ago

Hi, the Headers build phase should be before the "Compile Sources" build phase. Fixes #1079.