Skip to content

Commit

Permalink
Merge pull request #615 from stephencelis/fix-carthage
Browse files Browse the repository at this point in the history
Fix regression introduced in 4e6b1e0
  • Loading branch information
jberkel authored Mar 14, 2017
2 parents a932e4f + 61f8051 commit 38ece82
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 38ece82

Please sign in to comment.