From 03f836cff1d338642ee05adf1976f81adece4645 Mon Sep 17 00:00:00 2001 From: Eldar2021 Date: Fri, 6 Oct 2023 23:28:21 +0600 Subject: [PATCH] Fixed crash IOS v16.6 --- app/ios/Podfile | 2 +- app/ios/Podfile.lock | 6 +++--- app/ios/Runner.xcodeproj/project.pbxproj | 3 +++ app/pubspec.lock | 9 +++++---- app/pubspec.yaml | 6 +++++- 5 files changed, 17 insertions(+), 9 deletions(-) diff --git a/app/ios/Podfile b/app/ios/Podfile index 88359b22..2c068c40 100644 --- a/app/ios/Podfile +++ b/app/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/app/ios/Podfile.lock b/app/ios/Podfile.lock index 6f454b74..17597851 100644 --- a/app/ios/Podfile.lock +++ b/app/ios/Podfile.lock @@ -74,7 +74,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: audio_service: f509d65da41b9521a61f1c404dd58651f265a567 audio_session: 4f3e461722055d21515cf3261b64c973c062f345 - connectivity_plus: 07c49e96d7fc92bc9920617b83238c4d178b446a + connectivity_plus: bf0076dd84a130856aa636df1c71ccaff908fa1d device_info_plus: 7545d84d8d1b896cb16a4ff98c19f07ec4b298ea Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a @@ -86,6 +86,6 @@ SPEC CHECKSUMS: sqflite: 31f7eba61e3074736dff8807a9b41581e4f7f15a url_launcher_ios: 08a3dfac5fb39e8759aeb0abbd5d9480f30fc8b4 -PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3 +PODFILE CHECKSUM: 4e8f8b2be68aeea4c0d5beb6ff1e79fface1d048 -COCOAPODS: 1.12.0 +COCOAPODS: 1.13.0 diff --git a/app/ios/Runner.xcodeproj/project.pbxproj b/app/ios/Runner.xcodeproj/project.pbxproj index e556f411..3bdbc0c1 100644 --- a/app/ios/Runner.xcodeproj/project.pbxproj +++ b/app/ios/Runner.xcodeproj/project.pbxproj @@ -362,6 +362,7 @@ ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = "My Quran"; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -493,6 +494,7 @@ ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = "My Quran"; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -518,6 +520,7 @@ ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = "My Quran"; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", diff --git a/app/pubspec.lock b/app/pubspec.lock index 1740ad87..19cf64a9 100644 --- a/app/pubspec.lock +++ b/app/pubspec.lock @@ -196,10 +196,11 @@ packages: connectivity_plus: dependency: "direct main" description: - name: connectivity_plus - sha256: "77a180d6938f78ca7d2382d2240eb626c0f6a735d0bfdce227d8ffb80f95c48b" - url: "https://pub.dev" - source: hosted + path: "packages/connectivity_plus/connectivity_plus" + ref: cf7d93fbfc76830acf2db755543cf4235a49df60 + resolved-ref: cf7d93fbfc76830acf2db755543cf4235a49df60 + url: "https://github.com/fluttercommunity/plus_plugins.git" + source: git version: "4.0.2" connectivity_plus_platform_interface: dependency: transitive diff --git a/app/pubspec.yaml b/app/pubspec.yaml index acfef105..c6c0426f 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -18,7 +18,11 @@ dependencies: cupertino_icons: ^1.0.6 flutter_bloc: ^8.1.3 equatable: ^2.0.5 - connectivity_plus: ^4.0.2 + connectivity_plus: + git: + url: https://github.com/fluttercommunity/plus_plugins.git + path: packages/connectivity_plus/connectivity_plus + ref: cf7d93fbfc76830acf2db755543cf4235a49df60 http: ^1.1.0 stomp_dart_client: ^1.0.0 infinite_scroll_pagination: ^4.0.0