Skip to content

Commit

Permalink
build(ios): resolve module build issue of Layout Module
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwcg committed Jun 12, 2024
1 parent eb5ef28 commit 0b65b23
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hippy.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Pod::Spec.new do |s|
'core/src/**/*.{h,cc}']
ss.public_header_files = 'core/include/**/*.h'
ss.project_header_files = 'core/include/**/*.h'
# ss.header_mappings_dir = 'core/include/'
ss.exclude_files = ['core/include/core/napi/v8',
'core/include/core/vm/v8',
'core/include/core/inspector',
Expand All @@ -54,7 +53,6 @@ Pod::Spec.new do |s|
ss.framework = 'JavaScriptCore'
ss.public_header_files = 'core/third_party/**/*.h'
ss.project_header_files = 'core/third_party/**/*.h'
# ss.header_mappings_dir = 'core/third_party/base/include/'
ss.source_files = 'core/third_party/**/*.{h,cc}'
ss.exclude_files = ['core/third_party/base/src/platform/adr']
ss.pod_target_xcconfig = {
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 0b65b23

Please sign in to comment.