File tree 7 files changed +26
-29
lines changed
flutter_module_using_plugin
prebuilt_module/ios_using_prebuilt_module/IOSUsingPrebuiltModule.xcodeproj
7 files changed +26
-29
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ packages:
14
14
name: async
15
15
url: "https://pub.dartlang.org"
16
16
source: hosted
17
- version: "2.6 .1"
17
+ version: "2.8 .1"
18
18
boolean_selector:
19
19
dependency: transitive
20
20
description:
@@ -35,7 +35,7 @@ packages:
35
35
name: charcode
36
36
url: "https://pub.dartlang.org"
37
37
source: hosted
38
- version: "1.2.0 "
38
+ version: "1.3.1 "
39
39
clock:
40
40
dependency: transitive
41
41
description:
@@ -77,7 +77,7 @@ packages:
77
77
name: file
78
78
url: "https://pub.dartlang.org"
79
79
source: hosted
80
- version: "6.1.0 "
80
+ version: "6.1.2 "
81
81
flutter:
82
82
dependency: "direct main"
83
83
description: flutter
@@ -125,7 +125,7 @@ packages:
125
125
name: meta
126
126
url: "https://pub.dartlang.org"
127
127
source: hosted
128
- version: "1.3 .0"
128
+ version: "1.7 .0"
129
129
nested:
130
130
dependency: transitive
131
131
description:
@@ -153,7 +153,7 @@ packages:
153
153
name: process
154
154
url: "https://pub.dartlang.org"
155
155
source: hosted
156
- version: "4.2.1 "
156
+ version: "4.2.3 "
157
157
provider:
158
158
dependency: "direct main"
159
159
description:
@@ -214,7 +214,7 @@ packages:
214
214
name: test_api
215
215
url: "https://pub.dartlang.org"
216
216
source: hosted
217
- version: "0.3.0 "
217
+ version: "0.4.2 "
218
218
typed_data:
219
219
dependency: transitive
220
220
description:
@@ -235,7 +235,7 @@ packages:
235
235
name: vm_service
236
236
url: "https://pub.dartlang.org"
237
237
source: hosted
238
- version: "6.2.0 "
238
+ version: "7.1.1 "
239
239
webdriver:
240
240
dependency: transitive
241
241
description:
Original file line number Diff line number Diff line change 492
492
DEBUG_INFORMATION_FORMAT = dwarf;
493
493
ENABLE_STRICT_OBJC_MSGSEND = YES;
494
494
ENABLE_TESTABILITY = YES;
495
- "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
496
495
GCC_C_LANGUAGE_STANDARD = gnu11;
497
496
GCC_DYNAMIC_NO_PIC = NO;
498
497
GCC_NO_COMMON_BLOCKS = YES;
Original file line number Diff line number Diff line change 1
1
PODS:
2
- - espresso (0.0.1):
3
- - Flutter
4
2
- Flutter (1.0.0)
5
3
- flutter_module (0.0.1):
6
4
- Flutter
7
5
- FlutterPluginRegistrant (0.0.1):
8
- - espresso
9
6
- Flutter
10
7
11
8
DEPENDENCIES:
12
- - espresso (from `../flutter_module/.ios/Flutter/.symlinks/espresso/ios`)
13
9
- Flutter (from `../flutter_module/.ios/Flutter/engine`)
14
10
- flutter_module (from `../flutter_module/.ios/Flutter`)
15
11
- FlutterPluginRegistrant (from `../flutter_module/.ios/Flutter/FlutterPluginRegistrant`)
16
12
17
13
EXTERNAL SOURCES:
18
- espresso:
19
- :path: "../flutter_module/.ios/Flutter/.symlinks/espresso/ios"
20
14
Flutter:
21
15
:path: "../flutter_module/.ios/Flutter/engine"
22
16
flutter_module:
@@ -25,11 +19,10 @@ EXTERNAL SOURCES:
25
19
:path: "../flutter_module/.ios/Flutter/FlutterPluginRegistrant"
26
20
27
21
SPEC CHECKSUMS:
28
- espresso: f754d95a407073c29489b0d82c4119de517b3f2f
29
- Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
22
+ Flutter: bdfa2e8fe0e2880a2c6a58a0b1a8675c262a07af
30
23
flutter_module: d1e1ff44505640bd9aa37f23f63380c646272be4
31
- FlutterPluginRegistrant: 1a0bd13c92b7db07c180b8d2f1eb5749b7cf1b6d
24
+ FlutterPluginRegistrant: 2afd5ea46d3a949472c9b7da6462d8fbf7d8b16e
32
25
33
26
PODFILE CHECKSUM: 1f9809794b37c933b7cb40791d64724dc2376c54
34
27
35
- COCOAPODS: 1.8.4
28
+ COCOAPODS: 1.10.0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ packages:
7
7
name: async
8
8
url: "https://pub.dartlang.org"
9
9
source: hosted
10
- version: "2.6 .1"
10
+ version: "2.8 .1"
11
11
boolean_selector:
12
12
dependency: transitive
13
13
description:
@@ -28,7 +28,7 @@ packages:
28
28
name: charcode
29
29
url: "https://pub.dartlang.org"
30
30
source: hosted
31
- version: "1.2.0 "
31
+ version: "1.3.1 "
32
32
clock:
33
33
dependency: transitive
34
34
description:
@@ -99,7 +99,7 @@ packages:
99
99
name: meta
100
100
url: "https://pub.dartlang.org"
101
101
source: hosted
102
- version: "1.3 .0"
102
+ version: "1.7 .0"
103
103
nested:
104
104
dependency: transitive
105
105
description:
@@ -181,7 +181,7 @@ packages:
181
181
name: test_api
182
182
url: "https://pub.dartlang.org"
183
183
source: hosted
184
- version: "0.3.0 "
184
+ version: "0.4.2 "
185
185
typed_data:
186
186
dependency: transitive
187
187
description:
Original file line number Diff line number Diff line change 492
492
DEBUG_INFORMATION_FORMAT = dwarf;
493
493
ENABLE_STRICT_OBJC_MSGSEND = YES;
494
494
ENABLE_TESTABILITY = YES;
495
- "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
496
495
GCC_C_LANGUAGE_STANDARD = gnu11;
497
496
GCC_DYNAMIC_NO_PIC = NO;
498
497
GCC_NO_COMMON_BLOCKS = YES;
Original file line number Diff line number Diff line change 4
4
- Flutter
5
5
- FlutterPluginRegistrant (0.0.1):
6
6
- Flutter
7
+ - sensors
7
8
- url_launcher
9
+ - sensors (0.0.1):
10
+ - Flutter
8
11
- url_launcher (0.0.1):
9
12
- Flutter
10
13
11
14
DEPENDENCIES:
12
15
- Flutter (from `../flutter_module_using_plugin/.ios/Flutter/engine`)
13
16
- flutter_module_using_plugin (from `../flutter_module_using_plugin/.ios/Flutter`)
14
17
- FlutterPluginRegistrant (from `../flutter_module_using_plugin/.ios/Flutter/FlutterPluginRegistrant`)
15
- - url_launcher (from `../flutter_module_using_plugin/.ios/Flutter/.symlinks/url_launcher/ios`)
18
+ - sensors (from `../flutter_module_using_plugin/.ios/.symlinks/plugins/sensors/ios`)
19
+ - url_launcher (from `../flutter_module_using_plugin/.ios/.symlinks/plugins/url_launcher/ios`)
16
20
17
21
EXTERNAL SOURCES:
18
22
Flutter:
@@ -21,15 +25,18 @@ EXTERNAL SOURCES:
21
25
:path: "../flutter_module_using_plugin/.ios/Flutter"
22
26
FlutterPluginRegistrant:
23
27
:path: "../flutter_module_using_plugin/.ios/Flutter/FlutterPluginRegistrant"
28
+ sensors:
29
+ :path: "../flutter_module_using_plugin/.ios/.symlinks/plugins/sensors/ios"
24
30
url_launcher:
25
- :path: "../flutter_module_using_plugin/.ios/Flutter/ .symlinks/url_launcher/ios"
31
+ :path: "../flutter_module_using_plugin/.ios/.symlinks/plugins /url_launcher/ios"
26
32
27
33
SPEC CHECKSUMS:
28
- Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
34
+ Flutter: bdfa2e8fe0e2880a2c6a58a0b1a8675c262a07af
29
35
flutter_module_using_plugin: 3c6ddd2296edc03cbe09c33f12a2c522ccc36e5b
30
- FlutterPluginRegistrant: d0de10c7c4fc31cc6b676a5965b96100f7c035f7
36
+ FlutterPluginRegistrant: 0b50fd1ba3828e7cda5bb7ebe2c7b90149023083
37
+ sensors: 84eb7a30e47a649e4172b71d6e81be614c280336
31
38
url_launcher: 6fef411d543ceb26efce54b05a0a40bfd74cbbef
32
39
33
40
PODFILE CHECKSUM: 357b6c94e1edb8289fba0dbdd79daa105ab9d88c
34
41
35
- COCOAPODS: 1.8.4
42
+ COCOAPODS: 1.10.0
Original file line number Diff line number Diff line change 319
319
buildSettings = {
320
320
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
321
321
CODE_SIGN_STYLE = Automatic;
322
- "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
323
322
FRAMEWORK_SEARCH_PATHS = (
324
323
"$(inherited)",
325
324
"$(PROJECT_DIR)/Flutter/$(CONFIGURATION)",
You can’t perform that action at this time.
0 commit comments