Skip to content

Commit e682c97

Browse files
committed
Update podfile lock for integration tests
1 parent 79d8276 commit e682c97

File tree

2 files changed

+20
-14
lines changed

2 files changed

+20
-14
lines changed

integration_tests/sqlcipher_flutter/ios/Podfile.lock

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- SQLCipher (4.6.1):
4-
- SQLCipher/standard (= 4.6.1)
5-
- SQLCipher/common (4.6.1)
6-
- SQLCipher/standard (4.6.1):
3+
- integration_test (0.0.1):
4+
- Flutter
5+
- SQLCipher (4.8.0):
6+
- SQLCipher/standard (= 4.8.0)
7+
- SQLCipher/common (4.8.0)
8+
- SQLCipher/standard (4.8.0):
79
- SQLCipher/common
810
- sqlcipher_flutter_libs (0.0.1):
911
- Flutter
10-
- SQLCipher (~> 4.6.1)
12+
- SQLCipher (~> 4.8.0)
1113

1214
DEPENDENCIES:
1315
- Flutter (from `Flutter`)
16+
- integration_test (from `.symlinks/plugins/integration_test/ios`)
1417
- sqlcipher_flutter_libs (from `.symlinks/plugins/sqlcipher_flutter_libs/ios`)
1518

1619
SPEC REPOS:
@@ -20,13 +23,16 @@ SPEC REPOS:
2023
EXTERNAL SOURCES:
2124
Flutter:
2225
:path: Flutter
26+
integration_test:
27+
:path: ".symlinks/plugins/integration_test/ios"
2328
sqlcipher_flutter_libs:
2429
:path: ".symlinks/plugins/sqlcipher_flutter_libs/ios"
2530

2631
SPEC CHECKSUMS:
2732
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
28-
SQLCipher: 77fbe633cd84db04b07876dd50766b4924b57d61
29-
sqlcipher_flutter_libs: 4d7cf8e35b46debcc8ab7903123e32c8dbb943f5
33+
integration_test: 4a889634ef21a45d28d50d622cf412dc6d9f586e
34+
SQLCipher: 908f846ca79d74be4e1776b3b86c6ad9e6c0b04f
35+
sqlcipher_flutter_libs: 3679469b27cd0599ae424605add6638f605e800e
3036

3137
PODFILE CHECKSUM: c4c93c5f6502fe2754f48404d3594bf779584011
3238

integration_tests/sqlcipher_flutter/macos/Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
PODS:
22
- FlutterMacOS (1.0.0)
3-
- SQLCipher (4.6.1):
4-
- SQLCipher/standard (= 4.6.1)
5-
- SQLCipher/common (4.6.1)
6-
- SQLCipher/standard (4.6.1):
3+
- SQLCipher (4.8.0):
4+
- SQLCipher/standard (= 4.8.0)
5+
- SQLCipher/common (4.8.0)
6+
- SQLCipher/standard (4.8.0):
77
- SQLCipher/common
88
- sqlcipher_flutter_libs (0.0.1):
99
- FlutterMacOS
10-
- SQLCipher (~> 4.6.1)
10+
- SQLCipher (~> 4.8.0)
1111

1212
DEPENDENCIES:
1313
- FlutterMacOS (from `Flutter/ephemeral`)
@@ -25,8 +25,8 @@ EXTERNAL SOURCES:
2525

2626
SPEC CHECKSUMS:
2727
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
28-
SQLCipher: 77fbe633cd84db04b07876dd50766b4924b57d61
29-
sqlcipher_flutter_libs: f19e83a2387a83813a0fdb22157298e0a1236ac8
28+
SQLCipher: 908f846ca79d74be4e1776b3b86c6ad9e6c0b04f
29+
sqlcipher_flutter_libs: 72569ed27a3f8d3502571be15fdc3e28f8f8570c
3030

3131
PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7
3232

0 commit comments

Comments
 (0)