Skip to content

Commit d40440f

Browse files
committed
🌹 Upgrade example project
1 parent 420a406 commit d40440f

File tree

6 files changed

+39
-35
lines changed

6 files changed

+39
-35
lines changed

example/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
**/ios/Flutter/app.flx
6060
**/ios/Flutter/app.zip
6161
**/ios/Flutter/flutter_assets/
62+
**/ios/Flutter/flutter_export_environment.sh
6263
**/ios/ServiceDefinitions.json
6364
**/ios/Runner/GeneratedPluginRegistrant.*
6465

example/ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ EXTERNAL SOURCES:
1414
:path: ".symlinks/plugins/flutter_web_auth/ios"
1515

1616
SPEC CHECKSUMS:
17-
Flutter: 58dd7d1b27887414a370fcccb9e645c08ffd7a6a
18-
flutter_web_auth: aa9a07a42db8495ad696e7595343ddc536787abc
17+
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
18+
flutter_web_auth: 7d4a2911f847b2e93590e2223c370e26fca3e1fd
1919

2020
PODFILE CHECKSUM: 58760ca3c5878cb71ae11bd6eeff33fd4ce06e4f
2121

22-
COCOAPODS: 1.6.1
22+
COCOAPODS: 1.8.4

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@
142142
8D4AA0308EA94C50B0D9AFC6 /* Pods-Runner.release.xcconfig */,
143143
03070F98B868C997603C3BAD /* Pods-Runner.profile.xcconfig */,
144144
);
145-
name = Pods;
146145
path = Pods;
147146
sourceTree = "<group>";
148147
};
@@ -188,7 +187,7 @@
188187
};
189188
buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
190189
compatibilityVersion = "Xcode 3.2";
191-
developmentRegion = English;
190+
developmentRegion = en;
192191
hasScannedForEncodings = 0;
193192
knownRegions = (
194193
en,
@@ -239,16 +238,12 @@
239238
buildActionMask = 2147483647;
240239
files = (
241240
);
242-
inputFileListPaths = (
243-
);
244241
inputPaths = (
245242
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
246243
"${PODS_ROOT}/../.symlinks/flutter/ios/Flutter.framework",
247244
"${BUILT_PRODUCTS_DIR}/flutter_web_auth/flutter_web_auth.framework",
248245
);
249246
name = "[CP] Embed Pods Frameworks";
250-
outputFileListPaths = (
251-
);
252247
outputPaths = (
253248
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Flutter.framework",
254249
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/flutter_web_auth.framework",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

example/pubspec.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# Generated by pub
2-
# See https://www.dartlang.org/tools/pub/glossary#lockfile
2+
# See https://dart.dev/tools/pub/glossary#lockfile
33
packages:
44
async:
55
dependency: transitive
66
description:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.0.8"
10+
version: "2.3.0"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
1414
name: boolean_selector
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "1.0.4"
17+
version: "1.0.5"
1818
charcode:
1919
dependency: transitive
2020
description:
@@ -59,35 +59,35 @@ packages:
5959
name: matcher
6060
url: "https://pub.dartlang.org"
6161
source: hosted
62-
version: "0.12.3+1"
62+
version: "0.12.5"
6363
meta:
6464
dependency: transitive
6565
description:
6666
name: meta
6767
url: "https://pub.dartlang.org"
6868
source: hosted
69-
version: "1.1.6"
69+
version: "1.1.7"
7070
path:
7171
dependency: transitive
7272
description:
7373
name: path
7474
url: "https://pub.dartlang.org"
7575
source: hosted
76-
version: "1.6.2"
76+
version: "1.6.4"
7777
pedantic:
7878
dependency: transitive
7979
description:
8080
name: pedantic
8181
url: "https://pub.dartlang.org"
8282
source: hosted
83-
version: "1.4.0"
83+
version: "1.8.0+1"
8484
quiver:
8585
dependency: transitive
8686
description:
8787
name: quiver
8888
url: "https://pub.dartlang.org"
8989
source: hosted
90-
version: "2.0.1"
90+
version: "2.0.5"
9191
sky_engine:
9292
dependency: transitive
9393
description: flutter
@@ -99,7 +99,7 @@ packages:
9999
name: source_span
100100
url: "https://pub.dartlang.org"
101101
source: hosted
102-
version: "1.5.4"
102+
version: "1.5.5"
103103
stack_trace:
104104
dependency: transitive
105105
description:
@@ -113,14 +113,14 @@ packages:
113113
name: stream_channel
114114
url: "https://pub.dartlang.org"
115115
source: hosted
116-
version: "1.6.8"
116+
version: "2.0.0"
117117
string_scanner:
118118
dependency: transitive
119119
description:
120120
name: string_scanner
121121
url: "https://pub.dartlang.org"
122122
source: hosted
123-
version: "1.0.4"
123+
version: "1.0.5"
124124
term_glyph:
125125
dependency: transitive
126126
description:
@@ -134,7 +134,7 @@ packages:
134134
name: test_api
135135
url: "https://pub.dartlang.org"
136136
source: hosted
137-
version: "0.2.2"
137+
version: "0.2.5"
138138
typed_data:
139139
dependency: transitive
140140
description:
@@ -150,4 +150,4 @@ packages:
150150
source: hosted
151151
version: "2.0.8"
152152
sdks:
153-
dart: ">=2.1.0 <3.0.0"
153+
dart: ">=2.2.2 <3.0.0"

pubspec.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# Generated by pub
2-
# See https://www.dartlang.org/tools/pub/glossary#lockfile
2+
# See https://dart.dev/tools/pub/glossary#lockfile
33
packages:
44
async:
55
dependency: transitive
66
description:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.0.8"
10+
version: "2.3.0"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
1414
name: boolean_selector
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "1.0.4"
17+
version: "1.0.5"
1818
charcode:
1919
dependency: transitive
2020
description:
@@ -45,35 +45,35 @@ packages:
4545
name: matcher
4646
url: "https://pub.dartlang.org"
4747
source: hosted
48-
version: "0.12.3+1"
48+
version: "0.12.5"
4949
meta:
5050
dependency: transitive
5151
description:
5252
name: meta
5353
url: "https://pub.dartlang.org"
5454
source: hosted
55-
version: "1.1.6"
55+
version: "1.1.7"
5656
path:
5757
dependency: transitive
5858
description:
5959
name: path
6060
url: "https://pub.dartlang.org"
6161
source: hosted
62-
version: "1.6.2"
62+
version: "1.6.4"
6363
pedantic:
6464
dependency: transitive
6565
description:
6666
name: pedantic
6767
url: "https://pub.dartlang.org"
6868
source: hosted
69-
version: "1.4.0"
69+
version: "1.8.0+1"
7070
quiver:
7171
dependency: transitive
7272
description:
7373
name: quiver
7474
url: "https://pub.dartlang.org"
7575
source: hosted
76-
version: "2.0.1"
76+
version: "2.0.5"
7777
sky_engine:
7878
dependency: transitive
7979
description: flutter
@@ -85,7 +85,7 @@ packages:
8585
name: source_span
8686
url: "https://pub.dartlang.org"
8787
source: hosted
88-
version: "1.5.4"
88+
version: "1.5.5"
8989
stack_trace:
9090
dependency: transitive
9191
description:
@@ -99,14 +99,14 @@ packages:
9999
name: stream_channel
100100
url: "https://pub.dartlang.org"
101101
source: hosted
102-
version: "1.6.8"
102+
version: "2.0.0"
103103
string_scanner:
104104
dependency: transitive
105105
description:
106106
name: string_scanner
107107
url: "https://pub.dartlang.org"
108108
source: hosted
109-
version: "1.0.4"
109+
version: "1.0.5"
110110
term_glyph:
111111
dependency: transitive
112112
description:
@@ -120,7 +120,7 @@ packages:
120120
name: test_api
121121
url: "https://pub.dartlang.org"
122122
source: hosted
123-
version: "0.2.2"
123+
version: "0.2.5"
124124
typed_data:
125125
dependency: transitive
126126
description:
@@ -136,4 +136,4 @@ packages:
136136
source: hosted
137137
version: "2.0.8"
138138
sdks:
139-
dart: ">=2.1.0 <3.0.0"
139+
dart: ">=2.2.2 <3.0.0"

0 commit comments

Comments
 (0)