Skip to content

Commit c4b9ea5

Browse files
authored
update sqlite.swift
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).
1 parent 6b13954 commit c4b9ea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AmplifyPlugins/DataStore/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ include_build_tools!
88
target 'AWSDataStoreCategoryPlugin' do
99
pod 'Amplify', :path => '../../'
1010
pod 'AWSPluginsCore', :path => '../../'
11-
pod "SQLite.swift", "0.12.2"
11+
pod "SQLite.swift", "0.13.0"
1212

1313
target "AWSDataStoreCategoryPluginTests" do
1414
inherit! :complete
@@ -38,4 +38,4 @@ target "HostApp" do
3838
pod 'AmplifyPlugins/AWSAPIPlugin', :path => '../../'
3939
pod 'AmplifyPlugins/AWSCognitoAuthPlugin', :path => '../../'
4040
end
41-
end
41+
end

0 commit comments

Comments
 (0)