Skip to content

Commit d4291f7

Browse files
committed
update project
1 parent 4bdfe41 commit d4291f7

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ EXTERNAL SOURCES:
8282
SPEC CHECKSUMS:
8383
connectivity_plus: 07c49e96d7fc92bc9920617b83238c4d178b446a
8484
device_info_plus: 7545d84d8d1b896cb16a4ff98c19f07ec4b298ea
85-
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
86-
fluttertoast: fafc4fa4d01a6a9e4f772ecd190ffa525e9e2d9c
85+
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
86+
fluttertoast: 31b00dabfa7fb7bacd9e7dbee580d7a2ff4bf265
8787
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
8888
package_info_plus: fd030dabf36271f146f1f3beacd48f564b0f17f7
8989
path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943
@@ -94,8 +94,8 @@ SPEC CHECKSUMS:
9494
sqflite: 31f7eba61e3074736dff8807a9b41581e4f7f15a
9595
Toast: 91b396c56ee72a5790816f40d3a94dd357abc196
9696
url_launcher_ios: 839c58cdb4279282219f5e248c3321761ff3c4de
97-
webview_flutter_wkwebview: 2e2d318f21a5e036e2c3f26171342e95908bd60a
97+
webview_flutter_wkwebview: be0f0d33777f1bfd0c9fdcb594786704dbf65f36
9898

99-
PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3
99+
PODFILE CHECKSUM: c4c93c5f6502fe2754f48404d3594bf779584011
100100

101-
COCOAPODS: 1.11.2
101+
COCOAPODS: 1.13.0

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
97C146E61CF9000F007C117D /* Project object */ = {
304304
isa = PBXProject;
305305
attributes = {
306-
LastUpgradeCheck = 1430;
306+
LastUpgradeCheck = 1510;
307307
ORGANIZATIONNAME = "The Chromium Authors";
308308
TargetAttributes = {
309309
97C146ED1CF9000F007C117D = {
@@ -641,7 +641,7 @@
641641
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
642642
GCC_WARN_UNUSED_FUNCTION = YES;
643643
GCC_WARN_UNUSED_VARIABLE = YES;
644-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
644+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
645645
MTL_ENABLE_DEBUG_INFO = YES;
646646
ONLY_ACTIVE_ARCH = YES;
647647
SDKROOT = iphoneos;
@@ -688,7 +688,7 @@
688688
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
689689
GCC_WARN_UNUSED_FUNCTION = YES;
690690
GCC_WARN_UNUSED_VARIABLE = YES;
691-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
691+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
692692
MTL_ENABLE_DEBUG_INFO = NO;
693693
SDKROOT = iphoneos;
694694
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";

ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1430"
3+
LastUpgradeVersion = "1510"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)