From 754340e32c5ab1a1278779cba5f49fa1c33fb142 Mon Sep 17 00:00:00 2001 From: laiiihz Date: Sun, 18 Oct 2020 13:49:09 +0800 Subject: [PATCH] =?UTF-8?q?ios=20min=20target=20at=2012=20=E2=9A=A0?= =?UTF-8?q?=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ios/Flutter/AppFrameworkInfo.plist | 2 +- ios/Podfile | 2 +- ios/Podfile.lock | 2 +- ios/Runner.xcodeproj/project.pbxproj | 4 +--- pubspec.yaml | 2 +- 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/ios/Flutter/AppFrameworkInfo.plist b/ios/Flutter/AppFrameworkInfo.plist index 9367d48..7c56964 100644 --- a/ios/Flutter/AppFrameworkInfo.plist +++ b/ios/Flutter/AppFrameworkInfo.plist @@ -21,6 +21,6 @@ CFBundleVersion 1.0 MinimumOSVersion - 8.0 + 12.0 diff --git a/ios/Podfile b/ios/Podfile index c62848a..c08c51d 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -1,5 +1,5 @@ # Uncomment this line to define a global platform for your project -# platform :ios, '9.0' +platform :ios, '12.0' # CocoaPods analytics sends network stats synchronously affecting flutter build latency. ENV['COCOAPODS_DISABLE_STATS'] = 'true' diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 2997984..58f68a2 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -447,6 +447,6 @@ SPEC CHECKSUMS: wakelock: 0d4a70faf8950410735e3f61fb15d517c8a6efc4 webview_flutter: d2b4d6c66968ad042ad94cbb791f5b72b4678a96 -PODFILE CHECKSUM: 8c5ebae96969c5d3cd4ca0087e61d231762d8739 +PODFILE CHECKSUM: 2923ff0bf261e19bfa61b00434b8d4f34b4e4501 COCOAPODS: 1.9.3 diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 593abe6..f9f2303 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 50; + objectVersion = 51; objects = { /* Begin PBXBuildFile section */ @@ -171,9 +171,7 @@ TargetAttributes = { 97C146ED1CF9000F007C117D = { CreatedOnToolsVersion = 7.3.1; - DevelopmentTeam = HV8WM8C68W; LastSwiftMigration = 1140; - ProvisioningStyle = Automatic; SystemCapabilities = { com.apple.Push = { enabled = 1; diff --git a/pubspec.yaml b/pubspec.yaml index 07fb7fe..8ddfb62 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: recook description: Recook Market App. publish_to: "none" -version: 1.2.5-live-dev+167 +version: 1.2.7-dev-live+170 environment: sdk: ">=2.1.0 <3.0.0"