Skip to content

Commit e9dff98

Browse files
Fix lints
1 parent 682ef43 commit e9dff98

File tree

4 files changed

+5
-24
lines changed

4 files changed

+5
-24
lines changed

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

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

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

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

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@
141141
97C146EC1CF9000F007C117D /* Resources */,
142142
9705A1C41CF9048500538489 /* Embed Frameworks */,
143143
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
144-
29FD9564D40B4792C8C09DB2 /* [CP] Embed Pods Frameworks */,
145144
);
146145
buildRules = (
147146
);
@@ -206,23 +205,6 @@
206205
/* End PBXResourcesBuildPhase section */
207206

208207
/* Begin PBXShellScriptBuildPhase section */
209-
29FD9564D40B4792C8C09DB2 /* [CP] Embed Pods Frameworks */ = {
210-
isa = PBXShellScriptBuildPhase;
211-
buildActionMask = 2147483647;
212-
files = (
213-
);
214-
inputFileListPaths = (
215-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
216-
);
217-
name = "[CP] Embed Pods Frameworks";
218-
outputFileListPaths = (
219-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
220-
);
221-
runOnlyForDeploymentPostprocessing = 0;
222-
shellPath = /bin/sh;
223-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
224-
showEnvVarsInLog = 0;
225-
};
226208
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
227209
isa = PBXShellScriptBuildPhase;
228210
alwaysOutOfDate = 1;
@@ -351,7 +333,7 @@
351333
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
352334
GCC_WARN_UNUSED_FUNCTION = YES;
353335
GCC_WARN_UNUSED_VARIABLE = YES;
354-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
336+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
355337
MTL_ENABLE_DEBUG_INFO = NO;
356338
SDKROOT = iphoneos;
357339
SUPPORTED_PLATFORMS = iphoneos;
@@ -428,7 +410,7 @@
428410
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
429411
GCC_WARN_UNUSED_FUNCTION = YES;
430412
GCC_WARN_UNUSED_VARIABLE = YES;
431-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
413+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
432414
MTL_ENABLE_DEBUG_INFO = YES;
433415
ONLY_ACTIVE_ARCH = YES;
434416
SDKROOT = iphoneos;
@@ -477,7 +459,7 @@
477459
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
478460
GCC_WARN_UNUSED_FUNCTION = YES;
479461
GCC_WARN_UNUSED_VARIABLE = YES;
480-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
462+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
481463
MTL_ENABLE_DEBUG_INFO = NO;
482464
SDKROOT = iphoneos;
483465
SUPPORTED_PLATFORMS = iphoneos;

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
buildConfiguration = "Debug"
6565
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
6666
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
67-
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
6867
launchStyle = "0"
6968
useCustomWorkingDirectory = "NO"
7069
ignoresPersistentStateOnLaunch = "NO"

0 commit comments

Comments
 (0)