File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ EXTERNAL SOURCES:
15
15
16
16
SPEC CHECKSUMS:
17
17
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
18
- webcrypto: ffc5f7f64d4d71e3dcaf5c8deefd160103ecb76e
18
+ webcrypto: ac37b97f415c7114abb8af22d58048b5cbcb23d3
19
19
20
20
PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c
21
21
Original file line number Diff line number Diff line change @@ -29,7 +29,10 @@ Pod::Spec.new do |s|
29
29
30
30
s . pod_target_xcconfig = {
31
31
# Enable equivalent of '-Isrc/include' to make '#include <openssl/...>' work
32
- 'HEADER_SEARCH_PATHS' => '$(PODS_TARGET_SRCROOT)/../third_party/boringssl/src/include' ,
32
+ 'HEADER_SEARCH_PATHS' => [
33
+ '$(PODS_TARGET_SRCROOT)/../third_party/boringssl/src/include' ,
34
+ '$(PODS_TARGET_SRCROOT)/../third_party/dart-sdk/src/runtime' ,
35
+ ] ,
33
36
'DEFINES_MODULE' => 'YES' ,
34
37
# Flutter.framework does not contain a i386 slice.
35
38
# Only x86_64 simulators are supported.
You can’t perform that action at this time.
0 commit comments