From 4829e195c516d5ed20eacaf5c8c6704ab609041f Mon Sep 17 00:00:00 2001 From: dab246 Date: Mon, 17 Jul 2023 16:46:27 +0700 Subject: [PATCH] Upgrade environment sdk (cherry picked from commit 75c95222dfdaf8debec694c3670a58fc12e5e587) --- contact/pubspec.yaml | 2 +- core/pubspec.yaml | 2 +- fcm/pubspec.yaml | 2 +- forward/pubspec.yaml | 2 +- ios/Podfile.lock | 8 ++++---- ios/Runner.xcodeproj/project.pbxproj | 1 + model/pubspec.yaml | 2 +- pubspec.lock | 2 +- pubspec.yaml | 2 +- rule_filter/pubspec.yaml | 2 +- 10 files changed, 13 insertions(+), 12 deletions(-) diff --git a/contact/pubspec.yaml b/contact/pubspec.yaml index ff8741296..97466ee95 100644 --- a/contact/pubspec.yaml +++ b/contact/pubspec.yaml @@ -5,7 +5,7 @@ publish_to: 'none' version: 1.0.0+1 environment: - sdk: ">=2.19.2 <3.0.0" + sdk: ">=3.0.0 <4.0.0" dependencies: flutter: diff --git a/core/pubspec.yaml b/core/pubspec.yaml index f9c18c9b8..8b77862b4 100644 --- a/core/pubspec.yaml +++ b/core/pubspec.yaml @@ -20,7 +20,7 @@ publish_to: none version: 1.0.0+1 environment: - sdk: ">=2.19.2 <3.0.0" + sdk: ">=3.0.0 <4.0.0" dependencies: flutter: diff --git a/fcm/pubspec.yaml b/fcm/pubspec.yaml index 42df06ce1..ae1e8acd9 100644 --- a/fcm/pubspec.yaml +++ b/fcm/pubspec.yaml @@ -5,7 +5,7 @@ publish_to: 'none' version: 1.0.0+1 environment: - sdk: ">=2.19.2 <3.0.0" + sdk: ">=3.0.0 <4.0.0" dependencies: flutter: diff --git a/forward/pubspec.yaml b/forward/pubspec.yaml index bc8ccdcd3..94181ea0c 100644 --- a/forward/pubspec.yaml +++ b/forward/pubspec.yaml @@ -5,7 +5,7 @@ publish_to: 'none' version: 1.0.0+1 environment: - sdk: ">=2.19.2 <3.0.0" + sdk: ">=3.0.0 <4.0.0" dependencies: flutter: diff --git a/ios/Podfile.lock b/ios/Podfile.lock index ad37c6eb7..7a6e8a0a6 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -197,11 +197,11 @@ DEPENDENCIES: - flutter_local_notifications (from `.symlinks/plugins/flutter_local_notifications/ios`) - flutter_native_splash (from `.symlinks/plugins/flutter_native_splash/ios`) - package_info_plus (from `.symlinks/plugins/package_info_plus/ios`) - - path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/ios`) + - path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`) - permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`) - receive_sharing_intent (from `.symlinks/plugins/receive_sharing_intent/ios`) - share_plus (from `.symlinks/plugins/share_plus/ios`) - - shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/ios`) + - shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`) - url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`) - workmanager (from `.symlinks/plugins/workmanager/ios`) @@ -267,7 +267,7 @@ EXTERNAL SOURCES: package_info_plus: :path: ".symlinks/plugins/package_info_plus/ios" path_provider_foundation: - :path: ".symlinks/plugins/path_provider_foundation/ios" + :path: ".symlinks/plugins/path_provider_foundation/darwin" permission_handler_apple: :path: ".symlinks/plugins/permission_handler_apple/ios" receive_sharing_intent: @@ -275,7 +275,7 @@ EXTERNAL SOURCES: share_plus: :path: ".symlinks/plugins/share_plus/ios" shared_preferences_foundation: - :path: ".symlinks/plugins/shared_preferences_foundation/ios" + :path: ".symlinks/plugins/shared_preferences_foundation/darwin" url_launcher_ios: :path: ".symlinks/plugins/url_launcher_ios/ios" workmanager: diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 4808a8c17..ac0913bd6 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -306,6 +306,7 @@ files = ( ); inputPaths = ( + "${TARGET_BUILD_DIR}/${INFOPLIST_PATH}", ); name = "Thin Binary"; outputPaths = ( diff --git a/model/pubspec.yaml b/model/pubspec.yaml index 4ce15a4b8..579d0d3aa 100644 --- a/model/pubspec.yaml +++ b/model/pubspec.yaml @@ -20,7 +20,7 @@ publish_to: none version: 1.0.0+1 environment: - sdk: ">=2.19.2 <3.0.0" + sdk: ">=3.0.0 <4.0.0" dependencies: flutter: diff --git a/pubspec.lock b/pubspec.lock index 951363a0c..fcc28d5b4 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1782,5 +1782,5 @@ packages: source: hosted version: "3.1.1" sdks: - dart: ">=3.0.0-0 <4.0.0" + dart: ">=3.0.0 <4.0.0" flutter: ">=3.10.0" diff --git a/pubspec.yaml b/pubspec.yaml index e136c0a56..9cf781304 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev version: 0.8.9 environment: - sdk: ">=2.19.2 <3.0.0" + sdk: ">=3.0.0 <4.0.0" dependencies: flutter: diff --git a/rule_filter/pubspec.yaml b/rule_filter/pubspec.yaml index 7c90a5c3d..3406395aa 100644 --- a/rule_filter/pubspec.yaml +++ b/rule_filter/pubspec.yaml @@ -5,7 +5,7 @@ publish_to: 'none' version: 1.0.0+1 environment: - sdk: ">=2.19.2 <3.0.0" + sdk: ">=3.0.0 <4.0.0" dependencies: flutter: