Skip to content

Commit b5e4fea

Browse files
cipolleschifacebook-github-bot
authored andcommittedFeb 15, 2023
Move graphics' platform/ios files to graphics/platform/ios/react/renderer/graphics folder structure
Summary: To Properly setup the Header Search Paths for `use_frameworks!`, we need to move the files that are in the `react/renderer/graphics/platform/ios` folder into the `react/renderer/graphics/platform/ios/react/renderer/graphics` folder. This mimic the same folder structure we have also in `cxx` and `android` ## Changelog: [iOS][Changed] - Moved the files from `.../platform/ios` to `.../platform/ios/react/renderer/graphics` Reviewed By: sshic Differential Revision: D43082032 fbshipit-source-id: 519d2e12eb7edd50b5f71bac5b1c618c6bf89919
1 parent 89ef5bd commit b5e4fea

File tree

5 files changed

+3
-1
lines changed

5 files changed

+3
-1
lines changed
 

‎ReactCommon/react/renderer/graphics/BUCK

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ load(
1414
"subdir_glob",
1515
)
1616

17+
oncall("react_native")
18+
1719
APPLE_COMPILER_FLAGS = get_apple_compiler_flags()
1820

1921
rn_xplat_cxx_library(
@@ -67,7 +69,7 @@ rn_xplat_cxx_library(
6769
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
6870
fbobjc_exported_headers = subdir_glob(
6971
[
70-
("platform/ios", "*.h"),
72+
("platform/ios/react/renderer/graphics", "*.h"),
7173
],
7274
prefix = "react/renderer/graphics",
7375
),

0 commit comments

Comments
 (0)
Please sign in to comment.