Skip to content

Commit c7bcbec

Browse files
committed
Update repo
1 parent 67f1724 commit c7bcbec

File tree

5 files changed

+53
-28
lines changed

5 files changed

+53
-28
lines changed

ios/Flutter/AppFrameworkInfo.plist

+1-1
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>

ios/Runner.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
97C146E61CF9000F007C117D /* Project object */ = {
137137
isa = PBXProject;
138138
attributes = {
139-
LastUpgradeCheck = 1430;
139+
LastUpgradeCheck = 1510;
140140
ORGANIZATIONNAME = "The Chromium Authors";
141141
TargetAttributes = {
142142
97C146ED1CF9000F007C117D = {
@@ -285,7 +285,7 @@
285285
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
286286
GCC_WARN_UNUSED_FUNCTION = YES;
287287
GCC_WARN_UNUSED_VARIABLE = YES;
288-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
288+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
289289
MTL_ENABLE_DEBUG_INFO = NO;
290290
SDKROOT = iphoneos;
291291
TARGETED_DEVICE_FAMILY = "1,2";
@@ -366,7 +366,7 @@
366366
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
367367
GCC_WARN_UNUSED_FUNCTION = YES;
368368
GCC_WARN_UNUSED_VARIABLE = YES;
369-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
369+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
370370
MTL_ENABLE_DEBUG_INFO = YES;
371371
ONLY_ACTIVE_ARCH = YES;
372372
SDKROOT = iphoneos;
@@ -415,7 +415,7 @@
415415
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
416416
GCC_WARN_UNUSED_FUNCTION = YES;
417417
GCC_WARN_UNUSED_VARIABLE = YES;
418-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
418+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
419419
MTL_ENABLE_DEBUG_INFO = NO;
420420
SDKROOT = iphoneos;
421421
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";

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

+1-1
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"

ios/Runner/AppDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import UIKit
22
import Flutter
33

4-
@UIApplicationMain
4+
@main
55
@objc class AppDelegate: FlutterAppDelegate {
66
override func application(
77
_ application: UIApplication,

pubspec.lock

+46-21
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ packages:
4545
dependency: transitive
4646
description:
4747
name: collection
48-
sha256: f092b211a4319e98e5ff58223576de6c2803db36221657b46c82574721240687
48+
sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
4949
url: "https://pub.dev"
5050
source: hosted
51-
version: "1.17.2"
51+
version: "1.18.0"
5252
cupertino_icons:
5353
dependency: "direct main"
5454
description:
@@ -75,38 +75,62 @@ packages:
7575
description: flutter
7676
source: sdk
7777
version: "0.0.0"
78+
leak_tracker:
79+
dependency: transitive
80+
description:
81+
name: leak_tracker
82+
sha256: "3f87a60e8c63aecc975dda1ceedbc8f24de75f09e4856ea27daf8958f2f0ce05"
83+
url: "https://pub.dev"
84+
source: hosted
85+
version: "10.0.5"
86+
leak_tracker_flutter_testing:
87+
dependency: transitive
88+
description:
89+
name: leak_tracker_flutter_testing
90+
sha256: "932549fb305594d82d7183ecd9fa93463e9914e1b67cacc34bc40906594a1806"
91+
url: "https://pub.dev"
92+
source: hosted
93+
version: "3.0.5"
94+
leak_tracker_testing:
95+
dependency: transitive
96+
description:
97+
name: leak_tracker_testing
98+
sha256: "6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3"
99+
url: "https://pub.dev"
100+
source: hosted
101+
version: "3.0.1"
78102
matcher:
79103
dependency: transitive
80104
description:
81105
name: matcher
82-
sha256: "1803e76e6653768d64ed8ff2e1e67bea3ad4b923eb5c56a295c3e634bad5960e"
106+
sha256: d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb
83107
url: "https://pub.dev"
84108
source: hosted
85-
version: "0.12.16"
109+
version: "0.12.16+1"
86110
material_color_utilities:
87111
dependency: transitive
88112
description:
89113
name: material_color_utilities
90-
sha256: "9528f2f296073ff54cb9fee677df673ace1218163c3bc7628093e7eed5203d41"
114+
sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec
91115
url: "https://pub.dev"
92116
source: hosted
93-
version: "0.5.0"
117+
version: "0.11.1"
94118
meta:
95119
dependency: transitive
96120
description:
97121
name: meta
98-
sha256: "3c74dbf8763d36539f114c799d8a2d87343b5067e9d796ca22b5eb8437090ee3"
122+
sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7
99123
url: "https://pub.dev"
100124
source: hosted
101-
version: "1.9.1"
125+
version: "1.15.0"
102126
path:
103127
dependency: transitive
104128
description:
105129
name: path
106-
sha256: "8829d8a55c13fc0e37127c29fedf290c102f4e40ae94ada574091fe0ff96c917"
130+
sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af"
107131
url: "https://pub.dev"
108132
source: hosted
109-
version: "1.8.3"
133+
version: "1.9.0"
110134
sky_engine:
111135
dependency: transitive
112136
description: flutter
@@ -124,18 +148,18 @@ packages:
124148
dependency: transitive
125149
description:
126150
name: stack_trace
127-
sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5
151+
sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b"
128152
url: "https://pub.dev"
129153
source: hosted
130-
version: "1.11.0"
154+
version: "1.11.1"
131155
stream_channel:
132156
dependency: transitive
133157
description:
134158
name: stream_channel
135-
sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8"
159+
sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7
136160
url: "https://pub.dev"
137161
source: hosted
138-
version: "2.1.1"
162+
version: "2.1.2"
139163
string_scanner:
140164
dependency: transitive
141165
description:
@@ -156,10 +180,10 @@ packages:
156180
dependency: transitive
157181
description:
158182
name: test_api
159-
sha256: "75760ffd7786fffdfb9597c35c5b27eaeec82be8edfb6d71d32651128ed7aab8"
183+
sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb"
160184
url: "https://pub.dev"
161185
source: hosted
162-
version: "0.6.0"
186+
version: "0.7.2"
163187
vector_math:
164188
dependency: transitive
165189
description:
@@ -168,13 +192,14 @@ packages:
168192
url: "https://pub.dev"
169193
source: hosted
170194
version: "2.1.4"
171-
web:
195+
vm_service:
172196
dependency: transitive
173197
description:
174-
name: web
175-
sha256: dc8ccd225a2005c1be616fe02951e2e342092edf968cf0844220383757ef8f10
198+
name: vm_service
199+
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
176200
url: "https://pub.dev"
177201
source: hosted
178-
version: "0.1.4-beta"
202+
version: "14.2.5"
179203
sdks:
180-
dart: ">=3.1.3 <4.0.0"
204+
dart: ">=3.3.0 <4.0.0"
205+
flutter: ">=3.18.0-18.0.pre.54"

0 commit comments

Comments
 (0)