From 4d7d9afcb95b06085364b414470f3c794b6e047c Mon Sep 17 00:00:00 2001 From: dirtmelon <0xffdirtmelon@gmail.com> Date: Sat, 29 May 2021 20:17:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=B7=E8=B4=9D=E5=A4=B4=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E6=97=B6=E4=B9=9F=E6=8B=B7=E8=B4=9D=E5=AD=90=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E4=B8=8B=E7=9A=84=E5=A4=B4=E6=96=87=E4=BB=B6=EF=BC=8C=E9=81=BF?= =?UTF-8?q?=E5=85=8D=E9=81=97=E6=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lib/cocoapods-imy-bin/helpers/framework_builder.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocoapods-imy-bin/lib/cocoapods-imy-bin/helpers/framework_builder.rb b/cocoapods-imy-bin/lib/cocoapods-imy-bin/helpers/framework_builder.rb index b93ebc6..4147e93 100755 --- a/cocoapods-imy-bin/lib/cocoapods-imy-bin/helpers/framework_builder.rb +++ b/cocoapods-imy-bin/lib/cocoapods-imy-bin/helpers/framework_builder.rb @@ -221,7 +221,7 @@ def copy_headers raise "copy_headers #{spec_header_dir} no exist " unless File.exist?(spec_header_dir) Dir.chdir(spec_header_dir) do - headers = Dir.glob('*.h') + headers = Dir.glob('**/*.h') headers.each do |h| public_headers << Pathname.new(File.join(Dir.pwd,h)) end