Fix a couple of Sonar references in FlipperKit.podspec (#321)
Summary: Noticed these while looking through the podspec. Pull Request resolved: https://github.com/facebook/flipper/pull/321 Reviewed By: passy Differential Revision: D12963023 Pulled By: jknoxville fbshipit-source-id: c4abc77d508f56bb7a1678ddf733b36a96f0b45b
This commit is contained in:
committed by
Facebook Github Bot
parent
aa6d6ccb9b
commit
5ef39cbcad
@@ -32,7 +32,7 @@ Pod::Spec.new do |spec|
|
|||||||
ss.compiler_flags = folly_compiler_flags
|
ss.compiler_flags = folly_compiler_flags
|
||||||
ss.source_files = 'iOS/FlipperKit/CppBridge/**/*.{h,mm}'
|
ss.source_files = 'iOS/FlipperKit/CppBridge/**/*.{h,mm}'
|
||||||
# We set these files as private headers since they only need to be accessed
|
# We set these files as private headers since they only need to be accessed
|
||||||
# by other SonarKit source files
|
# by other FlipperKit source files
|
||||||
ss.private_header_files = 'iOS/FlipperKit/CppBridge/**/*.h'
|
ss.private_header_files = 'iOS/FlipperKit/CppBridge/**/*.h'
|
||||||
ss.preserve_path = 'FlipperKit/CppBridge/**/*.h'
|
ss.preserve_path = 'FlipperKit/CppBridge/**/*.h'
|
||||||
end
|
end
|
||||||
@@ -42,7 +42,7 @@ Pod::Spec.new do |spec|
|
|||||||
ss.compiler_flags = folly_compiler_flags
|
ss.compiler_flags = folly_compiler_flags
|
||||||
ss.source_files = 'iOS/FlipperKit/FBCxxUtils/**/*.{h,mm}'
|
ss.source_files = 'iOS/FlipperKit/FBCxxUtils/**/*.{h,mm}'
|
||||||
# We set these files as private headers since they only need to be accessed
|
# We set these files as private headers since they only need to be accessed
|
||||||
# by other SonarKit source files
|
# by other FlipperKit source files
|
||||||
ss.private_header_files = 'iOS/FlipperKit/FBCxxUtils/**/*.h'
|
ss.private_header_files = 'iOS/FlipperKit/FBCxxUtils/**/*.h'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user