diff --git a/iOS/FBDefines/FBMacros.h b/iOS/FBDefines/FBMacros.h deleted file mode 100644 index 68d86b082..000000000 --- a/iOS/FBDefines/FBMacros.h +++ /dev/null @@ -1,16 +0,0 @@ -/* - * Copyright (c) 2004-present, Facebook, Inc. - * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. - * - */ -#ifndef FB_SK_MACROS_H - #define FB_SK_MACROS_H - - #define FB_LINK_REQUIRE_(NAME, UNIQUE) - #define FB_LINKABLE(NAME) - #define FB_LINK_REQUIRE(NAME) - #define FB_LINK_REQUIRE_EXT(NAME) - -#endif diff --git a/iOS/SonarKit.podspec b/iOS/SonarKit.podspec index 3d1b2a41e..0c4e533b0 100644 --- a/iOS/SonarKit.podspec +++ b/iOS/SonarKit.podspec @@ -31,7 +31,9 @@ Pod::Spec.new do |spec| ss.header_dir = 'CppBridge' ss.compiler_flags = folly_compiler_flags ss.source_files = 'iOS/SonarKit/CppBridge/**/*.{h,mm}' - ss.public_header_files = 'iOS/SonarKit/CppBridge/**/*.h' + # We set these files as private headers since they only need to be accessed + # by other SonarKit source files + ss.private_header_files = 'iOS/SonarKit/CppBridge/**/*.h' ss.preserve_path = 'SonarKit/CppBridge/**/*.h' end