Skip to content

Commit

Permalink
Update SQLite and Starscream for Swift 5 (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
nh7a authored and martijnwalraven committed May 13, 2019
1 parent 3bde7c7 commit ebfd703
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "stephencelis/SQLite.swift" ~> 0.11.5
github "daltoniam/Starscream" ~> 3.0.6
github "stephencelis/SQLite.swift" ~> 0.12.0
github "daltoniam/Starscream" ~> 3.1.0
4 changes: 2 additions & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "daltoniam/Starscream" "3.0.6"
github "stephencelis/SQLite.swift" "0.11.5"
github "daltoniam/Starscream" "3.1.0"
github "stephencelis/SQLite.swift" "0.12.0"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/SQLite.swift
Submodule SQLite.swift updated 36 files
+1 −1 .swift-version
+7 −3 .travis.yml
+7 −0 CHANGELOG.md
+1 −1 CONTRIBUTING.md
+16 −16 Documentation/Index.md
+1 −1 Documentation/Planning.md
+2 −2 Makefile
+1 −1 Package.swift
+8 −8 README.md
+3 −3 SQLite.swift.podspec
+8 −31 SQLite.xcodeproj/project.pbxproj
+1 −1 SQLite.xcodeproj/xcshareddata/xcschemes/SQLite Mac.xcscheme
+1 −1 SQLite.xcodeproj/xcshareddata/xcschemes/SQLite iOS.xcscheme
+1 −1 SQLite.xcodeproj/xcshareddata/xcschemes/SQLite tvOS.xcscheme
+1 −1 SQLite.xcodeproj/xcshareddata/xcschemes/SQLite watchOS.xcscheme
+5 −0 Sources/SQLite/Extensions/Cipher.swift
+3 −3 Sources/SQLite/Foundation.swift
+0 −12 Sources/SQLite/Helpers.swift
+1 −1 Sources/SQLite/Info.plist
+26 −13 Sources/SQLite/Typed/AggregateFunctions.swift
+1 −1 Sources/SQLite/Typed/Coding.swift
+89 −55 Sources/SQLite/Typed/CoreFunctions.swift
+14 −14 Sources/SQLite/Typed/CustomFunctions.swift
+1 −1 Sources/SQLite/Typed/Expression.swift
+181 −150 Sources/SQLite/Typed/Operators.swift
+1 −2 Sources/SQLiteObjc/include/SQLite-Bridging.h
+1 −1 Tests/CocoaPods/Gemfile
+22 −22 Tests/CocoaPods/Gemfile.lock
+3 −1 Tests/CocoaPods/Makefile
+1 −1 Tests/CocoaPods/integration_test.rb
+8 −2 Tests/SQLiteTests/CipherTests.swift
+18 −17 Tests/SQLiteTests/ConnectionTests.swift
+2 −2 Tests/SQLiteTests/FoundationTests.swift
+0 −9 Tests/SQLiteTests/TestHelpers.swift
+ Tests/SQLiteTests/fixtures/encrypted-3.x.sqlite
+ Tests/SQLiteTests/fixtures/encrypted-4.x.sqlite

0 comments on commit ebfd703

Please sign in to comment.