Skip to content

Commit

Permalink
Fix regression introduced in 4e6b1e0
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkel committed Mar 14, 2017
1 parent f33ce36 commit 8a79dda
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Sources/SQLite/Core/Connection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import Dispatch
import sqlite3
#elseif SQLITE_SWIFT_SQLCIPHER
import SQLCipher
#else
#elseif SWIFT_PACKAGE || COCOAPODS
import CSQLite
#endif

Expand Down
2 changes: 1 addition & 1 deletion Sources/SQLite/Core/Statement.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import sqlite3
#elseif SQLITE_SWIFT_SQLCIPHER
import SQLCipher
#else
#elseif SWIFT_PACKAGE || COCOAPODS
import CSQLite
#endif

Expand Down
2 changes: 1 addition & 1 deletion Sources/SQLite/Helpers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import sqlite3
#elseif SQLITE_SWIFT_SQLCIPHER
import SQLCipher
#else
#elseif SWIFT_PACKAGE || COCOAPODS
import CSQLite
#endif

Expand Down
2 changes: 1 addition & 1 deletion Tests/SQLiteTests/ConnectionTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import XCTest
import sqlite3
#elseif SQLITE_SWIFT_SQLCIPHER
import SQLCipher
#else
#elseif SWIFT_PACKAGE || COCOAPODS
import CSQLite
#endif

Expand Down

0 comments on commit 8a79dda

Please sign in to comment.