Skip to content

Commit 8a5ff85

Browse files
committed
🔧 [iOS] Roll example configs
1 parent 913cf59 commit 8a5ff85

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
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>12.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, '12.0'
33

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

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
97C146E61CF9000F007C117D /* Project object */ = {
164164
isa = PBXProject;
165165
attributes = {
166-
LastUpgradeCheck = 1430;
166+
LastUpgradeCheck = 1510;
167167
ORGANIZATIONNAME = "";
168168
TargetAttributes = {
169169
97C146ED1CF9000F007C117D = {
@@ -350,7 +350,7 @@
350350
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
351351
GCC_WARN_UNUSED_FUNCTION = YES;
352352
GCC_WARN_UNUSED_VARIABLE = YES;
353-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
353+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
354354
MTL_ENABLE_DEBUG_INFO = NO;
355355
SDKROOT = iphoneos;
356356
SUPPORTED_PLATFORMS = iphoneos;
@@ -436,7 +436,7 @@
436436
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
437437
GCC_WARN_UNUSED_FUNCTION = YES;
438438
GCC_WARN_UNUSED_VARIABLE = YES;
439-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
439+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
440440
MTL_ENABLE_DEBUG_INFO = YES;
441441
ONLY_ACTIVE_ARCH = YES;
442442
SDKROOT = iphoneos;
@@ -485,7 +485,7 @@
485485
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
486486
GCC_WARN_UNUSED_FUNCTION = YES;
487487
GCC_WARN_UNUSED_VARIABLE = YES;
488-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
488+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
489489
MTL_ENABLE_DEBUG_INFO = NO;
490490
SDKROOT = iphoneos;
491491
SUPPORTED_PLATFORMS = iphoneos;

example/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"

example/ios/Runner/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,7 @@
5151
<false/>
5252
<key>CADisableMinimumFrameDurationOnPhone</key>
5353
<true/>
54+
<key>UIApplicationSupportsIndirectInputEvents</key>
55+
<true/>
5456
</dict>
5557
</plist>

0 commit comments

Comments
 (0)