Skip to content

Commit a7a1d78

Browse files
committed
Min iOS version for the sample app set to 13
1 parent 1ee9330 commit a7a1d78

File tree

6 files changed

+29
-33
lines changed

6 files changed

+29
-33
lines changed

example/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>13.0</string>
2525
</dict>
2626
</plist>

example/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, '13.0'
33

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

example/ios/Podfile.lock

Lines changed: 15 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -34,34 +34,30 @@ PODS:
3434
- DKImagePickerController/PhotoGallery
3535
- Flutter
3636
- Flutter (1.0.0)
37-
- flutter_archive (0.0.1):
38-
- Flutter
39-
- ZIPFoundation (= 0.9.19)
4037
- flutter_blue_plus_darwin (0.0.2):
4138
- Flutter
4239
- FlutterMacOS
43-
- iOSMcuManagerLibrary (1.9.2):
40+
- iOSMcuManagerLibrary (1.10.1):
4441
- SwiftCBOR (= 0.4.7)
4542
- ZIPFoundation (= 0.9.19)
4643
- mcumgr_flutter (0.0.2):
4744
- Flutter
48-
- iOSMcuManagerLibrary (= 1.9.2)
45+
- iOSMcuManagerLibrary (= 1.10.1)
4946
- SwiftProtobuf
5047
- path_provider_foundation (0.0.1):
5148
- Flutter
5249
- FlutterMacOS
53-
- SDWebImage (5.21.0):
54-
- SDWebImage/Core (= 5.21.0)
55-
- SDWebImage/Core (5.21.0)
50+
- SDWebImage (5.21.2):
51+
- SDWebImage/Core (= 5.21.2)
52+
- SDWebImage/Core (5.21.2)
5653
- SwiftCBOR (0.4.7)
57-
- SwiftProtobuf (1.30.0)
54+
- SwiftProtobuf (1.31.1)
5855
- SwiftyGif (5.4.5)
5956
- ZIPFoundation (0.9.19)
6057

6158
DEPENDENCIES:
6259
- file_picker (from `.symlinks/plugins/file_picker/ios`)
6360
- Flutter (from `Flutter`)
64-
- flutter_archive (from `.symlinks/plugins/flutter_archive/ios`)
6561
- flutter_blue_plus_darwin (from `.symlinks/plugins/flutter_blue_plus_darwin/darwin`)
6662
- mcumgr_flutter (from `.symlinks/plugins/mcumgr_flutter/ios`)
6763
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
@@ -82,8 +78,6 @@ EXTERNAL SOURCES:
8278
:path: ".symlinks/plugins/file_picker/ios"
8379
Flutter:
8480
:path: Flutter
85-
flutter_archive:
86-
:path: ".symlinks/plugins/flutter_archive/ios"
8781
flutter_blue_plus_darwin:
8882
:path: ".symlinks/plugins/flutter_blue_plus_darwin/darwin"
8983
mcumgr_flutter:
@@ -94,19 +88,18 @@ EXTERNAL SOURCES:
9488
SPEC CHECKSUMS:
9589
DKImagePickerController: 946cec48c7873164274ecc4624d19e3da4c1ef3c
9690
DKPhotoGallery: b3834fecb755ee09a593d7c9e389d8b5d6deed60
97-
file_picker: a0560bc09d61de87f12d246fc47d2119e6ef37be
98-
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
99-
flutter_archive: ad8edfd7f7d1bb12058d05424ba93e27d9930efe
100-
flutter_blue_plus_darwin: 20a08bfeaa0f7804d524858d3d8744bcc1b6dbc3
101-
iOSMcuManagerLibrary: 37ee5ab2a62e0e8ea4f0c5b85fa2a04d7872b7bb
102-
mcumgr_flutter: f55a8f256f9550b099b0ff6e9e562f7669ca323f
103-
path_provider_foundation: 080d55be775b7414fd5a5ef3ac137b97b097e564
104-
SDWebImage: f84b0feeb08d2d11e6a9b843cb06d75ebf5b8868
91+
file_picker: b159e0c068aef54932bb15dc9fd1571818edaf49
92+
Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
93+
flutter_blue_plus_darwin: 904ed52825285a15f60e9d90312337a09f11a785
94+
iOSMcuManagerLibrary: e9555825af11a61744fe369c12e1e66621061b58
95+
mcumgr_flutter: c802cfd94365351bbe849c85d7ad6b719fd4c253
96+
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
97+
SDWebImage: 9f177d83116802728e122410fb25ad88f5c7608a
10598
SwiftCBOR: 465775bed0e8bac7bfb8160bcf7b95d7f75971e4
106-
SwiftProtobuf: 3697407f0d5b23bedeba9c2eaaf3ec6fdff69349
99+
SwiftProtobuf: e02f51c8c2df5845657aee2d4de9d61bf50ef788
107100
SwiftyGif: 706c60cf65fa2bc5ee0313beece843c8eb8194d4
108101
ZIPFoundation: b8c29ea7ae353b309bc810586181fd073cb3312c
109102

