Skip to content

Commit d732685

Browse files
committed
Update SQLCipher integration test
1 parent 9f7495f commit d732685

File tree

8 files changed

+28
-28
lines changed

8 files changed

+28
-28
lines changed

integration_tests/sqlcipher_flutter/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>12.0</string>
24+
<string>13.0</string>
2525
</dict>
2626
</plist>

integration_tests/sqlcipher_flutter/ios/Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import PackageDescription
99
let package = Package(
1010
name: "FlutterGeneratedPluginSwiftPackage",
1111
platforms: [
12-
.iOS("12.0")
12+
.iOS("13.0")
1313
],
1414
products: [
1515
.library(name: "FlutterGeneratedPluginSwiftPackage", type: .static, targets: ["FlutterGeneratedPluginSwiftPackage"])

integration_tests/sqlcipher_flutter/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
# platform :ios, '12.0'
2+
# platform :ios, '13.0'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

integration_tests/sqlcipher_flutter/ios/Podfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ PODS:
22
- Flutter (1.0.0)
33
- integration_test (0.0.1):
44
- Flutter
5-
- SQLCipher (4.9.0):
6-
- SQLCipher/standard (= 4.9.0)
7-
- SQLCipher/common (4.9.0)
8-
- SQLCipher/standard (4.9.0):
5+
- SQLCipher (4.10.0):
6+
- SQLCipher/standard (= 4.10.0)
7+
- SQLCipher/common (4.10.0)
8+
- SQLCipher/standard (4.10.0):
99
- SQLCipher/common
1010
- sqlcipher_flutter_libs (0.0.1):
1111
- Flutter
12-
- SQLCipher (~> 4.9.0)
12+
- SQLCipher (~> 4.10.0)
1313

1414
DEPENDENCIES:
1515
- Flutter (from `Flutter`)
@@ -29,11 +29,11 @@ EXTERNAL SOURCES:
2929
:path: ".symlinks/plugins/sqlcipher_flutter_libs/ios"
3030

3131
SPEC CHECKSUMS:
32-
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
32+
Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
3333
integration_test: 4a889634ef21a45d28d50d622cf412dc6d9f586e
34-
SQLCipher: 31878d8ebd27e5c96db0b7cb695c96e9f8ad77da
35-
sqlcipher_flutter_libs: 1113000114375a0e57c0a367c586aceee78cd23b
34+
SQLCipher: eb79c64049cb002b4e9fcb30edb7979bf4706dfc
35+
sqlcipher_flutter_libs: ae224763b087bffb3a5955fe295a1c460d458cb1
3636

37-
PODFILE CHECKSUM: c4c93c5f6502fe2754f48404d3594bf779584011
37+
PODFILE CHECKSUM: 0dbd5a87e0ace00c9610d2037ac22083a01f861d
3838

3939
COCOAPODS: 1.16.2

integration_tests/sqlcipher_flutter/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
352352
GCC_WARN_UNUSED_FUNCTION = YES;
353353
GCC_WARN_UNUSED_VARIABLE = YES;
354-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
354+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
355355
MTL_ENABLE_DEBUG_INFO = NO;
356356
SDKROOT = iphoneos;
357357
SUPPORTED_PLATFORMS = iphoneos;
@@ -436,7 +436,7 @@
436436
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
437437
GCC_WARN_UNUSED_FUNCTION = YES;
438438
GCC_WARN_UNUSED_VARIABLE = YES;
439-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
439+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
440440
MTL_ENABLE_DEBUG_INFO = YES;
441441
ONLY_ACTIVE_ARCH = YES;
442442
SDKROOT = iphoneos;
@@ -485,7 +485,7 @@
485485
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
486486
GCC_WARN_UNUSED_FUNCTION = YES;
487487
GCC_WARN_UNUSED_VARIABLE = YES;
488-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
488+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
489489
MTL_ENABLE_DEBUG_INFO = NO;
490490
SDKROOT = iphoneos;
491491
SUPPORTED_PLATFORMS = iphoneos;

integration_tests/sqlcipher_flutter/macos/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :osx, '10.14'
1+
platform :osx, '10.15'
22

33
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
44
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
PODS:
22
- FlutterMacOS (1.0.0)
3-
- SQLCipher (4.8.0):
4-
- SQLCipher/standard (= 4.8.0)
5-
- SQLCipher/common (4.8.0)
6-
- SQLCipher/standard (4.8.0):
3+
- SQLCipher (4.10.0):
4+
- SQLCipher/standard (= 4.10.0)
5+
- SQLCipher/common (4.10.0)
6+
- SQLCipher/standard (4.10.0):
77
- SQLCipher/common
88
- sqlcipher_flutter_libs (0.0.1):
99
- FlutterMacOS
10-
- SQLCipher (~> 4.8.0)
10+
- SQLCipher (~> 4.10.0)
1111

1212
DEPENDENCIES:
1313
- FlutterMacOS (from `Flutter/ephemeral`)
@@ -24,10 +24,10 @@ EXTERNAL SOURCES:
2424
:path: Flutter/ephemeral/.symlinks/plugins/sqlcipher_flutter_libs/macos
2525

2626
SPEC CHECKSUMS:
27-
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
28-
SQLCipher: 908f846ca79d74be4e1776b3b86c6ad9e6c0b04f
29-
sqlcipher_flutter_libs: 72569ed27a3f8d3502571be15fdc3e28f8f8570c
27+
FlutterMacOS: d0db08ddef1a9af05a5ec4b724367152bb0500b1
28+
SQLCipher: eb79c64049cb002b4e9fcb30edb7979bf4706dfc
29+
sqlcipher_flutter_libs: 01ead34db27ae5e49987cae46c8a34199eb22cfe
3030

31-
PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7
31+
PODFILE CHECKSUM: 0d3963a09fc94f580682bd88480486da345dc3f0
3232

3333
COCOAPODS: 1.16.2

integration_tests/sqlcipher_flutter/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@
405405
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
406406
GCC_WARN_UNUSED_FUNCTION = YES;
407407
GCC_WARN_UNUSED_VARIABLE = YES;
408-
MACOSX_DEPLOYMENT_TARGET = 10.14;
408+
MACOSX_DEPLOYMENT_TARGET = 10.15;
409409
MTL_ENABLE_DEBUG_INFO = NO;
410410
SDKROOT = macosx;
411411
SWIFT_COMPILATION_MODE = wholemodule;
@@ -484,7 +484,7 @@
484484
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
485485
GCC_WARN_UNUSED_FUNCTION = YES;
486486
GCC_WARN_UNUSED_VARIABLE = YES;
487-
MACOSX_DEPLOYMENT_TARGET = 10.14;
487+
MACOSX_DEPLOYMENT_TARGET = 10.15;
488488
MTL_ENABLE_DEBUG_INFO = YES;
489489
ONLY_ACTIVE_ARCH = YES;
490490
SDKROOT = macosx;
@@ -531,7 +531,7 @@
531531
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
532532
GCC_WARN_UNUSED_FUNCTION = YES;
533533
GCC_WARN_UNUSED_VARIABLE = YES;
534-
MACOSX_DEPLOYMENT_TARGET = 10.14;
534+
MACOSX_DEPLOYMENT_TARGET = 10.15;
535535
MTL_ENABLE_DEBUG_INFO = NO;
536536
SDKROOT = macosx;
537537
SWIFT_COMPILATION_MODE = wholemodule;

0 commit comments

Comments
 (0)