Skip to content

Commit fade73e

Browse files
authored
fix: SQLLite dependency exact 0.12.2 version (#1199)
* fix: SQLLite dependency exact 0.12.2 version * fix: update .gitignore * fix: re-run SPM and pod commands
1 parent 63dcf2f commit fade73e

File tree

9 files changed

+11
-10
lines changed

9 files changed

+11
-10
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ xcuserdata
2525

2626
# Built assets #
2727
######################
28+
.build/
2829
build
2930
builtFramework
3031
AWS*.framework

AmplifyPlugins.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Pod::Spec.new do |s|
5252

5353
s.subspec 'AWSDataStorePlugin' do |ss|
5454
ss.source_files = 'AmplifyPlugins/DataStore/AWSDataStoreCategoryPlugin/**/*.swift'
55-
ss.dependency 'SQLite.swift', '~> 0.12.0'
55+
ss.dependency 'SQLite.swift', '0.12.2'
5656
end
5757

5858
s.subspec 'AWSPinpointAnalyticsPlugin' do |ss|

AmplifyPlugins/API/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ CHECKOUT OPTIONS:
9191

9292
SPEC CHECKSUMS:
9393
Amplify: fdb7f9aad75a631449e2afb007f78f77deb25a84
94-
AmplifyPlugins: 799d7c01092aa24033e59d29b9ec3fb67bdd4c82
94+
AmplifyPlugins: 4ab9557c51ab8547d29ff483fb2cb9c5851e9096
9595
AmplifyTestCommon: 8d9622a279079e6e9509139754d82006a3fcfbf2
9696
AppSyncRealTimeClient: 4479354d262a23d2cc9fea1760f3815b75a4091a
9797
AWSAuthCore: f5325c5e076e8da6ad66932029ddb04451aa28cd

AmplifyPlugins/Analytics/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ CHECKOUT OPTIONS:
8888

8989
SPEC CHECKSUMS:
9090
Amplify: fdb7f9aad75a631449e2afb007f78f77deb25a84
91-
AmplifyPlugins: 799d7c01092aa24033e59d29b9ec3fb67bdd4c82
91+
AmplifyPlugins: 4ab9557c51ab8547d29ff483fb2cb9c5851e9096
9292
AmplifyTestCommon: 8d9622a279079e6e9509139754d82006a3fcfbf2
9393
AWSAuthCore: f5325c5e076e8da6ad66932029ddb04451aa28cd
9494
AWSCognitoIdentityProvider: 874160e2f79fc957efd28745ee7389bccd59dfaf

AmplifyPlugins/DataStore/Podfile

Lines changed: 1 addition & 1 deletion
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.0"
11+
pod "SQLite.swift", "0.12.2"
1212

1313
target "AWSDataStoreCategoryPluginTests" do
1414
inherit! :complete

AmplifyPlugins/DataStore/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ DEPENDENCIES:
5757
- AWSPluginsCore (from `../../`)
5858
- CwlCatchException (from `https://github.com/mattgallagher/CwlCatchException.git`, tag `1.2.0`)
5959
- CwlPreconditionTesting (from `https://github.com/mattgallagher/CwlPreconditionTesting.git`, tag `1.2.0`)
60-
- SQLite.swift (~> 0.12.0)
60+
- SQLite.swift (= 0.12.2)
6161
- SwiftFormat/CLI (= 0.44.17)
6262
- SwiftLint
6363

@@ -100,7 +100,7 @@ CHECKOUT OPTIONS:
100100

101101
SPEC CHECKSUMS:
102102
Amplify: fdb7f9aad75a631449e2afb007f78f77deb25a84
103-
AmplifyPlugins: 799d7c01092aa24033e59d29b9ec3fb67bdd4c82
103+
AmplifyPlugins: 4ab9557c51ab8547d29ff483fb2cb9c5851e9096
104104
AmplifyTestCommon: 8d9622a279079e6e9509139754d82006a3fcfbf2
105105
AppSyncRealTimeClient: 4479354d262a23d2cc9fea1760f3815b75a4091a
106106
AWSAuthCore: f5325c5e076e8da6ad66932029ddb04451aa28cd
@@ -116,6 +116,6 @@ SPEC CHECKSUMS:
116116
SwiftFormat: 3b5caa6389b2b9adbc00e133b3ccc8c6e687a6a4
117117
SwiftLint: 99f82d07b837b942dd563c668de129a03fc3fb52
118118

119-
PODFILE CHECKSUM: 04860e414d616b67d24ed3346a60700f427764b9
119+
PODFILE CHECKSUM: fb973c73bd5a639b441e0a01717635b41533ab26
120120

121121
COCOAPODS: 1.10.1

AmplifyPlugins/Predictions/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ CHECKOUT OPTIONS:
108108

109109
SPEC CHECKSUMS:
110110
Amplify: fdb7f9aad75a631449e2afb007f78f77deb25a84
111-
AmplifyPlugins: 799d7c01092aa24033e59d29b9ec3fb67bdd4c82
111+
AmplifyPlugins: 4ab9557c51ab8547d29ff483fb2cb9c5851e9096
112112
AmplifyTestCommon: 8d9622a279079e6e9509139754d82006a3fcfbf2
113113
AWSAuthCore: f5325c5e076e8da6ad66932029ddb04451aa28cd
114114
AWSCognitoIdentityProvider: 874160e2f79fc957efd28745ee7389bccd59dfaf

AmplifyPlugins/Storage/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ CHECKOUT OPTIONS:
8888

8989
SPEC CHECKSUMS:
9090
Amplify: fdb7f9aad75a631449e2afb007f78f77deb25a84
91-
AmplifyPlugins: 799d7c01092aa24033e59d29b9ec3fb67bdd4c82
91+
AmplifyPlugins: 4ab9557c51ab8547d29ff483fb2cb9c5851e9096
9292
AmplifyTestCommon: 8d9622a279079e6e9509139754d82006a3fcfbf2
9393
AWSAuthCore: f5325c5e076e8da6ad66932029ddb04451aa28cd
9494
AWSCognitoIdentityProvider: 874160e2f79fc957efd28745ee7389bccd59dfaf

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ let package = Package(
3333
dependencies: [
3434
.package(name: "AWSiOSSDKV2", url: "https://github.com/aws-amplify/aws-sdk-ios-spm.git", .upToNextMinor(from: "2.24.0")),
3535
.package(name: "AppSyncRealTimeClient", url: "https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git", from: "1.4.3"),
36-
.package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.12.0")
36+
.package(url: "https://github.com/stephencelis/SQLite.swift.git", .exact("0.12.2"))
3737
],
3838
targets: [
3939
.target(

0 commit comments

Comments
 (0)