diff --git a/packages/convenient_test/example/ios/Flutter/AppFrameworkInfo.plist b/packages/convenient_test/example/ios/Flutter/AppFrameworkInfo.plist
index 9625e105..7c569640 100644
--- a/packages/convenient_test/example/ios/Flutter/AppFrameworkInfo.plist
+++ b/packages/convenient_test/example/ios/Flutter/AppFrameworkInfo.plist
@@ -21,6 +21,6 @@
CFBundleVersion
1.0
MinimumOSVersion
- 11.0
+ 12.0
diff --git a/packages/convenient_test/example/ios/Podfile b/packages/convenient_test/example/ios/Podfile
index 88359b22..279576f3 100644
--- a/packages/convenient_test/example/ios/Podfile
+++ b/packages/convenient_test/example/ios/Podfile
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
-# platform :ios, '11.0'
+# platform :ios, '12.0'
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
diff --git a/packages/convenient_test/example/ios/Podfile.lock b/packages/convenient_test/example/ios/Podfile.lock
index 2d8dcd2a..a33d14d9 100644
--- a/packages/convenient_test/example/ios/Podfile.lock
+++ b/packages/convenient_test/example/ios/Podfile.lock
@@ -20,10 +20,10 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/path_provider_foundation/darwin"
SPEC CHECKSUMS:
- Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
- integration_test: 13825b8a9334a850581300559b8839134b124670
+ Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
+ integration_test: ce0a3ffa1de96d1a89ca0ac26fca7ea18a749ef4
path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943
-PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3
+PODFILE CHECKSUM: c4c93c5f6502fe2754f48404d3594bf779584011
COCOAPODS: 1.11.3
diff --git a/packages/convenient_test/example/ios/Runner.xcodeproj/project.pbxproj b/packages/convenient_test/example/ios/Runner.xcodeproj/project.pbxproj
index 810e7960..10334fa8 100644
--- a/packages/convenient_test/example/ios/Runner.xcodeproj/project.pbxproj
+++ b/packages/convenient_test/example/ios/Runner.xcodeproj/project.pbxproj
@@ -156,7 +156,7 @@
97C146E61CF9000F007C117D /* Project object */ = {
isa = PBXProject;
attributes = {
- LastUpgradeCheck = 1430;
+ LastUpgradeCheck = 1510;
ORGANIZATIONNAME = "";
TargetAttributes = {
97C146ED1CF9000F007C117D = {
@@ -343,7 +343,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 11.0;
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
@@ -420,7 +420,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 11.0;
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
@@ -469,7 +469,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 11.0;
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
diff --git a/packages/convenient_test/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/packages/convenient_test/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
index a6b826db..5e31d3d3 100644
--- a/packages/convenient_test/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
+++ b/packages/convenient_test/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
@@ -1,6 +1,6 @@
=2.17.0 <3.0.0"
diff --git a/packages/convenient_test_common_dart/pubspec.yaml b/packages/convenient_test_common_dart/pubspec.yaml
index a14e978c..f897f5a7 100644
--- a/packages/convenient_test_common_dart/pubspec.yaml
+++ b/packages/convenient_test_common_dart/pubspec.yaml
@@ -1,6 +1,6 @@
name: convenient_test_common_dart
description: Write and debug tests easily, with full action history, time travel, screenshots, rapid re-execution, video records, interactivity, isolation and more
-version: 1.3.7
+version: 1.4.0
repository: https://github.com/fzyzcjy/flutter_convenient_test
environment:
sdk: ">=2.17.0 <3.0.0"
diff --git a/packages/convenient_test_dev/pubspec.yaml b/packages/convenient_test_dev/pubspec.yaml
index df2ac692..a6baf3f1 100644
--- a/packages/convenient_test_dev/pubspec.yaml
+++ b/packages/convenient_test_dev/pubspec.yaml
@@ -1,6 +1,6 @@
name: convenient_test_dev
description: Write and debug tests easily, with full action history, time travel, screenshots, rapid re-execution, video records, interactivity, isolation and more
-version: 1.3.7
+version: 1.4.0
repository: https://github.com/fzyzcjy/flutter_convenient_test
environment:
diff --git a/packages/convenient_test_manager/macos/Runner.xcodeproj/project.pbxproj b/packages/convenient_test_manager/macos/Runner.xcodeproj/project.pbxproj
index 695bd588..26177da7 100644
--- a/packages/convenient_test_manager/macos/Runner.xcodeproj/project.pbxproj
+++ b/packages/convenient_test_manager/macos/Runner.xcodeproj/project.pbxproj
@@ -202,7 +202,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0920;
- LastUpgradeCheck = 1430;
+ LastUpgradeCheck = 1510;
ORGANIZATIONNAME = "";
TargetAttributes = {
33CC10EC2044A3C60003C045 = {
diff --git a/packages/convenient_test_manager/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/packages/convenient_test_manager/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
index 96323826..e36ec541 100644
--- a/packages/convenient_test_manager/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
+++ b/packages/convenient_test_manager/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
@@ -1,6 +1,6 @@
=2.17.0 <3.0.0"
diff --git a/packages/convenient_test_manager_dart/pubspec.yaml b/packages/convenient_test_manager_dart/pubspec.yaml
index fc631e75..5828383b 100644
--- a/packages/convenient_test_manager_dart/pubspec.yaml
+++ b/packages/convenient_test_manager_dart/pubspec.yaml
@@ -1,6 +1,6 @@
name: convenient_test_manager_dart
description: Write and debug tests easily, with full action history, time travel, screenshots, rapid re-execution, video records, interactivity, isolation and more
-version: 1.3.7
+version: 1.4.0
repository: https://github.com/fzyzcjy/flutter_convenient_test
environment: