Skip to content

Commit 244468f

Browse files
committed
Update deployment target for ios
1 parent 5c80fe2 commit 244468f

File tree

3 files changed

+5
-5
lines changed

3 files changed

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

ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ EXTERNAL SOURCES:
105105

106106
SPEC CHECKSUMS:
107107
camera_avfoundation: be3be85408cd4126f250386828e9b1dfa40ab436
108-
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
108+
Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
109109
flutter_keyboard_visibility: 4625131e43015dbbe759d9b20daaf77e0e3f6619
110110
flutter_zxing: e8bcc43bd3056c70c271b732ed94e7a16fd62f93
111111
image_picker_ios: 7fe1ff8e34c1790d6fff70a32484959f563a928a

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
345345
GCC_WARN_UNUSED_FUNCTION = YES;
346346
GCC_WARN_UNUSED_VARIABLE = YES;
347-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
347+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
348348
MTL_ENABLE_DEBUG_INFO = NO;
349349
SDKROOT = iphoneos;
350350
SUPPORTED_PLATFORMS = iphoneos;
@@ -432,7 +432,7 @@
432432
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
433433
GCC_WARN_UNUSED_FUNCTION = YES;
434434
GCC_WARN_UNUSED_VARIABLE = YES;
435-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
435+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
436436
MTL_ENABLE_DEBUG_INFO = YES;
437437
ONLY_ACTIVE_ARCH = YES;
438438
SDKROOT = iphoneos;
@@ -481,7 +481,7 @@
481481
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
482482
GCC_WARN_UNUSED_FUNCTION = YES;
483483
GCC_WARN_UNUSED_VARIABLE = YES;
484-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
484+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
485485
MTL_ENABLE_DEBUG_INFO = NO;
486486
SDKROOT = iphoneos;
487487
SUPPORTED_PLATFORMS = iphoneos;

0 commit comments

Comments
 (0)