Skip to content

Commit

Permalink
update sqlite.swift
Browse files Browse the repository at this point in the history
Set SQLite.swift version to 0.13.0 to get the fix for stephencelis/SQLite.swift#1030 (fixes a crash we're seeing in datastore).
  • Loading branch information
ashiemke-eb authored Aug 31, 2021
1 parent 6b13954 commit c4b9ea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AmplifyPlugins/DataStore/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include_build_tools!
target 'AWSDataStoreCategoryPlugin' do
pod 'Amplify', :path => '../../'
pod 'AWSPluginsCore', :path => '../../'
pod "SQLite.swift", "0.12.2"
pod "SQLite.swift", "0.13.0"

target "AWSDataStoreCategoryPluginTests" do
inherit! :complete
Expand Down Expand Up @@ -38,4 +38,4 @@ target "HostApp" do
pod 'AmplifyPlugins/AWSAPIPlugin', :path => '../../'
pod 'AmplifyPlugins/AWSCognitoAuthPlugin', :path => '../../'
end
end
end

0 comments on commit c4b9ea5

Please sign in to comment.