110-
PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3
103+
PODFILE CHECKSUM: cc1f88378b4bfcf93a6ce00d2c587857c6008d3b
111104

112105
COCOAPODS: 1.16.2

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
97C146E61CF9000F007C117D /* Project object */ = {
156156
isa = PBXProject;
157157
attributes = {
158-
LastUpgradeCheck = 1430;
158+
LastUpgradeCheck = 1510;
159159
ORGANIZATIONNAME = "";
160160
TargetAttributes = {
161161
97C146ED1CF9000F007C117D = {
@@ -342,7 +342,7 @@
342342
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
343343
GCC_WARN_UNUSED_FUNCTION = YES;
344344
GCC_WARN_UNUSED_VARIABLE = YES;
345-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
345+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
346346
MTL_ENABLE_DEBUG_INFO = NO;
347347
SDKROOT = iphoneos;
348348
SUPPORTED_PLATFORMS = iphoneos;
@@ -358,7 +358,7 @@
358358
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
359359
CLANG_ENABLE_MODULES = YES;
360360
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
361-
DEVELOPMENT_TEAM = 88Z93X62R5;
361+
DEVELOPMENT_TEAM = P3R8YQEV4L;
362362
ENABLE_BITCODE = NO;
363363
FRAMEWORK_SEARCH_PATHS = (
364364
"$(inherited)",
@@ -429,7 +429,7 @@
429429
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
430430
GCC_WARN_UNUSED_FUNCTION = YES;
431431
GCC_WARN_UNUSED_VARIABLE = YES;
432-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
432+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
433433
MTL_ENABLE_DEBUG_INFO = YES;
434434
ONLY_ACTIVE_ARCH = YES;
435435
SDKROOT = iphoneos;
@@ -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 = 13.0;
482482
MTL_ENABLE_DEBUG_INFO = NO;
483483
SDKROOT = iphoneos;
484484
SUPPORTED_PLATFORMS = iphoneos;
@@ -496,7 +496,7 @@
496496
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
497497
CLANG_ENABLE_MODULES = YES;
498498
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
499-
DEVELOPMENT_TEAM = 88Z93X62R5;
499+
DEVELOPMENT_TEAM = P3R8YQEV4L;
500500
ENABLE_BITCODE = NO;
501501
FRAMEWORK_SEARCH_PATHS = (
502502
"$(inherited)",
@@ -528,7 +528,7 @@
528528
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
529529
CLANG_ENABLE_MODULES = YES;
530530
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
531-
DEVELOPMENT_TEAM = 88Z93X62R5;
531+
DEVELOPMENT_TEAM = P3R8YQEV4L;
532532
ENABLE_BITCODE = NO;
533533
FRAMEWORK_SEARCH_PATHS = (
534534
"$(inherited)",

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

Lines changed: 4 additions & 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"
@@ -26,6 +26,7 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
2930
shouldUseLaunchSchemeArgsEnv = "YES">
3031
<Testables>
3132
</Testables>
@@ -45,11 +46,13 @@
4546
buildConfiguration = "Debug"
4647
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4748
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
49+
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
4850
launchStyle = "0"
4951
useCustomWorkingDirectory = "NO"
5052
ignoresPersistentStateOnLaunch = "NO"
5153
debugDocumentVersioning = "YES"
5254
debugServiceExtension = "internal"
55+
enableGPUValidationMode = "1"
5356
allowLocationSimulation = "YES">
5457
<BuildableProductRunnable
5558
runnableDebuggingMode = "0">

example/ios/Runner/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import UIKit
22
import Flutter
33

4-
@UIApplicationMain
4+
@main
55
@objc class AppDelegate: FlutterAppDelegate {
66
override func application(
77
_ application: UIApplication,

0 commit comments

Comments
 (0)