From 970730516b139aed933d854de7f8cf30b0fdf699 Mon Sep 17 00:00:00 2001 From: Siobhan Date: Thu, 22 Jun 2023 20:12:13 +0100 Subject: [PATCH] Manually add React-bridging.podspec.json The file was automatically deleted via the generate-podspecs.sh script. It has been manually added as a temporary measure, to enable further testing. --- .../React-bridging.podspec.json | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 third-party-podspecs/React-bridging.podspec.json diff --git a/third-party-podspecs/React-bridging.podspec.json b/third-party-podspecs/React-bridging.podspec.json new file mode 100644 index 0000000000..a6814ef47d --- /dev/null +++ b/third-party-podspecs/React-bridging.podspec.json @@ -0,0 +1,35 @@ +{ + "name": "React-bridging", + "version": "0.71.11", + "summary": "-", + "homepage": "https://reactnative.dev/", + "license": "MIT", + "authors": "Facebook, Inc. and its affiliates", + "platforms": { + "ios": "12.4" + }, + "source": { + "git": "https://github.com/facebook/react-native.git", + "tag": "v0.71.11" + }, + "source_files": "react/bridging/**/*.{cpp,h}", + "exclude_files": "react/bridging/tests", + "header_dir": "react/bridging", + "header_mappings_dir": ".", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32", + "pod_target_xcconfig": { + "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/RCT-Folly\"", + "USE_HEADERMAP": "YES", + "CLANG_CXX_LANGUAGE_STANDARD": "c++17" + }, + "dependencies": { + "RCT-Folly": [ + "2021.07.22.00" + ], + "React-jsi": [ + "0.71.11" + ] + }, + "prepare_command": "TMP_DIR=$(mktemp -d); mv * $TMP_DIR; cp -R \"$TMP_DIR/ReactCommon\"/* . && true", + "__WARNING!__": "This file is autogenerated by generate-podspecs.sh script. Do not modify manually. Re-run the script if necessary." + } \ No newline at end of file