From 1c8751a16a4de82f71831de338a726de800a227b Mon Sep 17 00:00:00 2001 From: CatStudioApp <52243759+CatStudioApp@users.noreply.github.com> Date: Mon, 25 Mar 2024 09:41:12 -0700 Subject: [PATCH] Update package.json to fix `ccache_enabled` option, fixes #43633 (#43634) Summary: I found in 0.74.0-rc.x, `ccache_enabled` is introduced. However, it is not being delivered via npm. fixes https://github.com/facebook/react-native/issues/43633 Changelog: [iOS] [Fixed] - Adding ccache_clang wrapper scripts to package.json for distribution Pull Request resolved: https://github.com/facebook/react-native/pull/43634 Reviewed By: cortinico Differential Revision: D55308743 Pulled By: blakef fbshipit-source-id: e89a4bb3a1fbf8562d880b4c9d25dc9083717ba6 --- packages/react-native/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 0bafc64ffd1965..704d7970419039 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -65,6 +65,9 @@ "scripts/hermes/hermes-utils.js", "scripts/hermes/prepare-hermes-for-build.js", "scripts/ios-configure-glog.sh", + "scripts/xcode/ccache-clang++.sh", + "scripts/xcode/ccache-clang.sh", + "scripts/xcode/ccache.conf", "scripts/xcode/with-environment.sh", "scripts/native_modules.rb", "scripts/node-binary.sh",