Skip to content

Commit 20213fa

Browse files
committed
修改flutter版本
1 parent cf656da commit 20213fa

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@
383383
"$(PROJECT_DIR)/Flutter",
384384
);
385385
INFOPLIST_FILE = Runner/Info.plist;
386+
IPHONEOS_DEPLOYMENT_TARGET = 13.1;
386387
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
387388
LIBRARY_SEARCH_PATHS = (
388389
"$(inherited)",
@@ -509,6 +510,7 @@
509510
"$(PROJECT_DIR)/Flutter",
510511
);
511512
INFOPLIST_FILE = Runner/Info.plist;
513+
IPHONEOS_DEPLOYMENT_TARGET = 13.1;
512514
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
513515
LIBRARY_SEARCH_PATHS = (
514516
"$(inherited)",
@@ -533,6 +535,7 @@
533535
"$(PROJECT_DIR)/Flutter",
534536
);
535537
INFOPLIST_FILE = Runner/Info.plist;
538+
IPHONEOS_DEPLOYMENT_TARGET = 13.1;
536539
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
537540
LIBRARY_SEARCH_PATHS = (
538541
"$(inherited)",

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
30-
<Testables>
31-
</Testables>
3230
<MacroExpansion>
3331
<BuildableReference
3432
BuildableIdentifier = "primary"
@@ -38,8 +36,8 @@
3836
ReferencedContainer = "container:Runner.xcodeproj">
3937
</BuildableReference>
4038
</MacroExpansion>
41-
<AdditionalOptions>
42-
</AdditionalOptions>
39+
<Testables>
40+
</Testables>
4341
</TestAction>
4442
<LaunchAction
4543
buildConfiguration = "Debug"
@@ -61,8 +59,6 @@
6159
ReferencedContainer = "container:Runner.xcodeproj">
6260
</BuildableReference>
6361
</BuildableProductRunnable>
64-
<AdditionalOptions>
65-
</AdditionalOptions>
6662
</LaunchAction>
6763
<ProfileAction
6864
buildConfiguration = "Profile"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies:
2121
cupertino_icons: ^0.1.2
2222
dio: ^2.0.2
2323
json_serializable: ^2.0.0
24-
cached_network_image: ^2.0.0-rc
24+
cached_network_image: ^1.1.3
2525
shared_preferences: ^0.5.1+1
2626
flutter_spinkit: ^3.1.0
2727
fluttertoast: ^3.0.1

0 commit comments

Comments
 (0)