Skip to content

Commit

Permalink
Updated a few files (#181)
Browse files Browse the repository at this point in the history
* Updates dependency_overrides

* iOS updated settings
  • Loading branch information
ItsAdityaKSingh authored Dec 23, 2021
1 parent 0970ada commit 8b50d69
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objectVersion = 50;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -164,7 +164,7 @@
97C146E61CF9000F007C117D /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1020;
LastUpgradeCheck = 1300;
ORGANIZATIONNAME = "The Chromium Authors";
TargetAttributes = {
97C146ED1CF9000F007C117D = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1020"
LastUpgradeVersion = "1300"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ packages:
name: mime
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.7"
version: "1.0.1"
mockito:
dependency: "direct main"
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ dev_dependencies:
build_runner: ^2.0.5

dependency_overrides:
mime: ^0.9.7
plugin_platform_interface: ^2.0.0
mime: ^1.0.1
plugin_platform_interface: ^2.0.2

flutter_icons:
android: "launcher_icon"
Expand Down

0 comments on commit 8b50d69

Please sign in to comment.