From 0b65b231d845a6f45d4871352722e3dc36c84846 Mon Sep 17 00:00:00 2001 From: wwwcg Date: Wed, 12 Jun 2024 20:21:39 +0800 Subject: [PATCH] build(ios): resolve module build issue of Layout Module --- hippy.podspec | 2 -- ios/sdk/{layout => utils}/x5LayoutUtil.h | 0 ios/sdk/{layout => utils}/x5LayoutUtil.m | 0 3 files changed, 2 deletions(-) rename ios/sdk/{layout => utils}/x5LayoutUtil.h (100%) rename ios/sdk/{layout => utils}/x5LayoutUtil.m (100%) diff --git a/hippy.podspec b/hippy.podspec index b15cda45f29..a9666351580 100644 --- a/hippy.podspec +++ b/hippy.podspec @@ -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', @@ -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 = { diff --git a/ios/sdk/layout/x5LayoutUtil.h b/ios/sdk/utils/x5LayoutUtil.h similarity index 100% rename from ios/sdk/layout/x5LayoutUtil.h rename to ios/sdk/utils/x5LayoutUtil.h diff --git a/ios/sdk/layout/x5LayoutUtil.m b/ios/sdk/utils/x5LayoutUtil.m similarity index 100% rename from ios/sdk/layout/x5LayoutUtil.m rename to ios/sdk/utils/x5LayoutUtil.m