Skip to content

Commit fbcb886

Browse files
committed
Bump min iOS to 12 to fix connectivity_plus
- (fluttercommunity/plus_plugins#2169)
1 parent fe2ac2c commit fbcb886

7 files changed

Lines changed: 21 additions & 16 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ For more details or usage, please check our document: [English](https://docs.cha
4646
| Platform | Minimum Version |
4747
| -------- | -------------------------------- |
4848
| Android | Android 6.0 (API level 23) |
49-
| iOS | iOS 11.0 |
49+
| iOS | iOS 12.0 |
5050
| Windows | Windows 8 (64-bit), x86-64 based |
5151
| macOS | macOS 10.14 |
5252
| Linux | Debian 10 & above |

ios/Chaldea.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@
384384
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
385385
GCC_WARN_UNUSED_FUNCTION = YES;
386386
GCC_WARN_UNUSED_VARIABLE = YES;
387-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
387+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
388388
MTL_ENABLE_DEBUG_INFO = NO;
389389
SDKROOT = iphoneos;
390390
SUPPORTED_PLATFORMS = iphoneos;
@@ -411,7 +411,7 @@
411411
);
412412
INFOPLIST_FILE = "Chaldea/Info-$(CONFIGURATION).plist";
413413
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
414-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
414+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
415415
LD_RUNPATH_SEARCH_PATHS = (
416416
"$(inherited)",
417417
"@executable_path/Frameworks",
@@ -478,7 +478,7 @@
478478
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
479479
GCC_WARN_UNUSED_FUNCTION = YES;
480480
GCC_WARN_UNUSED_VARIABLE = YES;
481-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
481+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
482482
MTL_ENABLE_DEBUG_INFO = YES;
483483
ONLY_ACTIVE_ARCH = YES;
484484
SDKROOT = iphoneos;
@@ -529,7 +529,7 @@
529529
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
530530
GCC_WARN_UNUSED_FUNCTION = YES;
531531
GCC_WARN_UNUSED_VARIABLE = YES;
532-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
532+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
533533
MTL_ENABLE_DEBUG_INFO = NO;
534534
SDKROOT = iphoneos;
535535
SUPPORTED_PLATFORMS = iphoneos;
@@ -558,7 +558,7 @@
558558
);
559559
INFOPLIST_FILE = "Chaldea/Info-$(CONFIGURATION).plist";
560560
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
561-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
561+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
562562
LD_RUNPATH_SEARCH_PATHS = (
563563
"$(inherited)",
564564
"@executable_path/Frameworks",
@@ -595,7 +595,7 @@
595595
);
596596
INFOPLIST_FILE = "Chaldea/Info-$(CONFIGURATION).plist";
597597
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
598-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
598+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
599599
LD_RUNPATH_SEARCH_PATHS = (
600600
"$(inherited)",
601601
"@executable_path/Frameworks",

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>11.0</string>
24+
<string>12.0</string>
2525
</dict>
2626
</plist>

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, '11.0'
2+
platform :ios, '12.0'
33

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

ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ EXTERNAL SOURCES:
157157

158158
SPEC CHECKSUMS:
159159
audio_session: 4f3e461722055d21515cf3261b64c973c062f345
160-
connectivity_plus: 07c49e96d7fc92bc9920617b83238c4d178b446a
160+
connectivity_plus: bf0076dd84a130856aa636df1c71ccaff908fa1d
161161
device_info_plus: 7545d84d8d1b896cb16a4ff98c19f07ec4b298ea
162162
DKImagePickerController: b512c28220a2b8ac7419f21c491fc8534b7601ac
163163
DKPhotoGallery: fdfad5125a9fdda9cc57df834d49df790dbb4179
@@ -183,6 +183,6 @@ SPEC CHECKSUMS:
183183
url_launcher_ios: 08a3dfac5fb39e8759aeb0abbd5d9480f30fc8b4
184184
video_player_avfoundation: 8563f13d8fc8b2c29dc2d09e60b660e4e8128837
185185

186-
PODFILE CHECKSUM: 449027c3324ee1bb27112bd2d8f72d0b344d9476
186+
PODFILE CHECKSUM: 3205ce7e5c705a62947d5a00eeafa2ed4e39fea4
187187

188188
COCOAPODS: 1.13.0

pubspec.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,11 @@ packages:
221221
connectivity_plus:
222222
dependency: "direct main"
223223
description:
224-
name: connectivity_plus
225-
sha256: "77a180d6938f78ca7d2382d2240eb626c0f6a735d0bfdce227d8ffb80f95c48b"
226-
url: "https://pub.dev"
227-
source: hosted
224+
path: "packages/connectivity_plus/connectivity_plus"
225+
ref: "2f1e3a4b2c9b0c8f622161f7753ad789aa6ea603"
226+
resolved-ref: "2f1e3a4b2c9b0c8f622161f7753ad789aa6ea603"
227+
url: "https://github.com/fluttercommunity/plus_plugins.git"
228+
source: git
228229
version: "4.0.2"
229230
connectivity_plus_platform_interface:
230231
dependency: transitive

pubspec.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ dependencies:
3737
git:
3838
url: https://github.com/Carapacik/flutter_carousel_slider.git
3939
catcher_2: ^1.0.0-alpha.1
40-
connectivity_plus: ^4.0.0
40+
connectivity_plus: # ^4.0.2
41+
git:
42+
url: https://github.com/fluttercommunity/plus_plugins.git
43+
path: packages/connectivity_plus/connectivity_plus
44+
ref: 2f1e3a4b2c9b0c8f622161f7753ad789aa6ea603
4145
# cookie_jar: ^4.0.1
4246
crclib: ^3.0.0
4347
cross_file: ^0.3.3+5

0 commit comments

Comments
 (0)