Skip to content

Commit b214b76

Browse files
committed
Patched webcrypto.podspec to build dart_api_dl.c
1 parent 81383a5 commit b214b76

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
1515

1616
SPEC CHECKSUMS:
1717
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
18-
webcrypto: ffc5f7f64d4d71e3dcaf5c8deefd160103ecb76e
18+
webcrypto: ac37b97f415c7114abb8af22d58048b5cbcb23d3
1919

2020
PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c
2121

ios/webcrypto.podspec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ Pod::Spec.new do |s|
2929

3030
s.pod_target_xcconfig = {
3131
# 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+
],
3336
'DEFINES_MODULE' => 'YES',
3437
# Flutter.framework does not contain a i386 slice.
3538
# Only x86_64 simulators are supported.

0 commit comments

Comments
 (0)