Skip to content

Commit 675fd76

Browse files
committed
Update iOS example Frameworks
1 parent ca4f50c commit 675fd76

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

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

packages/noise_meter/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, '12.0'
2+
# platform :ios, '13.0'
33

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

packages/noise_meter/example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
369369
GCC_WARN_UNUSED_FUNCTION = YES;
370370
GCC_WARN_UNUSED_VARIABLE = YES;
371-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
371+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
372372
MTL_ENABLE_DEBUG_INFO = NO;
373373
SDKROOT = iphoneos;
374374
SUPPORTED_PLATFORMS = iphoneos;
@@ -454,7 +454,7 @@
454454
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
455455
GCC_WARN_UNUSED_FUNCTION = YES;
456456
GCC_WARN_UNUSED_VARIABLE = YES;
457-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
457+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
458458
MTL_ENABLE_DEBUG_INFO = YES;
459459
ONLY_ACTIVE_ARCH = YES;
460460
SDKROOT = iphoneos;
@@ -503,7 +503,7 @@
503503
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
504504
GCC_WARN_UNUSED_FUNCTION = YES;
505505
GCC_WARN_UNUSED_VARIABLE = YES;
506-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
506+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
507507
MTL_ENABLE_DEBUG_INFO = NO;
508508
SDKROOT = iphoneos;
509509
SUPPORTED_PLATFORMS = iphoneos;

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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,6 +46,7 @@
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"

0 commit comments

Comments
 (0)