File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
packages/connectivity_plus/connectivity_plus Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 21
21
<key >CFBundleVersion </key >
22
22
<string >1.0 </string >
23
23
<key >MinimumOSVersion </key >
24
- <string >11 .0 </string >
24
+ <string >12 .0 </string >
25
25
</dict >
26
26
</plist >
Original file line number Diff line number Diff line change 105
105
CC3B43C8CED1D022483DD294 /* Pods-RunnerTests.release.xcconfig */,
106
106
AA3CF93A0B4C03146682AA3A /* Pods-RunnerTests.profile.xcconfig */,
107
107
);
108
- name = Pods;
109
108
path = Pods;
110
109
sourceTree = "<group>";
111
110
};
470
469
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
471
470
ENABLE_BITCODE = NO;
472
471
INFOPLIST_FILE = Runner/Info.plist;
472
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
473
473
LD_RUNPATH_SEARCH_PATHS = (
474
474
"$(inherited)",
475
475
"@executable_path/Frameworks",
648
648
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
649
649
ENABLE_BITCODE = NO;
650
650
INFOPLIST_FILE = Runner/Info.plist;
651
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
651
652
LD_RUNPATH_SEARCH_PATHS = (
652
653
"$(inherited)",
653
654
"@executable_path/Frameworks",
670
671
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
671
672
ENABLE_BITCODE = NO;
672
673
INFOPLIST_FILE = Runner/Info.plist;
674
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
673
675
LD_RUNPATH_SEARCH_PATHS = (
674
676
"$(inherited)",
675
677
"@executable_path/Frameworks",
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Downloaded by pub (not CocoaPods).
18
18
s . public_header_files = 'Classes/**/*.h'
19
19
s . dependency 'Flutter'
20
20
s . dependency 'ReachabilitySwift'
21
- s . platform = :ios , '11 .0'
21
+ s . platform = :ios , '12 .0'
22
22
s . swift_version = '5.0'
23
23
s . pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
24
24
end
You can’t perform that action at this time.
0 commit comments