Skip to content

Commit 8f2ae1c

Browse files
aigoncharovfacebook-github-bot
authored andcommitted
Back out "Remove FBDefines from sonar"
Summary: Original commit changeset: ff6db8e5e4bb Original Phabricator Diff: D43408140 (facebook@b0a6b0f) It breaks the build for our iOS Sample app.- https://github.com/facebook/flipper/actions/runs/4212014740 Reviewed By: lblasa Differential Revision: D43466846 fbshipit-source-id: e06a6f57b7fff08791d875e20825fbe5e0db0b37
1 parent b0a6b0f commit 8f2ae1c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

iOS/FBDefines/FBDefines.h

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/*
2+
* Copyright (c) Meta Platforms, Inc. and affiliates.
3+
*
4+
* This source code is licensed under the MIT license found in the
5+
* LICENSE file in the root directory of this source tree.
6+
*/
7+
8+
#ifndef FB_SK_MACROS_H
9+
#define FB_SK_MACROS_H
10+
#define FB_LINK_REQUIRE_(NAME)
11+
#define FB_LINKABLE(NAME)
12+
#define FB_LINK_REQUIRE_CATEGORY(NAME)
13+
#endif

0 commit comments

Comments
 (0)